ServicesOperationsExtensions.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.
Créez un service ou mettez à jour un service sortant.
public static Microsoft.Azure.Management.AppPlatform.Models.ServiceResource CreateOrUpdate (this Microsoft.Azure.Management.AppPlatform.IServicesOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.AppPlatform.Models.ServiceResource resource);
static member CreateOrUpdate : Microsoft.Azure.Management.AppPlatform.IServicesOperations * string * string * Microsoft.Azure.Management.AppPlatform.Models.ServiceResource -> Microsoft.Azure.Management.AppPlatform.Models.ServiceResource
<Extension()>
Public Function CreateOrUpdate (operations As IServicesOperations, resourceGroupName As String, serviceName As String, resource As ServiceResource) As ServiceResource
Paramètres
- operations
- IServicesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- serviceName
- String
Nom de la ressource service.
- resource
- ServiceResource
Paramètres de l’opération de création ou de mise à jour
Retours
S’applique à
Azure SDK for .NET