Freigeben über


TenantAccessOperationsExtensions.Create Methode

Definition

Aktualisieren Sie die Details zu Mandantenzugriffsinformationen.

public static Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract Create (this Microsoft.Azure.Management.ApiManagement.ITenantAccessOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.AccessInformationCreateParameters parameters, string accessName, string ifMatch);
static member Create : Microsoft.Azure.Management.ApiManagement.ITenantAccessOperations * string * string * Microsoft.Azure.Management.ApiManagement.Models.AccessInformationCreateParameters * string * string -> Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract
<Extension()>
Public Function Create (operations As ITenantAccessOperations, resourceGroupName As String, serviceName As String, parameters As AccessInformationCreateParameters, 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
AccessInformationCreateParameters

Parameter, die zum Abrufen der Mandantenzugriffsinformationen angegeben 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 bedingungslose Aktualisierung sein.

Gibt zurück

Gilt für: