다음을 통해 공유


FleetUpdateStrategyProperties Class

Definition

The properties of the UpdateStrategy.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.FleetUpdateStrategyPropertiesTypeConverter))]
public class FleetUpdateStrategyProperties : Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetUpdateStrategyProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.FleetUpdateStrategyPropertiesTypeConverter))>]
type FleetUpdateStrategyProperties = class
    interface IFleetUpdateStrategyProperties
    interface IJsonSerializable
Public Class FleetUpdateStrategyProperties
Implements IFleetUpdateStrategyProperties
Inheritance
FleetUpdateStrategyProperties
Attributes
Implements

Constructors

FleetUpdateStrategyProperties()

Creates an new FleetUpdateStrategyProperties instance.

Properties

ProvisioningState

The provisioning state of the UpdateStrategy resource.

StrategyStage

The list of stages that compose this update run. Min size: 1.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FleetUpdateStrategyProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FleetUpdateStrategyProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IFleetUpdateStrategyProperties.

FromJsonString(String)

Creates a new instance of FleetUpdateStrategyProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FleetUpdateStrategyProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to