ServicesPropertiesResponse

data class ServicesPropertiesResponse(val accessPolicies: List<ServiceAccessPolicyEntryResponse>? = null, val authenticationConfiguration: ServiceAuthenticationConfigurationInfoResponse? = null, val corsConfiguration: ServiceCorsConfigurationInfoResponse? = null, val cosmosDbConfiguration: ServiceCosmosDbConfigurationInfoResponse? = null, val exportConfiguration: ServiceExportConfigurationInfoResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String, val publicNetworkAccess: String? = null)

The properties of a service instance.

Constructors

Link copied to clipboard
constructor(accessPolicies: List<ServiceAccessPolicyEntryResponse>? = null, authenticationConfiguration: ServiceAuthenticationConfigurationInfoResponse? = null, corsConfiguration: ServiceCorsConfigurationInfoResponse? = null, cosmosDbConfiguration: ServiceCosmosDbConfigurationInfoResponse? = null, exportConfiguration: ServiceExportConfigurationInfoResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, provisioningState: String, publicNetworkAccess: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access policies of the service instance.

Link copied to clipboard

The authentication configuration for the service instance.

Link copied to clipboard

The settings for the CORS configuration of the service instance.

Link copied to clipboard

The settings for the Cosmos DB database backing the service.

Link copied to clipboard

The settings for the export operation of the service instance.

Link copied to clipboard

The list of private endpoint connections that are set up for this resource.

Link copied to clipboard

The provisioning state.

Link copied to clipboard

Control permission for data plane traffic coming from public networks while private endpoint is enabled.