Metodo WebSpaceOperationsExtensions.List
You can list the web spaces under the current subscription by issuing a GET request. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx for more information)
Spazio dei nomi: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Utilizzo
'Utilizzo
Dim operations As IWebSpaceOperations
Dim returnValue As WebSpacesListResponse
returnValue = WebSpaceOperationsExtensions.List(operations)
Sintassi
'Dichiarazione
<ExtensionAttribute> _
Public Shared Function List ( _
operations As IWebSpaceOperations _
) As WebSpacesListResponse
[ExtensionAttribute]
public static WebSpacesListResponse List (
IWebSpaceOperations operations
)
[ExtensionAttribute]
public:
static WebSpacesListResponse^ List (
IWebSpaceOperations^ operations
)
/** @attribute ExtensionAttribute() */
public static WebSpacesListResponse List (
IWebSpaceOperations operations
)
ExtensionAttribute
public static function List (
operations : IWebSpaceOperations
) : WebSpacesListResponse
Parametri
- operations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
Valore restituito
The List Web Spaces operation response.
Sicurezza dei thread
Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows 7 e Windows Server 2008
Piattaforme di destinazione
Vedere anche
Riferimento
Classe WebSpaceOperationsExtensions
Membri WebSpaceOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure