CertificatesOperationsExtensions.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éer ou mettre à jour une ressource de certificat.
public static Microsoft.Azure.Management.AppPlatform.Models.CertificateResource CreateOrUpdate (this Microsoft.Azure.Management.AppPlatform.ICertificatesOperations operations, string resourceGroupName, string serviceName, string certificateName, Microsoft.Azure.Management.AppPlatform.Models.CertificateResource certificateResource);
static member CreateOrUpdate : Microsoft.Azure.Management.AppPlatform.ICertificatesOperations * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.CertificateResource -> Microsoft.Azure.Management.AppPlatform.Models.CertificateResource
<Extension()>
Public Function CreateOrUpdate (operations As ICertificatesOperations, resourceGroupName As String, serviceName As String, certificateName As String, certificateResource As CertificateResource) As CertificateResource
Paramètres
- operations
- ICertificatesOperations
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.
- certificateName
- String
Nom de la ressource de certificat.
- certificateResource
- CertificateResource
Paramètres de l’opération de création ou de mise à jour
Retours
S’applique à
Azure SDK for .NET