SubscriptionGetResponse Class

Definition

The Get Subscription operation response.

public class SubscriptionGetResponse : Microsoft.Azure.AzureOperationResponse
type SubscriptionGetResponse = class
    inherit AzureOperationResponse
Public Class SubscriptionGetResponse
Inherits AzureOperationResponse
Inheritance
Microsoft.Azure.AzureOperationResponse
SubscriptionGetResponse

Constructors

SubscriptionGetResponse()

Initializes a new instance of the SubscriptionGetResponse class.

Properties

AccountAdminLiveEmailId

Optional. The live ID of the account administrator.

CurrentCoreCount

Optional. The number of currently allocated cores.

CurrentDnsServers

Optional. The current number of DNS servers allocated on this subscription.

CurrentHostedServices

Optional. The number of currently allocated cloud services.

CurrentLocalNetworkSites

Optional. The current number of local virtual network sites that are allocated on this subscription.

CurrentStorageAccounts

Optional. The number of currently allocated storage accounts.

CurrentVirtualNetworkSites

Optional. The number of currently allocated virtual network sites.

MaximumCoreCount

Optional. The maximum number of cores that can be allocated on this subscription.

MaximumDnsServers

Optional. The maximum number of DNS servers that can be allocated on this subscription.

MaximumHostedServices

Optional. The maximum number of cloud services that can be allocated on this subscription.

MaximumLocalNetworkSites

Optional. The maximum number of local virtual network sites that can be allocated on this subscription.

MaximumStorageAccounts

Optional. The maximum number of storage accounts that can be allocated on this subscription.

MaximumVirtualNetworkSites

Optional. The maximum number of virtual network sites that can be allocated on this subscription.

ServiceAdminLiveEmailId

Optional. The live ID of the subscription administrator.

SubscriptionID

Optional. The subscription ID that the operation was called on.

SubscriptionName

Optional. The user-supplied name for the subscription.

SubscriptionStatus

Optional. The subscription status.

Applies to