Compartir a través de


AppServiceEnvironmentsOperationsExtensions.Get Método

Definición

Obtenga las propiedades de un App Service Environment.

public static Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource Get (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);
static member Get : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -> Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource
<Extension()>
Public Function Get (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As AppServiceEnvironmentResource

Parámetros

operations
IAppServiceEnvironmentsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos al que pertenece el recurso.

name
String

Nombre del App Service Environment.

Devoluciones

Comentarios

Descripción para Obtener las propiedades de un App Service Environment.

Se aplica a