WebSpaceOperationsExtensions.GetAsync(IWebSpaceOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
You can retrieve details for a specified web space name by issuing an HTTP GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn167017.aspx for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations operations, string webSpaceName);
static member GetAsync : Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse>
<Extension()>
Public Function GetAsync (operations As IWebSpaceOperations, webSpaceName As String) As Task(Of WebSpacesGetResponse)
Parameters
- operations
- IWebSpaceOperations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.
- webSpaceName
- String
Required. The name of the web space.
Returns
The Get Web Space Details operation response.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET