Metodo WebSpaceOperationsExtensions.ListAsync (IWebSpaceOperations)
È possibile elencare gli spazi web nella sottoscrizione corrente generando una richiesta GET. (vedere https://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx per ulteriori informazioni)
Spazio dei nomi: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Sintassi
public static Task<WebSpacesListResponse> ListAsync(
this IWebSpaceOperations operations
)
public:
[ExtensionAttribute]
static Task<WebSpacesListResponse^>^ ListAsync(
IWebSpaceOperations^ operations
)
static member ListAsync :
operations:IWebSpaceOperations -> Task<WebSpacesListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IWebSpaceOperations
) As Task(Of WebSpacesListResponse)
Parametri
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperationsRiferimento di Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
Valore restituito
Type: System.Threading.Tasks.Task<WebSpacesListResponse>
La risposta dell'operazione elenco Web spazi.
Vedere anche
Classe WebSpaceOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure
Torna all'inizio