AccountProperties interface
The account properties
Properties
| account |
Gets or sets the status of the account. |
| cloud |
External Cloud Service connectors |
| created |
Gets the time at which the entity was created. |
| created |
Gets the creator of the entity. |
| created |
Gets the creators of the entity's object id. |
| default |
Gets the default domain in the account. |
| endpoints | The URIs that are the public endpoints of the account. |
| friendly |
Gets or sets the friendly name. |
| ingestion |
Ingestion Storage Account Info |
| managed |
Gets or sets the state of managed eventhub. If enabled managed eventhub will be created, if disabled the managed eventhub will be removed. |
| managed |
Gets or sets the managed resource group name |
| managed |
Gets the resource identifiers of the managed resources. |
| managed |
Gets or sets the public network access for managed resources. |
| merge |
Gets or sets the Merge Info. |
| private |
Gets the private endpoint connections information. |
| provisioning |
Gets or sets the state of the provisioning. |
| public |
Gets or sets the public network access. |
| tenant |
Gets or sets the state of tenant endpoint. |
Property Details
accountStatus
Gets or sets the status of the account.
accountStatus?: AccountPropertiesAccountStatus
Property Value
cloudConnectors
createdAt
Gets the time at which the entity was created.
createdAt?: Date
Property Value
Date
createdBy
Gets the creator of the entity.
createdBy?: string
Property Value
string
createdByObjectId
Gets the creators of the entity's object id.
createdByObjectId?: string
Property Value
string
defaultDomain
Gets the default domain in the account.
defaultDomain?: string
Property Value
string
endpoints
The URIs that are the public endpoints of the account.
endpoints?: AccountPropertiesEndpoints
Property Value
friendlyName
Gets or sets the friendly name.
friendlyName?: string
Property Value
string
ingestionStorage
managedEventHubState
Gets or sets the state of managed eventhub. If enabled managed eventhub will be created, if disabled the managed eventhub will be removed.
managedEventHubState?: string
Property Value
string
managedResourceGroupName
Gets or sets the managed resource group name
managedResourceGroupName?: string
Property Value
string
managedResources
Gets the resource identifiers of the managed resources.
managedResources?: AccountPropertiesManagedResources
Property Value
managedResourcesPublicNetworkAccess
Gets or sets the public network access for managed resources.
managedResourcesPublicNetworkAccess?: string
Property Value
string
mergeInfo
privateEndpointConnections
Gets the private endpoint connections information.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
Gets or sets the state of the provisioning.
provisioningState?: string
Property Value
string
publicNetworkAccess
Gets or sets the public network access.
publicNetworkAccess?: string
Property Value
string
tenantEndpointState
Gets or sets the state of tenant endpoint.
tenantEndpointState?: string
Property Value
string