Delen via


OnlineEndpointTraffic Class

Definition

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

Constructors

OnlineEndpointTraffic()

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, Int32)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
Remove(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
TryGetValue(String, Int32)

Operators

Implicit(OnlineEndpointTraffic to Dictionary<String,Int32>)

Explicit Interface Implementations

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

Applies to