OperationalizationClusterPatch 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.
Parameters for PATCH operation on an operationalization cluster.
public class OperationalizationClusterPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearningCompute.Models.OperationalizationClusterPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearningCompute.Models.OperationalizationClusterPatch>
type OperationalizationClusterPatch = class
interface IJsonModel<OperationalizationClusterPatch>
interface IPersistableModel<OperationalizationClusterPatch>
Public Class OperationalizationClusterPatch
Implements IJsonModel(Of OperationalizationClusterPatch), IPersistableModel(Of OperationalizationClusterPatch)
- Inheritance
-
OperationalizationClusterPatch
- Implements
Constructors
OperationalizationClusterPatch() |
Initializes a new instance of OperationalizationClusterPatch. |
Properties
Tags |
Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<OperationalizationClusterPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OperationalizationClusterPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OperationalizationClusterPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OperationalizationClusterPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OperationalizationClusterPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET