AccountPropertiesResponse

data class AccountPropertiesResponse(val abusePenalty: AbusePenaltyResponse, val allowedFqdnList: List<String>? = null, val amlWorkspace: UserOwnedAmlWorkspaceResponse? = 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 raiMonitorConfig: RaiMonitorConfigResponse? = null, 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
constructor(abusePenalty: AbusePenaltyResponse, allowedFqdnList: List<String>? = null, amlWorkspace: UserOwnedAmlWorkspaceResponse? = 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, raiMonitorConfig: RaiMonitorConfigResponse? = null, restrictOutboundNetworkAccess: Boolean? = null, scheduledPurgeDate: String, skuChangeInfo: SkuChangeInfoResponse, userOwnedStorage: List<UserOwnedStorageResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The abuse penalty.

Link copied to clipboard
Link copied to clipboard

The user owned AML workspace properties.

Link copied to clipboard

The api properties for special APIs.

Link copied to clipboard

The call rate limit Cognitive Services account.

Link copied to clipboard

Gets the capabilities of the cognitive services account. Each item indicates the capability of a specific feature. The values are read-only and for reference only.

Link copied to clipboard

The commitment plan associations of Cognitive Services account.

Link copied to clipboard

Optional subdomain name used for token-based authentication.

Link copied to clipboard

Gets the date of cognitive services account creation.

Link copied to clipboard

The deletion date, only available for deleted account.

Link copied to clipboard
Link copied to clipboard

The flag to enable dynamic throttling.

Link copied to clipboard

The encryption properties for this resource.

Link copied to clipboard

Endpoint of the created account.

Link copied to clipboard
Link copied to clipboard

The internal identifier (deprecated, do not use this property).

Link copied to clipboard

If the resource is migrated from an existing key.

Link copied to clipboard

The multiregion settings of Cognitive Services account.

Link copied to clipboard
val migrationToken: String? = null

Resource migration token.

Link copied to clipboard

A collection of rules governing the accessibility from specific network locations.

Link copied to clipboard

The private endpoint connection associated with the Cognitive Services account.

Link copied to clipboard

Gets the status of the cognitive services account at the time the operation was called.

Link copied to clipboard

Whether or not public endpoint access is allowed for this account.

Link copied to clipboard
Link copied to clipboard

Cognitive Services Rai Monitor Config.

Link copied to clipboard

The scheduled purge date, only available for deleted account.

Link copied to clipboard

Sku change info of account.

Link copied to clipboard

The storage accounts for this resource.