CustomerEntity interface
Model representing Customer resource for ConnectedCache resource
Properties
client |
Customer resource client tenant Id of subscription. |
contact |
Customer resource contact email. |
contact |
Customer resource contact full name. |
contact |
Customer resource contact phone. |
create |
Customer resource create async operation Id. |
customer |
Customer resource Guid Id. |
customer |
Customer resource name. |
delete |
Customer resource deletion async operation Id. |
fully |
Customer resource Azure fully qualified resource Id. |
is |
Customer resource flag for enterprise management as boolean. |
is |
Customer resource entitlement flag as boolean. |
last |
Customer resource last Azure sync timestamp. |
release |
Customer resource Mcc release version. |
resend |
Customer resource flag for resending signup code as boolean. |
should |
Customer resource flag for migration. |
synch |
Customer resource sync attempts. |
verify |
Customer resource flag for requiring verification of signup code as boolean. |
verify |
Customer resource phrase for verifying signup. |
Property Details
clientTenantId
Customer resource client tenant Id of subscription.
clientTenantId?: string
Property Value
string
contactEmail
Customer resource contact email.
contactEmail?: string
Property Value
string
contactName
Customer resource contact full name.
contactName?: string
Property Value
string
contactPhone
Customer resource contact phone.
contactPhone?: string
Property Value
string
createAsyncOperationId
Customer resource create async operation Id.
createAsyncOperationId?: string
Property Value
string
customerId
Customer resource Guid Id.
customerId?: string
Property Value
string
customerName
Customer resource name.
customerName?: string
Property Value
string
deleteAsyncOperationId
Customer resource deletion async operation Id.
deleteAsyncOperationId?: string
Property Value
string
fullyQualifiedResourceId
Customer resource Azure fully qualified resource Id.
fullyQualifiedResourceId?: string
Property Value
string
isEnterpriseManaged
Customer resource flag for enterprise management as boolean.
isEnterpriseManaged?: boolean
Property Value
boolean
isEntitled
Customer resource entitlement flag as boolean.
isEntitled?: boolean
Property Value
boolean
lastSyncWithAzureTimestamp
Customer resource last Azure sync timestamp.
lastSyncWithAzureTimestamp?: Date
Property Value
Date
releaseVersion
Customer resource Mcc release version.
releaseVersion?: number
Property Value
number
resendSignupCode
Customer resource flag for resending signup code as boolean.
resendSignupCode?: boolean
Property Value
boolean
shouldMigrate
Customer resource flag for migration.
shouldMigrate?: boolean
Property Value
boolean
synchWithAzureAttemptsCount
Customer resource sync attempts.
synchWithAzureAttemptsCount?: number
Property Value
number
verifySignupCode
Customer resource flag for requiring verification of signup code as boolean.
verifySignupCode?: boolean
Property Value
boolean
verifySignupPhrase
Customer resource phrase for verifying signup.
verifySignupPhrase?: string
Property Value
string
Azure SDK for JavaScript