OnlineEndpointMirrorTraffic Class

Definition

Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OnlineEndpointMirrorTrafficTypeConverter))]
public class OnlineEndpointMirrorTraffic : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpointMirrorTraffic, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IAssociativeArray<int>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OnlineEndpointMirrorTrafficTypeConverter))>]
type OnlineEndpointMirrorTraffic = class
    interface IOnlineEndpointMirrorTraffic
    interface IJsonSerializable
    interface IAssociativeArray<int>
Public Class OnlineEndpointMirrorTraffic
Implements IAssociativeArray(Of Integer), IOnlineEndpointMirrorTraffic
Inheritance
OnlineEndpointMirrorTraffic
Attributes
Implements

Constructors

OnlineEndpointMirrorTraffic()

Creates an new OnlineEndpointMirrorTraffic instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, Int32)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OnlineEndpointMirrorTraffic.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OnlineEndpointMirrorTraffic.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOnlineEndpointMirrorTraffic.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of OnlineEndpointMirrorTraffic into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Int32)

Operators

Implicit(OnlineEndpointMirrorTraffic to Dictionary<String,Int32>)

Explicit Interface Implementations

IAssociativeArray<Int32>.AdditionalProperties
IAssociativeArray<Int32>.Count
IAssociativeArray<Int32>.Keys
IAssociativeArray<Int32>.Values

Applies to