GetStorageAccountResult

data class GetStorageAccountResult(val accessTier: String, val allowBlobPublicAccess: Boolean? = null, val allowSharedKeyAccess: Boolean? = null, val azureFilesIdentityBasedAuthentication: AzureFilesIdentityBasedAuthenticationResponse? = null, val blobRestoreStatus: BlobRestoreStatusResponse, val creationTime: String, val customDomain: CustomDomainResponse, val enableHttpsTrafficOnly: Boolean? = null, val enableNfsV3: Boolean? = null, val encryption: EncryptionResponse, val extendedLocation: ExtendedLocationResponse? = null, val failoverInProgress: Boolean, val geoReplicationStats: GeoReplicationStatsResponse, val id: String, val identity: IdentityResponse? = null, val isHnsEnabled: Boolean? = null, val keyCreationTime: KeyCreationTimeResponse, val keyPolicy: KeyPolicyResponse, val kind: String, val largeFileSharesState: String? = null, val lastGeoFailoverTime: String, val location: String, val minimumTlsVersion: String? = null, val name: String, val networkRuleSet: NetworkRuleSetResponse, val primaryEndpoints: EndpointsResponse, val primaryLocation: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val routingPreference: RoutingPreferenceResponse? = null, val sasPolicy: SasPolicyResponse, val secondaryEndpoints: EndpointsResponse, val secondaryLocation: String, val sku: SkuResponse, val statusOfPrimary: String, val statusOfSecondary: String, val tags: Map<String, String>? = null, val type: String)

The storage account.

Constructors

Link copied to clipboard
constructor(accessTier: String, allowBlobPublicAccess: Boolean? = null, allowSharedKeyAccess: Boolean? = null, azureFilesIdentityBasedAuthentication: AzureFilesIdentityBasedAuthenticationResponse? = null, blobRestoreStatus: BlobRestoreStatusResponse, creationTime: String, customDomain: CustomDomainResponse, enableHttpsTrafficOnly: Boolean? = null, enableNfsV3: Boolean? = null, encryption: EncryptionResponse, extendedLocation: ExtendedLocationResponse? = null, failoverInProgress: Boolean, geoReplicationStats: GeoReplicationStatsResponse, id: String, identity: IdentityResponse? = null, isHnsEnabled: Boolean? = null, keyCreationTime: KeyCreationTimeResponse, keyPolicy: KeyPolicyResponse, kind: String, largeFileSharesState: String? = null, lastGeoFailoverTime: String, location: String, minimumTlsVersion: String? = null, name: String, networkRuleSet: NetworkRuleSetResponse, primaryEndpoints: EndpointsResponse, primaryLocation: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, routingPreference: RoutingPreferenceResponse? = null, sasPolicy: SasPolicyResponse, secondaryEndpoints: EndpointsResponse, secondaryLocation: String, sku: SkuResponse, statusOfPrimary: String, statusOfSecondary: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required for storage accounts where kind = BlobStorage. The access tier used for billing.

Link copied to clipboard

Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property.

Link copied to clipboard

Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true.

Link copied to clipboard

Provides the identity based authentication settings for Azure Files.

Link copied to clipboard
Link copied to clipboard

Gets the creation date and time of the storage account in UTC.

Link copied to clipboard

Gets the custom domain the user assigned to this storage account.

Link copied to clipboard

Allows https traffic only to storage service if sets to true.

Link copied to clipboard
val enableNfsV3: Boolean? = null

NFS 3.0 protocol support enabled if set to true.

Link copied to clipboard

Gets the encryption settings on the account. If unspecified, the account is unencrypted.

Link copied to clipboard

The extendedLocation of the resource.

Link copied to clipboard

If the failover is in progress, the value will be true, otherwise, it will be null.

Link copied to clipboard
Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The identity of the resource.

Link copied to clipboard
val isHnsEnabled: Boolean? = null

Account HierarchicalNamespace enabled if sets to true.

Link copied to clipboard

Storage account keys creation time.

Link copied to clipboard

KeyPolicy assigned to the storage account.

Link copied to clipboard

Gets the Kind.

Link copied to clipboard

Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.

Link copied to clipboard

Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property.

Link copied to clipboard

The name of the resource

Link copied to clipboard
Link copied to clipboard

Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.

Link copied to clipboard

Gets the location of the primary data center for the storage account.

Link copied to clipboard

List of private endpoint connection associated with the specified storage account

Link copied to clipboard

Gets the status of the storage account at the time the operation was called.

Link copied to clipboard

Maintains information about the network routing choice opted by the user for data transfer

Link copied to clipboard

SasPolicy assigned to the storage account.

Link copied to clipboard

Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.

Link copied to clipboard

Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS.

Link copied to clipboard

Gets the SKU.

Link copied to clipboard

Gets the status indicating whether the primary location of the storage account is available or unavailable.

Link copied to clipboard

Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS.

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

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"