EndpointAuthKeys 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.
Keys for endpoint authentication.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EndpointAuthKeysTypeConverter))]
public class EndpointAuthKeys : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointAuthKeys
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |