OnlineEndpointMirrorTraffic 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.
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
| Name | Description |
|---|---|
| OnlineEndpointMirrorTraffic() |
Creates an new OnlineEndpointMirrorTraffic instance. |
Fields
| Name | Description |
|---|---|
| __additionalProperties | |
Properties
| Name | Description |
|---|---|
| Item[String] | |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Implicit(OnlineEndpointMirrorTraffic to Dictionary<String,Int32>) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IAssociativeArray<Int32>.AdditionalProperties | |
| IAssociativeArray<Int32>.Count | |
| IAssociativeArray<Int32>.Keys | |
| IAssociativeArray<Int32>.Values | |