CustomDomainsOperationsExtensions.GetAsync 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.
Obtenez le domaine personnalisé d’une application de cycle de vie.
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)
Paramètres
- operations
- ICustomDomainsOperations
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.
- appName
- String
Nom de la ressource d’application.
- domainName
- String
Nom de la ressource de domaine personnalisé.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET