SubscriptionOperationNames Class

 

Specifies the name of a subscription operation.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Models.SubscriptionOperationNames

Syntax

public static class SubscriptionOperationNames
public ref class SubscriptionOperationNames abstract sealed 
[<AbstractClass>]
[<Sealed>]
type SubscriptionOperationNames = class end
Public NotInheritable Class SubscriptionOperationNames

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static ActivateDomainName

Specifies that the operation is ActivateDomainName.

System_CAPS_pubfieldSystem_CAPS_static AddCertificates

Specifies that the operation is AddCertificates.

System_CAPS_pubfieldSystem_CAPS_static AddSubscriptionCertificate

Specifies that the operation is AddSubscriptionCertificate.

System_CAPS_pubfieldSystem_CAPS_static ChangeDeploymentConfiguration

Specifies that the operation is ChangeDeploymentConfiguration.

System_CAPS_pubfieldSystem_CAPS_static ChangeDeploymentConfigurationBySlot

Specifies that the operation is ChangeDeploymentConfigurationBySlot.

System_CAPS_pubfieldSystem_CAPS_static CommitImageUpload

Specifies that the operation is CommitImageUpload.

System_CAPS_pubfieldSystem_CAPS_static CreateAffinityGroup

Specifies that the operation is CreateAffinityGroup.

System_CAPS_pubfieldSystem_CAPS_static CreateDeployment

Specifies that the operation is CreateDeployment.

System_CAPS_pubfieldSystem_CAPS_static CreateDeploymentBySlot

Specifies that the operation is CreateDeploymentBySlot.

System_CAPS_pubfieldSystem_CAPS_static CreateHostedService

Specifies that the operation is CreateHostedService.

System_CAPS_pubfieldSystem_CAPS_static CreateStorageService

Specifies that the operation is CreateStorageService.

System_CAPS_pubfieldSystem_CAPS_static DeleteAffinityGroup

Specifies that the operation is DeleteAffinityGroup.

System_CAPS_pubfieldSystem_CAPS_static DeleteCertificate

Specifies that the operation is DeleteCertificate.

System_CAPS_pubfieldSystem_CAPS_static DeleteDeployment

Specifies that the operation is DeleteDeployment.

System_CAPS_pubfieldSystem_CAPS_static DeleteHostedService

Specifies that the operation is DeleteHostedService.

System_CAPS_pubfieldSystem_CAPS_static DeleteImage

Specifies that the operation is DeleteImage.

System_CAPS_pubfieldSystem_CAPS_static DeleteStorageService

Specifies that the operation is DeleteStorageService.

System_CAPS_pubfieldSystem_CAPS_static PrepareImageUpload

Specifies that the operation is PrepareImageUpload.

System_CAPS_pubfieldSystem_CAPS_static RebootDeploymentRoleInstance

Specifies that the operation is RebootDeploymentRoleInstance.

System_CAPS_pubfieldSystem_CAPS_static RebootDeploymentRoleInstanceBySlot

Specifies that the operation is RebootDeploymentRoleInstanceBySlot.

System_CAPS_pubfieldSystem_CAPS_static RegenerateStorageServiceKeys

Specifies that the operation is RegenerateStorageServiceKeys.

System_CAPS_pubfieldSystem_CAPS_static RegisterDomainName

Specifies that the operation is RegisterDomainName.

System_CAPS_pubfieldSystem_CAPS_static ReimageDeploymentRoleInstance

Specifies that the operation is ReimageDeploymentRoleInstance.

System_CAPS_pubfieldSystem_CAPS_static ReimageDeploymentRoleInstanceBySlot

Specifies that the operation is ReimageDeploymentRoleInstanceBySlot.

System_CAPS_pubfieldSystem_CAPS_static RemoveSubscriptionCertificate

Specifies that the operation is RemoveSubscriptionCertificate.

System_CAPS_pubfieldSystem_CAPS_static RollbackDeploymentUpdateOrUpgrade

Specifies that the operation is RollbackDeploymentUpdateOrUpgrade.

System_CAPS_pubfieldSystem_CAPS_static SetImageProperties

Specifies that the operation is SetImageProperties.

System_CAPS_pubfieldSystem_CAPS_static SetParentImage

Specifies that the operation is SetParentImage.

System_CAPS_pubfieldSystem_CAPS_static SwapDeployment

Specifies that the operation is SwapDeployment.

System_CAPS_pubfieldSystem_CAPS_static UnregisterDomainName

Specifies that the operation is UnregisterDomainName.

System_CAPS_pubfieldSystem_CAPS_static UpdateAffinityGroup

Specifies that the operation is UpdateAffinityGroup.

System_CAPS_pubfieldSystem_CAPS_static UpdateDeploymentStatus

Specifies that the operation is UpdateDeploymentStatus.

System_CAPS_pubfieldSystem_CAPS_static UpdateDeploymentStatusBySlot

Specifies that the operation is UpdateDeploymentStatusBySlot.

System_CAPS_pubfieldSystem_CAPS_static UpdateHostedService

Specifies that the operation is UpdateHostedService.

System_CAPS_pubfieldSystem_CAPS_static UpdateStorageService

Specifies that the operation is UpdateStorageService.

System_CAPS_pubfieldSystem_CAPS_static UpgradeDeployment

Specifies that the operation is UpgradeDeployment.

System_CAPS_pubfieldSystem_CAPS_static UpgradeDeploymentBySlot

Specifies that the operation is UpgradeDeploymentBySlot.

System_CAPS_pubfieldSystem_CAPS_static WalkUpgradeDomain

Specifies that the operation is WalkUpgradeDomain.

System_CAPS_pubfieldSystem_CAPS_static WalkUpgradeDomainBySlot

Specifies that the operation is WalkUpgradeDomainBySlot.

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