Share via


DefaultRolloutSpecificationHighTraffic Class

Definition

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

Constructors

DefaultRolloutSpecificationHighTraffic()

Creates an new DefaultRolloutSpecificationHighTraffic instance.

Properties

Region
WaitDuration

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DefaultRolloutSpecificationHighTraffic.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DefaultRolloutSpecificationHighTraffic.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DefaultRolloutSpecificationHighTraffic into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to