SubscriptionOperationsExtensions.Get(ISubscriptionOperations) 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.
The Get Subscription operation returns account and resource allocation information for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh403995.aspx for more information)
public static Microsoft.WindowsAzure.Management.Models.SubscriptionGetResponse Get (this Microsoft.WindowsAzure.Management.ISubscriptionOperations operations);
static member Get : Microsoft.WindowsAzure.Management.ISubscriptionOperations -> Microsoft.WindowsAzure.Management.Models.SubscriptionGetResponse
<Extension()>
Public Function Get (operations As ISubscriptionOperations) As SubscriptionGetResponse
Parameters
- operations
- ISubscriptionOperations
Reference to the Microsoft.WindowsAzure.Management.ISubscriptionOperations.
Returns
The Get Subscription 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