GatewayApiOperationsExtensions.CreateOrUpdate 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.
Ajoute une API à la passerelle spécifiée.
public static Microsoft.Azure.Management.ApiManagement.Models.ApiContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.IGatewayApiOperations operations, string resourceGroupName, string serviceName, string gatewayId, string apiId, Microsoft.Azure.Management.ApiManagement.Models.AssociationContract parameters = default);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.IGatewayApiOperations * string * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.AssociationContract -> Microsoft.Azure.Management.ApiManagement.Models.ApiContract
<Extension()>
Public Function CreateOrUpdate (operations As IGatewayApiOperations, resourceGroupName As String, serviceName As String, gatewayId As String, apiId As String, Optional parameters As AssociationContract = Nothing) As ApiContract
Paramètres
- operations
- IGatewayApiOperations
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.
- gatewayId
- String
Identificateur d’entité de passerelle. Doit être unique dans le instance de service Gestion des API actuel. Ne doit pas avoir la valeur 'managed'
- apiId
- String
Identificateur d'API. Doit être unique dans le instance de service Gestion des API actuel.
- parameters
- AssociationContract
Retours
S’applique à
Azure SDK for .NET