GetAccountResult

data class GetAccountResult(val accountStatus: AccountPropertiesResponseAccountStatus, val azureApiVersion: String, val cloudConnectors: CloudConnectorsResponse? = null, val createdAt: String, val createdBy: String, val createdByObjectId: String, val defaultDomain: String, val endpoints: AccountPropertiesResponseEndpoints, val friendlyName: String, val id: String, val identity: IdentityResponse? = null, val ingestionStorage: IngestionStorageResponse? = null, val location: String? = null, val managedEventHubState: String? = null, val managedResourceGroupName: String? = null, val managedResources: AccountPropertiesResponseManagedResources, val managedResourcesPublicNetworkAccess: String? = null, val mergeInfo: AccountMergeInfoResponse? = null, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val sku: AccountResponseSku? = null, val systemData: TrackedResourceResponseSystemData, val tags: Map<String, String>? = null, val tenantEndpointState: String? = null, val type: String)

Account resource

Constructors

Link copied to clipboard
constructor(accountStatus: AccountPropertiesResponseAccountStatus, azureApiVersion: String, cloudConnectors: CloudConnectorsResponse? = null, createdAt: String, createdBy: String, createdByObjectId: String, defaultDomain: String, endpoints: AccountPropertiesResponseEndpoints, friendlyName: String, id: String, identity: IdentityResponse? = null, ingestionStorage: IngestionStorageResponse? = null, location: String? = null, managedEventHubState: String? = null, managedResourceGroupName: String? = null, managedResources: AccountPropertiesResponseManagedResources, managedResourcesPublicNetworkAccess: String? = null, mergeInfo: AccountMergeInfoResponse? = null, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, sku: AccountResponseSku? = null, systemData: TrackedResourceResponseSystemData, tags: Map<String, String>? = null, tenantEndpointState: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the status of the account.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

External Cloud Service connectors

Link copied to clipboard

Gets the time at which the entity was created.

Link copied to clipboard

Gets the creator of the entity.

Link copied to clipboard

Gets the creators of the entity's object id.

Link copied to clipboard

Gets the default domain in the account.

Link copied to clipboard

The URIs that are the public endpoints of the account.

Link copied to clipboard

Gets or sets the friendly name.

Link copied to clipboard
val id: String

Gets or sets the identifier.

Link copied to clipboard

The Managed Identity of the resource

Link copied to clipboard

Ingestion Storage Account Info

Link copied to clipboard
val location: String? = null

Gets or sets the location.

Link copied to clipboard

Gets or sets the state of managed eventhub. If enabled managed eventhub will be created, if disabled the managed eventhub will be removed.

Link copied to clipboard

Gets or sets the managed resource group name

Link copied to clipboard

Gets the resource identifiers of the managed resources.

Link copied to clipboard

Gets or sets the public network access for managed resources.

Link copied to clipboard

Gets or sets the Merge Info.

Link copied to clipboard

Gets or sets the name.

Link copied to clipboard

Gets the private endpoint connections information.

Link copied to clipboard

Gets or sets the state of the provisioning.

Link copied to clipboard

Gets or sets the public network access.

Link copied to clipboard
val sku: AccountResponseSku? = null

Gets or sets the Sku.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags on the azure resource.

Link copied to clipboard

Gets or sets the state of tenant endpoint.

Link copied to clipboard

Gets or sets the type.