Freigeben über


CertificatesOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellen oder aktualisieren Sie die Zertifikatressource.

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

Parameter

operations
ICertificatesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serviceName
String

Der Name der Dienstressource.

certificateName
String

Der Name der Zertifikatressource.

certificateResource
CertificateResource

Parameter für den Erstellungs- oder Aktualisierungsvorgang

Gibt zurück

Gilt für: