Partager via


CertificatesOperationsExtensions.BeginCreateOrUpdate Méthode

Définition

Créer ou mettre à jour une ressource de certificat.

public static Microsoft.Azure.Management.AppPlatform.Models.CertificateResource BeginCreateOrUpdate (this Microsoft.Azure.Management.AppPlatform.ICertificatesOperations operations, string resourceGroupName, string serviceName, string certificateName, Microsoft.Azure.Management.AppPlatform.Models.CertificateResource certificateResource);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.AppPlatform.ICertificatesOperations * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.CertificateResource -> Microsoft.Azure.Management.AppPlatform.Models.CertificateResource
<Extension()>
Public Function BeginCreateOrUpdate (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 à