Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LookupServiceArgs ¶
type LookupServiceResult ¶
type LookupServiceResult struct { // Windows IoT Device Service OEM AAD domain AdminDomainName *string `pulumi:"adminDomainName"` // Windows IoT Device Service ODM AAD domain BillingDomainName string `pulumi:"billingDomainName"` // The Etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention. Etag *string `pulumi:"etag"` // The Azure Region where the resource lives Location *string `pulumi:"location"` // The name of the resource Name string `pulumi:"name"` // Windows IoT Device Service notes. Notes *string `pulumi:"notes"` // Windows IoT Device Service device allocation, Quantity *int `pulumi:"quantity"` // Windows IoT Device Service start date, StartDate string `pulumi:"startDate"` // Resource tags. Tags map[string]string `pulumi:"tags"` // The type of the resource. Type string `pulumi:"type"` }
The description of the Windows IoT Device Service.
func LookupService ¶
func LookupService(ctx *pulumi.Context, args *LookupServiceArgs, opts ...pulumi.InvokeOption) (*LookupServiceResult, error)
type Service ¶
type Service struct { pulumi.CustomResourceState // Windows IoT Device Service OEM AAD domain AdminDomainName pulumi.StringPtrOutput `pulumi:"adminDomainName"` // Windows IoT Device Service ODM AAD domain BillingDomainName pulumi.StringOutput `pulumi:"billingDomainName"` // The Etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention. Etag pulumi.StringPtrOutput `pulumi:"etag"` // The Azure Region where the resource lives Location pulumi.StringPtrOutput `pulumi:"location"` // The name of the resource Name pulumi.StringOutput `pulumi:"name"` // Windows IoT Device Service notes. Notes pulumi.StringPtrOutput `pulumi:"notes"` // Windows IoT Device Service device allocation, Quantity pulumi.IntPtrOutput `pulumi:"quantity"` // Windows IoT Device Service start date, StartDate pulumi.StringOutput `pulumi:"startDate"` // Resource tags. Tags pulumi.StringMapOutput `pulumi:"tags"` // The type of the resource. Type pulumi.StringOutput `pulumi:"type"` }
The description of the Windows IoT Device Service.
func GetService ¶
func GetService(ctx *pulumi.Context, name string, id pulumi.IDInput, state *ServiceState, opts ...pulumi.ResourceOption) (*Service, error)
GetService gets an existing Service resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
func NewService ¶
func NewService(ctx *pulumi.Context, name string, args *ServiceArgs, opts ...pulumi.ResourceOption) (*Service, error)
NewService registers a new resource with the given unique name, arguments, and options.
type ServiceArgs ¶
type ServiceArgs struct { // Windows IoT Device Service OEM AAD domain AdminDomainName pulumi.StringPtrInput // The name of the Windows IoT Device Service. DeviceName pulumi.StringInput // The Etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention. Etag pulumi.StringPtrInput // The Azure Region where the resource lives Location pulumi.StringPtrInput // Windows IoT Device Service notes. Notes pulumi.StringPtrInput // Windows IoT Device Service device allocation, Quantity pulumi.IntPtrInput // The name of the resource group that contains the Windows IoT Device Service. ResourceGroupName pulumi.StringInput // Resource tags. Tags pulumi.StringMapInput }
The set of arguments for constructing a Service resource.
func (ServiceArgs) ElementType ¶
func (ServiceArgs) ElementType() reflect.Type
type ServiceState ¶
type ServiceState struct { // Windows IoT Device Service OEM AAD domain AdminDomainName pulumi.StringPtrInput // Windows IoT Device Service ODM AAD domain BillingDomainName pulumi.StringPtrInput // The Etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention. Etag pulumi.StringPtrInput // The Azure Region where the resource lives Location pulumi.StringPtrInput // The name of the resource Name pulumi.StringPtrInput // Windows IoT Device Service notes. Notes pulumi.StringPtrInput // Windows IoT Device Service device allocation, Quantity pulumi.IntPtrInput // Windows IoT Device Service start date, StartDate pulumi.StringPtrInput // Resource tags. Tags pulumi.StringMapInput // The type of the resource. Type pulumi.StringPtrInput }
func (ServiceState) ElementType ¶
func (ServiceState) ElementType() reflect.Type
Click to show internal directories.
Click to hide internal directories.