Cognitive Services Account Properties Response
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
Link copied to clipboard
fun CognitiveServicesAccountPropertiesResponse(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
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