DefaultRolloutSpecification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DefaultRolloutSpecification.
public class DefaultRolloutSpecification : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.DefaultRolloutSpecification>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.DefaultRolloutSpecification>
public class DefaultRolloutSpecification
type DefaultRolloutSpecification = class
interface IJsonModel<DefaultRolloutSpecification>
interface IPersistableModel<DefaultRolloutSpecification>
type DefaultRolloutSpecification = class
Public Class DefaultRolloutSpecification
Implements IJsonModel(Of DefaultRolloutSpecification), IPersistableModel(Of DefaultRolloutSpecification)
Public Class DefaultRolloutSpecification
- Inheritance
-
DefaultRolloutSpecification
- Implements
Constructors
DefaultRolloutSpecification() |
Initializes a new instance of DefaultRolloutSpecification. |
Properties
Canary |
Gets or sets the canary. |
HighTraffic |
Gets or sets the high traffic. |
LowTraffic |
Gets or sets the low traffic. |
MediumTraffic |
Gets or sets the medium traffic. |
ProviderRegistration |
Gets or sets the provider registration. |
ResourceTypeRegistrations |
Gets the resource type registrations. |
RestOfTheWorldGroupOne |
Gets or sets the rest of the world group one. |
RestOfTheWorldGroupTwo |
Gets or sets the rest of the world group two. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DefaultRolloutSpecification>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DefaultRolloutSpecification>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DefaultRolloutSpecification>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DefaultRolloutSpecification>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DefaultRolloutSpecification>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET