Share via


CapacityModeChangeTransitionState Class

Definition

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
CapacityModeChangeTransitionState

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)

Applies to