Freigeben über


TenantAccessOperationsExtensions.Update Methode

Definition

Aktualisieren von Mandantenzugriffsinformationen.

public static Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract Update (this Microsoft.Azure.Management.ApiManagement.ITenantAccessOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.AccessInformationUpdateParameters parameters, string accessName, string ifMatch);
static member Update : Microsoft.Azure.Management.ApiManagement.ITenantAccessOperations * string * string * Microsoft.Azure.Management.ApiManagement.Models.AccessInformationUpdateParameters * string * string -> Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract
<Extension()>
Public Function Update (operations As ITenantAccessOperations, resourceGroupName As String, serviceName As String, parameters As AccessInformationUpdateParameters, accessName As String, ifMatch As String) As AccessInformationContract

Parameter

operations
ITenantAccessOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

parameters
AccessInformationUpdateParameters

Parameter, die zum Abrufen der Mandantenzugriffsinformationen bereitgestellt werden.

accessName
String

Der Bezeichner der Access-Konfiguration. Mögliche Werte: "access", "gitAccess"

ifMatch
String

ETag der Entität. ETag sollte mit dem aktuellen Entitätsstatus aus der Headerantwort der GET-Anforderung übereinstimmen, oder es sollte * für eine bedingungslose Aktualisierung sein.

Gibt zurück

Gilt für: