Compartilhar via


RegenerateEndpointKeysRequest Class

Definition

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

Constructors

RegenerateEndpointKeysRequest()

Creates an new RegenerateEndpointKeysRequest instance.

Properties

KeyType

[Required] Specification for which type of key to generate. Primary or Secondary.

KeyValue

The value the key is set to.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegenerateEndpointKeysRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegenerateEndpointKeysRequest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegenerateEndpointKeysRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to