MccCacheNodeProperty 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.
Model representing an Mcc cache node connectedCache resource.
public class MccCacheNodeProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeProperty>
type MccCacheNodeProperty = class
interface IJsonModel<MccCacheNodeProperty>
interface IPersistableModel<MccCacheNodeProperty>
Public Class MccCacheNodeProperty
Implements IJsonModel(Of MccCacheNodeProperty), IPersistableModel(Of MccCacheNodeProperty)
- Inheritance
-
MccCacheNodeProperty
- Implements
Constructors
| MccCacheNodeProperty() |
Initializes a new instance of MccCacheNodeProperty. |
Properties
| AdditionalCacheNodeProperties |
Mcc cache node resource additional properties. |
| CacheNode |
Mcc cache node resource (cache node entity). |
| Error |
Mcc response error details. |
| ProvisioningState |
The provisioned state of the resource. |
| Status |
HTTP error status code. |
| StatusCode |
Mcc response status code. |
| StatusDetails |
Mcc response status details for retrieving response inner details. |
| StatusText |
Mcc response status text as string for retrieving status details. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<MccCacheNodeProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<MccCacheNodeProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<MccCacheNodeProperty>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<MccCacheNodeProperty>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<MccCacheNodeProperty>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |