ExpressRouteAuthorization Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
ExpressRouteAuthorization() |
Inicializuje novou instanci ExpressRouteAuthorization třídy. |
ExpressRouteAuthorization(String, String, String, String, String, String, String) |
Inicializuje novou instanci ExpressRouteAuthorization třídy. |
ExpressRouteAuthorization()
Inicializuje novou instanci ExpressRouteAuthorization třídy.
public ExpressRouteAuthorization ();
Public Sub New ()
Platí pro
ExpressRouteAuthorization(String, String, String, String, String, String, String)
Inicializuje novou instanci ExpressRouteAuthorization třídy.
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)
Parametry
- id
- String
ID prostředku.
- name
- String
Název prostředku.
- type
- String
Typ prostředku.
- provisioningState
- String
Stav zřizování autorizace okruhu ExpressRoute. Mezi možné hodnoty patří: "Succeeded", 'Failed', 'Updating'
- expressRouteAuthorizationId
- String
ID autorizace okruhu ExpressRoute
- expressRouteAuthorizationKey
- String
Klíč autorizace okruhu ExpressRoute
- expressRouteId
- String
ID okruhu ExpressRoute
Platí pro
Azure SDK for .NET