Share via


CustomRolloutSpecificationCanary Class

Definition

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

Constructors

CustomRolloutSpecificationCanary()

Creates an new CustomRolloutSpecificationCanary instance.

Properties

Region

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomRolloutSpecificationCanary.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomRolloutSpecificationCanary.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomRolloutSpecificationCanary into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to