Show / Hide Table of Contents

Class IotHubDpsLinkedHubArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IotHubDpsLinkedHubArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IotHubDpsLinkedHubArgs : ResourceArgs

Constructors

View Source

IotHubDpsLinkedHubArgs()

Declaration
public IotHubDpsLinkedHubArgs()

Properties

View Source

AllocationWeight

The weight applied to the IoT Hub. Defaults to 0.

Declaration
public Input<int> AllocationWeight { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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

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

Hostname

The IoT Hub hostname.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.