Condividi tramite


Metodo WebSpaceOperationsExtensions.ListGeoRegions

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 WebSpacesListGeoRegionsResponse

returnValue = WebSpaceOperationsExtensions.ListGeoRegions(operations)

Sintassi

'Dichiarazione
<ExtensionAttribute> _
Public Shared Function ListGeoRegions ( _
    operations As IWebSpaceOperations _
) As WebSpacesListGeoRegionsResponse
[ExtensionAttribute] 
public static WebSpacesListGeoRegionsResponse ListGeoRegions (
    IWebSpaceOperations operations
)
[ExtensionAttribute] 
public:
static WebSpacesListGeoRegionsResponse^ ListGeoRegions (
    IWebSpaceOperations^ operations
)
/** @attribute ExtensionAttribute() */ 
public static WebSpacesListGeoRegionsResponse ListGeoRegions (
    IWebSpaceOperations operations
)
ExtensionAttribute 
public static function ListGeoRegions (
    operations : IWebSpaceOperations
) : 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