共用方式為


FailoverInput Constructors

Definition

Overloads

FailoverInput()

Initializes a new instance of the FailoverInput class.

FailoverInput(String)

Initializes a new instance of the FailoverInput class.

FailoverInput()

Initializes a new instance of the FailoverInput class.

public FailoverInput ();
Public Sub New ()

Applies to

FailoverInput(String)

Initializes a new instance of the FailoverInput class.

public FailoverInput (string failoverRegion);
new Microsoft.Azure.Management.IotHub.Models.FailoverInput : string -> Microsoft.Azure.Management.IotHub.Models.FailoverInput
Public Sub New (failoverRegion As String)

Parameters

failoverRegion
String

Region the hub will be failed over to

Applies to