MachineLearningEndpointKeyRegenerateContent 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.
The MachineLearningEndpointKeyRegenerateContent.
public class MachineLearningEndpointKeyRegenerateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointKeyRegenerateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointKeyRegenerateContent>
public class MachineLearningEndpointKeyRegenerateContent
type MachineLearningEndpointKeyRegenerateContent = class
interface IJsonModel<MachineLearningEndpointKeyRegenerateContent>
interface IPersistableModel<MachineLearningEndpointKeyRegenerateContent>
type MachineLearningEndpointKeyRegenerateContent = class
Public Class MachineLearningEndpointKeyRegenerateContent
Implements IJsonModel(Of MachineLearningEndpointKeyRegenerateContent), IPersistableModel(Of MachineLearningEndpointKeyRegenerateContent)
Public Class MachineLearningEndpointKeyRegenerateContent
- Inheritance
-
MachineLearningEndpointKeyRegenerateContent
- Implements
Constructors
MachineLearningEndpointKeyRegenerateContent(MachineLearningKeyType) |
Initializes a new instance of MachineLearningEndpointKeyRegenerateContent. |
Properties
KeyType |
[Required] Specification for which type of key to generate. Primary or Secondary. |
KeyValue |
The value the key is set to. |
Explicit Interface Implementations
IJsonModel<MachineLearningEndpointKeyRegenerateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningEndpointKeyRegenerateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningEndpointKeyRegenerateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningEndpointKeyRegenerateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningEndpointKeyRegenerateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET