Share via


EndpointAuthKeys Class

Definition

Keys for endpoint authentication.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.EndpointAuthKeysTypeConverter))]
public class EndpointAuthKeys : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IEndpointAuthKeys
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.EndpointAuthKeysTypeConverter))>]
type EndpointAuthKeys = class
    interface IEndpointAuthKeys
    interface IJsonSerializable
Public Class EndpointAuthKeys
Implements IEndpointAuthKeys
Inheritance
EndpointAuthKeys
Attributes
Implements

Constructors

EndpointAuthKeys()

Creates an new EndpointAuthKeys instance.

Properties

PrimaryKey

The primary key.

SecondaryKey

The secondary key.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EndpointAuthKeys.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EndpointAuthKeys.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IEndpointAuthKeys.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EndpointAuthKeys into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to