Services Properties Args
data class ServicesPropertiesArgs(val accessPolicies: Output<List<ServiceAccessPolicyEntryArgs>>? = null, val acrConfiguration: Output<ServiceAcrConfigurationInfoArgs>? = null, val authenticationConfiguration: Output<ServiceAuthenticationConfigurationInfoArgs>? = null, val corsConfiguration: Output<ServiceCorsConfigurationInfoArgs>? = null, val cosmosDbConfiguration: Output<ServiceCosmosDbConfigurationInfoArgs>? = null, val exportConfiguration: Output<ServiceExportConfigurationInfoArgs>? = null, val privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null) : ConvertibleToJava<ServicesPropertiesArgs>
The properties of a service instance.
Constructors
Link copied to clipboard
fun ServicesPropertiesArgs(accessPolicies: Output<List<ServiceAccessPolicyEntryArgs>>? = null, acrConfiguration: Output<ServiceAcrConfigurationInfoArgs>? = null, authenticationConfiguration: Output<ServiceAuthenticationConfigurationInfoArgs>? = null, corsConfiguration: Output<ServiceCorsConfigurationInfoArgs>? = null, cosmosDbConfiguration: Output<ServiceCosmosDbConfigurationInfoArgs>? = null, exportConfiguration: Output<ServiceExportConfigurationInfoArgs>? = null, privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null)