Class IotHubDpsLinkedHubArgs
Inherited Members
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IotHubDpsLinkedHubArgs : ResourceArgs
Constructors
View SourceIotHubDpsLinkedHubArgs()
Declaration
public IotHubDpsLinkedHubArgs()
Properties
View SourceAllocationWeight
The weight applied to the IoT Hub. Defaults to 0.
Declaration
public Input<int> AllocationWeight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ApplyAllocationPolicy
Determines whether to apply allocation policies to the IoT Hub. Defaults to false.
Declaration
public Input<bool> ApplyAllocationPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ConnectionString
The connection string to connect to the IoT Hub. Changing this forces a new resource.
Declaration
public Input<string> ConnectionString { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Hostname
The IoT Hub hostname.
Declaration
public Input<string> Hostname { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
The location of the IoT hub. Changing this forces a new resource.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |