Método WebHostingPlanOperationsExtensions.ListAsync (IWebHostingPlanOperations, String)
Você pode listar os espaços da web na assinatura atual emitindo uma solicitação GET. (consulte https://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx para obter mais informações)
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Sintaxe
public static Task<WebHostingPlanListResponse> ListAsync(
this IWebHostingPlanOperations operations,
string webSpaceName
)
public:
[ExtensionAttribute]
static Task<WebHostingPlanListResponse^>^ ListAsync(
IWebHostingPlanOperations^ operations,
String^ webSpaceName
)
static member ListAsync :
operations:IWebHostingPlanOperations *
webSpaceName:string -> Task<WebHostingPlanListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IWebHostingPlanOperations,
webSpaceName As String
) As Task(Of WebHostingPlanListResponse)
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperationsReferência para o Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
webSpaceName
Type: System.StringObrigatório. O nome do espaço da web.
Valor de retorno
Type: System.Threading.Tasks.Task<WebHostingPlanListResponse>
A resposta da operação lista planos na Web de hospedagem.
Consulte também
Classe WebHostingPlanOperationsExtensions
Namespace Microsoft.WindowsAzure
Retornar ao topo