SubscriptionGetResponse Class

 

Represents the information about a subscription.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Models.SubscriptionGetResponse

Public Class SubscriptionGetResponse
	Inherits AzureOperationResponse

NameDescription
System_CAPS_pubmethodSubscriptionGetResponse()

Initializes a new instance of the SubscriptionGetResponse class.

NameDescription
System_CAPS_pubpropertyAccountAdminLiveEmailId

Gets or sets the live ID of the account administrator.

System_CAPS_pubpropertyCurrentCoreCount

Gets or sets the number of currently allocated cores.

System_CAPS_pubpropertyCurrentDnsServers

Gets or sets the current number of DNS servers allocated to the subscription.

System_CAPS_pubpropertyCurrentHostedServices

Gets or sets the number of currently allocated cloud services.

System_CAPS_pubpropertyCurrentLocalNetworkSites

Gets or sets the current number of local Virtual Network sites that are allocated to the subscription.

System_CAPS_pubpropertyCurrentStorageAccounts

Gets or sets the number of currently allocated storage accounts.

System_CAPS_pubpropertyCurrentVirtualNetworkSites

Gets or sets the number of currently allocated Virtual Network sites.

System_CAPS_pubpropertyMaximumCoreCount

Gets or sets the maximum number of cores that can be allocated to the subscription.

System_CAPS_pubpropertyMaximumDnsServers

Gets or sets the maximum number of DNS servers that can be allocated to the subscription.

System_CAPS_pubpropertyMaximumHostedServices

Gets or sets the maximum number of cloud services that can be allocated to the subscription.

System_CAPS_pubpropertyMaximumLocalNetworkSites

Gets or sets the maximum number of local Virtual Network sites that can be allocated to the subscription.

System_CAPS_pubpropertyMaximumStorageAccounts

Gets or sets the maximum number of storage accounts that can be allocated to the subscription.

System_CAPS_pubpropertyMaximumVirtualNetworkSites

Gets or sets the maximum number of Virtual Network sites that can be allocated to the subscription.

System_CAPS_pubpropertyRequestId

(Inherited from AzureOperationResponse.)

System_CAPS_pubpropertyServiceAdminLiveEmailId

Gets or sets the live ID of the subscription administrator.

System_CAPS_pubpropertyStatusCode

(Inherited from HttpOperationResponse.)

System_CAPS_pubpropertySubscriptionID

Gets or sets the subscription ID.

System_CAPS_pubpropertySubscriptionName

Gets or sets the name of the subscription.

System_CAPS_pubpropertySubscriptionStatus

Gets or sets an SubscriptionStatus object that specifies the status of the subscription.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: