Class IotHubDpsState
Inherited Members
Namespace: Pulumi.Azure.Iot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IotHubDpsState : ResourceArgs
Constructors
View SourceIotHubDpsState()
Declaration
public IotHubDpsState()
Properties
View SourceAllocationPolicy
The allocation policy of the IoT Device Provisioning Service.
Declaration
public Input<string> AllocationPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeviceProvisioningHostName
The device endpoint of the IoT Device Provisioning Service.
Declaration
public Input<string> DeviceProvisioningHostName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IdScope
The unique identifier of the IoT Device Provisioning Service.
Declaration
public Input<string> IdScope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LinkedHubs
A linked_hub block as defined below.
Declaration
public InputList<IotHubDpsLinkedHubGetArgs> LinkedHubs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<IotHubDpsLinkedHubGetArgs> |
Location
Specifies the supported Azure location where the resource has to be createc. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Iot Device Provisioning Service resource. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group under which the Iot Device Provisioning Service resource has to be created. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceOperationsHostName
The service endpoint of the IoT Device Provisioning Service.
Declaration
public Input<string> ServiceOperationsHostName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sku
A sku block as defined below.
Declaration
public Input<IotHubDpsSkuGetArgs> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<IotHubDpsSkuGetArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |