Freigeben über


CustomDomainsOperationsExtensions.BeginCreateOrUpdate Methode

Definition

Erstellen oder Aktualisieren einer benutzerdefinierten Domäne einer Lebenszyklusanwendung

public static Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource BeginCreateOrUpdate (this Microsoft.Azure.Management.AppPlatform.ICustomDomainsOperations operations, string resourceGroupName, string serviceName, string appName, string domainName, Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource domainResource);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.AppPlatform.ICustomDomainsOperations * string * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource -> Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource
<Extension()>
Public Function BeginCreateOrUpdate (operations As ICustomDomainsOperations, resourceGroupName As String, serviceName As String, appName As String, domainName As String, domainResource As CustomDomainResource) As CustomDomainResource

Parameter

operations
ICustomDomainsOperations

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.

appName
String

Der Name der App-Ressource.

domainName
String

Der Name der benutzerdefinierten Domänenressource.

domainResource
CustomDomainResource

Parameter für den Erstellungs- oder Aktualisierungsvorgang

Gibt zurück

Gilt für: