ExpressRoutePortAuthorizationsOperationsExtensions.CreateOrUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt oder aktualisiert eine Autorisierung im angegebenen Expressroutenport.
public static Microsoft.Azure.Management.Network.Models.ExpressRoutePortAuthorization CreateOrUpdate (this Microsoft.Azure.Management.Network.IExpressRoutePortAuthorizationsOperations operations, string resourceGroupName, string expressRoutePortName, string authorizationName, Microsoft.Azure.Management.Network.Models.ExpressRoutePortAuthorization authorizationParameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IExpressRoutePortAuthorizationsOperations * string * string * string * Microsoft.Azure.Management.Network.Models.ExpressRoutePortAuthorization -> Microsoft.Azure.Management.Network.Models.ExpressRoutePortAuthorization
<Extension()>
Public Function CreateOrUpdate (operations As IExpressRoutePortAuthorizationsOperations, resourceGroupName As String, expressRoutePortName As String, authorizationName As String, authorizationParameters As ExpressRoutePortAuthorization) As ExpressRoutePortAuthorization
Parameter
- operations
- IExpressRoutePortAuthorizationsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- expressRoutePortName
- String
Der Name des Expressroutenports.
- authorizationName
- String
Der Name der Autorisierung.
- authorizationParameters
- ExpressRoutePortAuthorization
Parameter, die für den Autorisierungsvorgang zum Erstellen oder Aktualisieren des Expressroutenports bereitgestellt werden.
Gibt zurück
Gilt für:
Azure SDK for .NET