Account interface
Account resource
- Extends
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. |
| identity | The Managed Identity of the resource |
| ingestion |
Ingestion Storage Account Info |
| location | The geo-location where the resource lives |
| 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. |
| sku | Gets or sets the Sku. |
| tags | Resource tags. |
| tenant |
Gets or sets the state of tenant endpoint. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
identity
ingestionStorage
location
The geo-location where the resource lives
location?: string
Property Value
string
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
sku
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
tenantEndpointState
Gets or sets the state of tenant endpoint.
tenantEndpointState?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type