Share via


MccCustomerEntity Class

Definition

Model representing Customer resource for ConnectedCache resource.

public class MccCustomerEntity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConnectedCache.Models.MccCustomerEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConnectedCache.Models.MccCustomerEntity>
type MccCustomerEntity = class
    interface IJsonModel<MccCustomerEntity>
    interface IPersistableModel<MccCustomerEntity>
Public Class MccCustomerEntity
Implements IJsonModel(Of MccCustomerEntity), IPersistableModel(Of MccCustomerEntity)
Inheritance
MccCustomerEntity
Implements

Constructors

MccCustomerEntity()

Initializes a new instance of MccCustomerEntity.

Properties

ClientTenantId

Customer resource client tenant Id of subscription.

ContactEmail

Customer resource contact email.

ContactName

Customer resource contact full name.

ContactPhone

Customer resource contact phone.

CreateAsyncOperationId

Customer resource create async operation Id.

CustomerId

Customer resource Guid Id.

CustomerName

Customer resource name.

DeleteAsyncOperationId

Customer resource deletion async operation Id.

FullyQualifiedResourceId

Customer resource Azure fully qualified resource Id.

IsEnterpriseManaged

Customer resource flag for enterprise management as boolean.

IsEntitled

Customer resource entitlement flag as boolean.

LastSyncedWithAzureOn

Customer resource last Azure sync timestamp.

ReleaseVersion

Customer resource Mcc release version.

ResendSignupCode

Customer resource flag for resending signup code as boolean.

ShouldMigrate

Customer resource flag for migration.

SynchWithAzureAttemptsCount

Customer resource sync attempts.

VerifySignupCode

Customer resource flag for requiring verification of signup code as boolean.

VerifySignupPhrase

Customer resource phrase for verifying signup.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MccCustomerEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MccCustomerEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MccCustomerEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MccCustomerEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MccCustomerEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to