Bagikan melalui


ExpressRouteAuthorization Constructors

Definition

Overloads

ExpressRouteAuthorization()

Initializes a new instance of the ExpressRouteAuthorization class.

ExpressRouteAuthorization(String, String, String, String, String, String, String)

Initializes a new instance of the ExpressRouteAuthorization class.

ExpressRouteAuthorization()

Initializes a new instance of the ExpressRouteAuthorization class.

public ExpressRouteAuthorization ();
Public Sub New ()

Applies to

ExpressRouteAuthorization(String, String, String, String, String, String, String)

Initializes a new instance of the ExpressRouteAuthorization class.

public ExpressRouteAuthorization (string id = default, string name = default, string type = default, string provisioningState = default, string expressRouteAuthorizationId = default, string expressRouteAuthorizationKey = default, string expressRouteId = default);
new Microsoft.Azure.Management.Avs.Models.ExpressRouteAuthorization : string * string * string * string * string * string * string -> Microsoft.Azure.Management.Avs.Models.ExpressRouteAuthorization
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing, Optional expressRouteAuthorizationId As String = Nothing, Optional expressRouteAuthorizationKey As String = Nothing, Optional expressRouteId As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

provisioningState
String

The state of the ExpressRoute Circuit Authorization provisioning. Possible values include: 'Succeeded', 'Failed', 'Updating'

expressRouteAuthorizationId
String

The ID of the ExpressRoute Circuit Authorization

expressRouteAuthorizationKey
String

The key of the ExpressRoute Circuit Authorization

expressRouteId
String

The ID of the ExpressRoute Circuit

Applies to