TenantAccessOperationsExtensions.Update Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mettre à jour les détails des informations d’accès du locataire.
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
Paramètres
- operations
- ITenantAccessOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- serviceName
- String
Nom du service Gestion des API.
- parameters
- AccessInformationUpdateParameters
Paramètres fournis pour récupérer les informations d’accès au locataire.
- accessName
- String
Identificateur de la configuration Access. Les valeurs possibles sont les suivantes : 'access', 'gitAccess'
- ifMatch
- String
ETag de l’entité. ETag doit correspondre à l’état actuel de l’entité à partir de la réponse d’en-tête de la demande GET ou il doit être * pour la mise à jour inconditionnelle.
Retours
S’applique à
Azure SDK for .NET