Freigeben über


CustomDomainsOperationsExtensions.GetAsync Methode

Definition

Rufen Sie die benutzerdefinierte Domäne einer Lebenszyklusanwendung ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource> GetAsync (this Microsoft.Azure.Management.AppPlatform.ICustomDomainsOperations operations, string resourceGroupName, string serviceName, string appName, string domainName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.AppPlatform.ICustomDomainsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource>
<Extension()>
Public Function GetAsync (operations As ICustomDomainsOperations, resourceGroupName As String, serviceName As String, appName As String, domainName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: