Поделиться через


TrafficRegionRolloutConfiguration Class

Definition

The TrafficRegionRolloutConfiguration.

public class TrafficRegionRolloutConfiguration : Azure.ResourceManager.ProviderHub.Models.TrafficRegions, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.TrafficRegionRolloutConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.TrafficRegionRolloutConfiguration>
public class TrafficRegionRolloutConfiguration : Azure.ResourceManager.ProviderHub.Models.TrafficRegions
type TrafficRegionRolloutConfiguration = class
    inherit TrafficRegions
    interface IJsonModel<TrafficRegionRolloutConfiguration>
    interface IPersistableModel<TrafficRegionRolloutConfiguration>
type TrafficRegionRolloutConfiguration = class
    inherit TrafficRegions
Public Class TrafficRegionRolloutConfiguration
Inherits TrafficRegions
Implements IJsonModel(Of TrafficRegionRolloutConfiguration), IPersistableModel(Of TrafficRegionRolloutConfiguration)
Public Class TrafficRegionRolloutConfiguration
Inherits TrafficRegions
Inheritance
TrafficRegionRolloutConfiguration
Implements

Constructors

TrafficRegionRolloutConfiguration()

Initializes a new instance of TrafficRegionRolloutConfiguration.

Properties

Regions

Gets the regions.

(Inherited from TrafficRegions)
WaitDuration

Gets or sets the wait duration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TrafficRegionRolloutConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TrafficRegionRolloutConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TrafficRegions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from TrafficRegions)
IJsonModel<TrafficRegions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TrafficRegions)
IPersistableModel<TrafficRegionRolloutConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrafficRegionRolloutConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TrafficRegionRolloutConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TrafficRegions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TrafficRegions)
IPersistableModel<TrafficRegions>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from TrafficRegions)
IPersistableModel<TrafficRegions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TrafficRegions)

Applies to