CognitiveServicesAccountPropertiesResponse

data class CognitiveServicesAccountPropertiesResponse(val apiProperties: CognitiveServicesAccountApiPropertiesResponse? = null, val capabilities: List<SkuCapabilityResponse>, val customSubDomainName: String? = null, val dateCreated: String, val encryption: EncryptionResponse? = null, val endpoint: String, val internalId: String, val isMigrated: Boolean, val networkAcls: NetworkRuleSetResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String, val publicNetworkAccess: String? = null, val skuChangeInfo: CognitiveServicesAccountSkuChangeInfoResponse, val userOwnedStorage: List<UserOwnedStorageResponse>? = null)

Properties of Cognitive Services account.

Constructors

constructor(apiProperties: CognitiveServicesAccountApiPropertiesResponse? = null, capabilities: List<SkuCapabilityResponse>, customSubDomainName: String? = null, dateCreated: String, encryption: EncryptionResponse? = null, endpoint: String, internalId: String, isMigrated: Boolean, networkAcls: NetworkRuleSetResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, provisioningState: String, publicNetworkAccess: String? = null, skuChangeInfo: CognitiveServicesAccountSkuChangeInfoResponse, userOwnedStorage: List<UserOwnedStorageResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The api properties for special APIs.

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

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 encryption properties for this resource.

Link copied to clipboard

Endpoint of the created account.

Link copied to clipboard

The internal identifier.

Link copied to clipboard

If the resource is migrated from an existing key.

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. Value is optional but if passed in, must be 'Enabled' or 'Disabled'

Link copied to clipboard
Link copied to clipboard

The storage accounts for this resource.