Share via


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
ActivateDomainName

Specifies that the operation is ActivateDomainName.

AddCertificates

Specifies that the operation is AddCertificates.

AddSubscriptionCertificate

Specifies that the operation is AddSubscriptionCertificate.

ChangeDeploymentConfiguration

Specifies that the operation is ChangeDeploymentConfiguration.

ChangeDeploymentConfigurationBySlot

Specifies that the operation is ChangeDeploymentConfigurationBySlot.

CommitImageUpload

Specifies that the operation is CommitImageUpload.

CreateAffinityGroup

Specifies that the operation is CreateAffinityGroup.

CreateDeployment

Specifies that the operation is CreateDeployment.

CreateDeploymentBySlot

Specifies that the operation is CreateDeploymentBySlot.

CreateHostedService

Specifies that the operation is CreateHostedService.

CreateStorageService

Specifies that the operation is CreateStorageService.

DeleteAffinityGroup

Specifies that the operation is DeleteAffinityGroup.

DeleteCertificate

Specifies that the operation is DeleteCertificate.

DeleteDeployment

Specifies that the operation is DeleteDeployment.

DeleteHostedService

Specifies that the operation is DeleteHostedService.

DeleteImage

Specifies that the operation is DeleteImage.

DeleteStorageService

Specifies that the operation is DeleteStorageService.

PrepareImageUpload

Specifies that the operation is PrepareImageUpload.

RebootDeploymentRoleInstance

Specifies that the operation is RebootDeploymentRoleInstance.

RebootDeploymentRoleInstanceBySlot

Specifies that the operation is RebootDeploymentRoleInstanceBySlot.

RegenerateStorageServiceKeys

Specifies that the operation is RegenerateStorageServiceKeys.

RegisterDomainName

Specifies that the operation is RegisterDomainName.

ReimageDeploymentRoleInstance

Specifies that the operation is ReimageDeploymentRoleInstance.

ReimageDeploymentRoleInstanceBySlot

Specifies that the operation is ReimageDeploymentRoleInstanceBySlot.

RemoveSubscriptionCertificate

Specifies that the operation is RemoveSubscriptionCertificate.

RollbackDeploymentUpdateOrUpgrade

Specifies that the operation is RollbackDeploymentUpdateOrUpgrade.

SetImageProperties

Specifies that the operation is SetImageProperties.

SetParentImage

Specifies that the operation is SetParentImage.

SwapDeployment

Specifies that the operation is SwapDeployment.

UnregisterDomainName

Specifies that the operation is UnregisterDomainName.

UpdateAffinityGroup

Specifies that the operation is UpdateAffinityGroup.

UpdateDeploymentStatus

Specifies that the operation is UpdateDeploymentStatus.

UpdateDeploymentStatusBySlot

Specifies that the operation is UpdateDeploymentStatusBySlot.

UpdateHostedService

Specifies that the operation is UpdateHostedService.

UpdateStorageService

Specifies that the operation is UpdateStorageService.

UpgradeDeployment

Specifies that the operation is UpgradeDeployment.

UpgradeDeploymentBySlot

Specifies that the operation is UpgradeDeploymentBySlot.

WalkUpgradeDomain

Specifies that the operation is WalkUpgradeDomain.

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