Metodo WebSpaceOperationsExtensions.ListGeoRegionsAsync
Get the available geo regions for this web space.
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 Task(Of WebSpacesListGeoRegionsResponse)
returnValue = WebSpaceOperationsExtensions.ListGeoRegionsAsync(operations)
Sintassi
'Dichiarazione
<ExtensionAttribute> _
Public Shared Function ListGeoRegionsAsync ( _
operations As IWebSpaceOperations _
) As Task(Of WebSpacesListGeoRegionsResponse)
[ExtensionAttribute]
public static Task<WebSpacesListGeoRegionsResponse> ListGeoRegionsAsync (
IWebSpaceOperations operations
)
[ExtensionAttribute]
public:
static Task<WebSpacesListGeoRegionsResponse^>^ ListGeoRegionsAsync (
IWebSpaceOperations^ operations
)
/** @attribute ExtensionAttribute() */
public static Task<WebSpacesListGeoRegionsResponse> ListGeoRegionsAsync (
IWebSpaceOperations operations
)
ExtensionAttribute
public static function ListGeoRegionsAsync (
operations : IWebSpaceOperations
) : Task<WebSpacesListGeoRegionsResponse>
Parametri
- operations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
Valore restituito
The List Geo Regions 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