MccCustomerProperty 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 customer for connectedCache resource.
public class MccCustomerProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConnectedCache.Models.MccCustomerProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConnectedCache.Models.MccCustomerProperty>
type MccCustomerProperty = class
interface IJsonModel<MccCustomerProperty>
interface IPersistableModel<MccCustomerProperty>
Public Class MccCustomerProperty
Implements IJsonModel(Of MccCustomerProperty), IPersistableModel(Of MccCustomerProperty)
- Inheritance
-
MccCustomerProperty
- Implements
Constructors
MccCustomerProperty() |
Initializes a new instance of MccCustomerProperty. |
Properties
AdditionalCustomerProperties |
Mcc customer resource additional properties. |
Customer |
Mcc customer resource (customer 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<MccCustomerProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MccCustomerProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MccCustomerProperty>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MccCustomerProperty>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MccCustomerProperty>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |