Account Properties Response
data class AccountPropertiesResponse(val abusePenalty: AbusePenaltyResponse, val allowedFqdnList: List<String>? = null, val apiProperties: ApiPropertiesResponse? = null, val callRateLimit: CallRateLimitResponse, val capabilities: List<SkuCapabilityResponse>, val commitmentPlanAssociations: List<CommitmentPlanAssociationResponse>, val customSubDomainName: String? = null, val dateCreated: String, val deletionDate: String, val disableLocalAuth: Boolean? = null, val dynamicThrottlingEnabled: Boolean? = null, val encryption: EncryptionResponse? = null, val endpoint: String, val endpoints: Map<String, String>, val internalId: String, val isMigrated: Boolean, val locations: MultiRegionSettingsResponse? = null, val migrationToken: String? = null, val networkAcls: NetworkRuleSetResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val quotaLimit: QuotaLimitResponse, val restrictOutboundNetworkAccess: Boolean? = null, val scheduledPurgeDate: String, val skuChangeInfo: SkuChangeInfoResponse, val userOwnedStorage: List<UserOwnedStorageResponse>? = null)
Properties of Cognitive Services account.
Constructors
Link copied to clipboard
fun AccountPropertiesResponse(abusePenalty: AbusePenaltyResponse, allowedFqdnList: List<String>? = null, apiProperties: ApiPropertiesResponse? = null, callRateLimit: CallRateLimitResponse, capabilities: List<SkuCapabilityResponse>, commitmentPlanAssociations: List<CommitmentPlanAssociationResponse>, customSubDomainName: String? = null, dateCreated: String, deletionDate: String, disableLocalAuth: Boolean? = null, dynamicThrottlingEnabled: Boolean? = null, encryption: EncryptionResponse? = null, endpoint: String, endpoints: Map<String, String>, internalId: String, isMigrated: Boolean, locations: MultiRegionSettingsResponse? = null, migrationToken: String? = null, networkAcls: NetworkRuleSetResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, quotaLimit: QuotaLimitResponse, restrictOutboundNetworkAccess: Boolean? = null, scheduledPurgeDate: String, skuChangeInfo: SkuChangeInfoResponse, userOwnedStorage: List<UserOwnedStorageResponse>? = null)
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