Share via


DefaultRolloutSpecificationLowTraffic Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.DefaultRolloutSpecificationLowTrafficTypeConverter))]
public class DefaultRolloutSpecificationLowTraffic : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IDefaultRolloutSpecificationLowTraffic, Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.DefaultRolloutSpecificationLowTrafficTypeConverter))>]
type DefaultRolloutSpecificationLowTraffic = class
    interface IDefaultRolloutSpecificationLowTraffic
    interface IJsonSerializable
    interface ITrafficRegionRolloutConfiguration
    interface ITrafficRegions
    interface IValidates
Public Class DefaultRolloutSpecificationLowTraffic
Implements IDefaultRolloutSpecificationLowTraffic, IValidates
Inheritance
DefaultRolloutSpecificationLowTraffic
Attributes
Implements

Constructors

DefaultRolloutSpecificationLowTraffic()

Creates an new DefaultRolloutSpecificationLowTraffic instance.

Properties

Region
WaitDuration

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DefaultRolloutSpecificationLowTraffic.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DefaultRolloutSpecificationLowTraffic.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IDefaultRolloutSpecificationLowTraffic.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DefaultRolloutSpecificationLowTraffic into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to