Get Storage Account Result
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
fun GetStorageAccountResult(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
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