Método WebSpaceOperationsExtensions.Get
You can retrieve details for a specified web space name by issuing an HTTP GET request. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn167017.aspx for more information)
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Uso
'Uso
Dim operations As IWebSpaceOperations
Dim webSpaceName As String
Dim returnValue As WebSpacesGetResponse
returnValue = WebSpaceOperationsExtensions.Get(operations, webSpaceName)
Sintaxe
'Declaração
<ExtensionAttribute> _
Public Shared Function Get ( _
operations As IWebSpaceOperations, _
webSpaceName As String _
) As WebSpacesGetResponse
[ExtensionAttribute]
public static WebSpacesGetResponse Get (
IWebSpaceOperations operations,
string webSpaceName
)
[ExtensionAttribute]
public:
static WebSpacesGetResponse^ Get (
IWebSpaceOperations^ operations,
String^ webSpaceName
)
/** @attribute ExtensionAttribute() */
public static WebSpacesGetResponse Get (
IWebSpaceOperations operations,
String webSpaceName
)
ExtensionAttribute
public static function Get (
operations : IWebSpaceOperations,
webSpaceName : String
) : WebSpacesGetResponse
Parâmetros
- operations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
- webSpaceName
Required. The name of the web space.
Valor de retorno
The Get Web Space Details operation response.
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe WebSpaceOperationsExtensions
Membros WebSpaceOperationsExtensions
Namespace Microsoft.WindowsAzure