Show / Hide Table of Contents

Class IotHubDpsLinkedHub

Inheritance
System.Object
IotHubDpsLinkedHub
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IotHubDpsLinkedHub

Fields

View Source

AllocationWeight

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

Declaration
public readonly int? AllocationWeight
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ApplyAllocationPolicy

Determines whether to apply allocation policies to the IoT Hub. Defaults to false.

Declaration
public readonly bool? ApplyAllocationPolicy
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

ConnectionString

The connection string to connect to the IoT Hub. Changing this forces a new resource.

Declaration
public readonly string ConnectionString
Field Value
Type Description
System.String
View Source

Hostname

The IoT Hub hostname.

Declaration
public readonly string Hostname
Field Value
Type Description
System.String
View Source

Location

The location of the IoT hub. Changing this forces a new resource.

Declaration
public readonly string Location
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.