Show / Hide Table of Contents

Class IotHubDpsState

Inheritance
System.Object
InputArgs
ResourceArgs
IotHubDpsState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Iot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IotHubDpsState : ResourceArgs

Constructors

View Source

IotHubDpsState()

Declaration
public IotHubDpsState()

Properties

View Source

AllocationPolicy

The allocation policy of the IoT Device Provisioning Service.

Declaration
public Input<string> AllocationPolicy { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DeviceProvisioningHostName

The device endpoint of the IoT Device Provisioning Service.

Declaration
public Input<string> DeviceProvisioningHostName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IdScope

The unique identifier of the IoT Device Provisioning Service.

Declaration
public Input<string> IdScope { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LinkedHubs

A linked_hub block as defined below.

Declaration
public InputList<IotHubDpsLinkedHubGetArgs> LinkedHubs { get; set; }
Property Value
Type Description
InputList<IotHubDpsLinkedHubGetArgs>
View Source

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>
View Source

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>
View Source

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>
View Source

ServiceOperationsHostName

The service endpoint of the IoT Device Provisioning Service.

Declaration
public Input<string> ServiceOperationsHostName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Sku

A sku block as defined below.

Declaration
public Input<IotHubDpsSkuGetArgs> Sku { get; set; }
Property Value
Type Description
Input<IotHubDpsSkuGetArgs>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.