Aracılığıyla paylaş


ExpressRoutePortAuthorization Constructors

Definition

Overloads

ExpressRoutePortAuthorization()

Initializes a new instance of the ExpressRoutePortAuthorization class.

ExpressRoutePortAuthorization(String, String, String, String, String, String, String, String)

Initializes a new instance of the ExpressRoutePortAuthorization class.

ExpressRoutePortAuthorization()

Initializes a new instance of the ExpressRoutePortAuthorization class.

public ExpressRoutePortAuthorization ();
Public Sub New ()

Applies to

ExpressRoutePortAuthorization(String, String, String, String, String, String, String, String)

Initializes a new instance of the ExpressRoutePortAuthorization class.

public ExpressRoutePortAuthorization (string id = default, string authorizationKey = default, string authorizationUseStatus = default, string circuitResourceUri = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ExpressRoutePortAuthorization : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ExpressRoutePortAuthorization
Public Sub New (Optional id As String = Nothing, Optional authorizationKey As String = Nothing, Optional authorizationUseStatus As String = Nothing, Optional circuitResourceUri As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

id
String

Resource ID.

authorizationKey
String

The authorization key.

authorizationUseStatus
String

The authorization use status. Possible values include: 'Available', 'InUse'

circuitResourceUri
String

The reference to the ExpressRoute circuit resource using the authorization.

provisioningState
String

The provisioning state of the authorization resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

name
String

The name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
String

A unique read-only string that changes whenever the resource is updated.

type
String

Type of the resource.

Applies to