Cognitive Services Account Properties Args
data class CognitiveServicesAccountPropertiesArgs(val apiProperties: Output<CognitiveServicesAccountApiPropertiesArgs>? = null, val customSubDomainName: Output<String>? = null, val encryption: Output<EncryptionArgs>? = null, val networkAcls: Output<NetworkRuleSetArgs>? = null, val privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val userOwnedStorage: Output<List<UserOwnedStorageArgs>>? = null) : ConvertibleToJava<CognitiveServicesAccountPropertiesArgs>
Properties of Cognitive Services account.
Constructors
Link copied to clipboard
fun CognitiveServicesAccountPropertiesArgs(apiProperties: Output<CognitiveServicesAccountApiPropertiesArgs>? = null, customSubDomainName: Output<String>? = null, encryption: Output<EncryptionArgs>? = null, networkAcls: Output<NetworkRuleSetArgs>? = null, privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, userOwnedStorage: Output<List<UserOwnedStorageArgs>>? = null)