CapacityModeChangeTransitionState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The transition state information related capacity mode change with update request.
public class CapacityModeChangeTransitionState : Azure.Provisioning.Primitives.ProvisionableConstruct
type CapacityModeChangeTransitionState = class
inherit ProvisionableConstruct
Public Class CapacityModeChangeTransitionState
Inherits ProvisionableConstruct
- Inheritance
Constructors
CapacityModeChangeTransitionState() |
Creates a new CapacityModeChangeTransitionState. |
Properties
CapacityModeLastSuccessfulTransitionEndTimestamp |
End time in UTC of the last successful capacity mode change. |
CapacityModeTransitionBeginTimestamp |
Begin time in UTC of the capacity mode change. |
CapacityModeTransitionEndTimestamp |
End time in UTC of the capacity mode change. |
CapacityModeTransitionStatus |
The transition status of capacity mode. |
CurrentCapacityMode |
Indicates the current capacity mode of the account. |
PreviousCapacityMode |
Indicates the previous capacity mode of the account before successful transition. |
Methods
DefineProvisionableProperties() |
Define all the provisionable properties of CapacityModeChangeTransitionState. |
GetResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Resolve(ProvisioningContext) |
Resolve any resources or properties that were not explicitly specified. (Inherited from Provisionable) |
Validate(ProvisioningContext) |
Validate the presence of any required members. (Inherited from Provisionable) |