SubscriptionGetResponse Class
Represents the information about a subscription.
Namespace: Microsoft.WindowsAzure.Management.Models
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Inheritance Hierarchy
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Models.SubscriptionGetResponse
Syntax
public class SubscriptionGetResponse : AzureOperationResponse
public ref class SubscriptionGetResponse : AzureOperationResponse
type SubscriptionGetResponse =
class
inherit AzureOperationResponse
end
Public Class SubscriptionGetResponse
Inherits AzureOperationResponse
Constructors
Name | Description | |
---|---|---|
SubscriptionGetResponse() | Initializes a new instance of the SubscriptionGetResponse class. |
Properties
Name | Description | |
---|---|---|
AccountAdminLiveEmailId | Gets or sets the live ID of the account administrator. |
|
CurrentCoreCount | Gets or sets the number of currently allocated cores. |
|
CurrentDnsServers | Gets or sets the current number of DNS servers allocated to the subscription. |
|
CurrentHostedServices | Gets or sets the number of currently allocated cloud services. |
|
CurrentLocalNetworkSites | Gets or sets the current number of local Virtual Network sites that are allocated to the subscription. |
|
CurrentStorageAccounts | Gets or sets the number of currently allocated storage accounts. |
|
CurrentVirtualNetworkSites | Gets or sets the number of currently allocated Virtual Network sites. |
|
MaximumCoreCount | Gets or sets the maximum number of cores that can be allocated to the subscription. |
|
MaximumDnsServers | Gets or sets the maximum number of DNS servers that can be allocated to the subscription. |
|
MaximumHostedServices | Gets or sets the maximum number of cloud services that can be allocated to the subscription. |
|
MaximumLocalNetworkSites | Gets or sets the maximum number of local Virtual Network sites that can be allocated to the subscription. |
|
MaximumStorageAccounts | Gets or sets the maximum number of storage accounts that can be allocated to the subscription. |
|
MaximumVirtualNetworkSites | Gets or sets the maximum number of Virtual Network sites that can be allocated to the subscription. |
|
RequestId | (Inherited from AzureOperationResponse.) |
|
ServiceAdminLiveEmailId | Gets or sets the live ID of the subscription administrator. |
|
StatusCode | (Inherited from HttpOperationResponse.) |
|
SubscriptionID | Gets or sets the subscription ID. |
|
SubscriptionName | Gets or sets the name of the subscription. |
|
SubscriptionStatus | Gets or sets an SubscriptionStatus object that specifies the status of the subscription. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.Models Namespace
Return to top