RegenerateEndpointKeysRequest 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RegenerateEndpointKeysRequestTypeConverter))]
public class RegenerateEndpointKeysRequest : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IRegenerateEndpointKeysRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |