Get Storage Account Result
data class GetStorageAccountResult(val accessTier: String, val allowBlobPublicAccess: Boolean? = null, val allowCrossTenantReplication: Boolean? = null, val allowSharedKeyAccess: Boolean? = null, val allowedCopyScope: String? = null, val azureFilesIdentityBasedAuthentication: AzureFilesIdentityBasedAuthenticationResponse? = null, val blobRestoreStatus: BlobRestoreStatusResponse, val creationTime: String, val customDomain: CustomDomainResponse, val defaultToOAuthAuthentication: Boolean? = null, val dnsEndpointType: String? = null, 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 immutableStorageWithVersioning: ImmutableStorageAccountResponse? = null, val isHnsEnabled: Boolean? = null, val isLocalUserEnabled: Boolean? = null, val isSftpEnabled: 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 publicNetworkAccess: String? = null, val routingPreference: RoutingPreferenceResponse? = null, val sasPolicy: SasPolicyResponse, val secondaryEndpoints: EndpointsResponse, val secondaryLocation: String, val sku: SkuResponse, val statusOfPrimary: String, val statusOfSecondary: String, val storageAccountSkuConversionStatus: StorageAccountSkuConversionStatusResponse? = null, val tags: Map<String, String>? = null, val type: String)
The storage account.
Constructors
Link copied to clipboard
fun GetStorageAccountResult(accessTier: String, allowBlobPublicAccess: Boolean? = null, allowCrossTenantReplication: Boolean? = null, allowSharedKeyAccess: Boolean? = null, allowedCopyScope: String? = null, azureFilesIdentityBasedAuthentication: AzureFilesIdentityBasedAuthenticationResponse? = null, blobRestoreStatus: BlobRestoreStatusResponse, creationTime: String, customDomain: CustomDomainResponse, defaultToOAuthAuthentication: Boolean? = null, dnsEndpointType: String? = null, enableHttpsTrafficOnly: Boolean? = null, enableNfsV3: Boolean? = null, encryption: EncryptionResponse, extendedLocation: ExtendedLocationResponse? = null, failoverInProgress: Boolean, geoReplicationStats: GeoReplicationStatsResponse, id: String, identity: IdentityResponse? = null, immutableStorageWithVersioning: ImmutableStorageAccountResponse? = null, isHnsEnabled: Boolean? = null, isLocalUserEnabled: Boolean? = null, isSftpEnabled: 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, publicNetworkAccess: String? = null, routingPreference: RoutingPreferenceResponse? = null, sasPolicy: SasPolicyResponse, secondaryEndpoints: EndpointsResponse, secondaryLocation: String, sku: SkuResponse, statusOfPrimary: String, statusOfSecondary: String, storageAccountSkuConversionStatus: StorageAccountSkuConversionStatusResponse? = null, tags: Map<String, String>? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard