![JAR search and dependency download from the Maven repository](/logo.png)
com.microsoft.windowsazure.management.models.SubscriptionOperationNames Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-svc-mgmt Show documentation
Show all versions of azure-svc-mgmt Show documentation
This package contains Microsoft Azure Management SDK.
/**
*
* Copyright (c) Microsoft and contributors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
// Warning: This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if the
// code is regenerated.
package com.microsoft.windowsazure.management.models;
/**
* The name of a subscription operation.
*/
public abstract class SubscriptionOperationNames {
public static final String ACTIVATEDOMAINNAME = "ActivateDomainName";
public static final String ADDCERTIFICATES = "AddCertificates";
public static final String ADDSUBSCRIPTIONCERTIFICATE = "AddSubscriptionCertificate";
public static final String CHANGEDEPLOYMENTCONFIGURATION = "ChangeDeploymentConfiguration";
public static final String CHANGEDEPLOYMENTCONFIGURATIONBYSLOT = "ChangeDeploymentConfigurationBySlot";
public static final String COMMITIMAGEUPLOAD = "CommitImageUpload";
public static final String CREATEAFFINITYGROUP = "CreateAffinityGroup";
public static final String CREATEDEPLOYMENT = "CreateDeployment";
public static final String CREATEDEPLOYMENTBYSLOT = "CreateDeploymentBySlot";
public static final String CREATEHOSTEDSERVICE = "CreateHostedService";
public static final String CREATESTORAGESERVICE = "CreateStorageService";
public static final String DELETEAFFINITYGROUP = "DeleteAffinityGroup";
public static final String DELETECERTIFICATE = "DeleteCertificate";
public static final String DELETEDEPLOYMENT = "DeleteDeployment";
public static final String DELETEHOSTEDSERVICE = "DeleteHostedService";
public static final String DELETEIMAGE = "DeleteImage";
public static final String DELETESTORAGESERVICE = "DeleteStorageService";
public static final String PREPAREIMAGEUPLOAD = "PrepareImageUpload";
public static final String REBOOTDEPLOYMENTROLEINSTANCE = "RebootDeploymentRoleInstance";
public static final String REBOOTDEPLOYMENTROLEINSTANCEBYSLOT = "RebootDeploymentRoleInstanceBySlot";
public static final String REIMAGEDEPLOYMENTROLEINSTANCE = "ReimageDeploymentRoleInstance";
public static final String REIMAGEDEPLOYMENTROLEINSTANCEBYSLOT = "ReimageDeploymentRoleInstanceBySlot";
public static final String REGENERATESTORAGESERVICEKEYS = "RegenerateStorageServiceKeys";
public static final String REGISTERDOMAINNAME = "RegisterDomainName";
public static final String REMOVESUBSCRIPTIONCERTIFICATE = "RemoveSubscriptionCertificate";
public static final String ROLLBACKDEPLOYMENTUPDATEORUPGRADE = "RollbackDeploymentUpdateOrUpgrade";
public static final String SETIMAGEPROPERTIES = "SetImageProperties";
public static final String SETPARENTIMAGE = "SetParentImage";
public static final String SWAPDEPLOYMENT = "SwapDeployment";
public static final String UNREGISTERDOMAINNAME = "UnregisterDomainName";
public static final String UPDATEAFFINITYGROUP = "UpdateAffinityGroup";
public static final String UPDATEDEPLOYMENTSTATUS = "UpdateDeploymentStatus";
public static final String UPDATEDEPLOYMENTSTATUSBYSLOT = "UpdateDeploymentStatusBySlot";
public static final String UPDATEHOSTEDSERVICE = "UpdateHostedService";
public static final String UPDATESTORAGESERVICE = "UpdateStorageService";
public static final String UPGRADEDEPLOYMENT = "UpgradeDeployment";
public static final String UPGRADEDEPLOYMENTBYSLOT = "UpgradeDeploymentBySlot";
public static final String WALKUPGRADEDOMAIN = "WalkUpgradeDomain";
public static final String WALKUPGRADEDOMAINBYSLOT = "WalkUpgradeDomainBySlot";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy