ServicesProperties interface

The properties of a service instance.

Properties

accessPolicies

The access policies of the service instance.

acrConfiguration

The azure container registry settings used for convert data operation of the service instance.

authenticationConfiguration

The authentication configuration for the service instance.

corsConfiguration

The settings for the CORS configuration of the service instance.

cosmosDbConfiguration

The settings for the Cosmos DB database backing the service.

exportConfiguration

The settings for the export operation of the service instance.

importConfiguration

The settings for the import operation of the service instance.

privateEndpointConnections

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

provisioningState

The provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.

publicNetworkAccess

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

Property Details

accessPolicies

The access policies of the service instance.

accessPolicies?: ServiceAccessPolicyEntry[]

Property Value

acrConfiguration

The azure container registry settings used for convert data operation of the service instance.

acrConfiguration?: ServiceAcrConfigurationInfo

Property Value

authenticationConfiguration

The authentication configuration for the service instance.

authenticationConfiguration?: ServiceAuthenticationConfigurationInfo

Property Value

corsConfiguration

The settings for the CORS configuration of the service instance.

corsConfiguration?: ServiceCorsConfigurationInfo

Property Value

cosmosDbConfiguration

The settings for the Cosmos DB database backing the service.

cosmosDbConfiguration?: ServiceCosmosDbConfigurationInfo

Property Value

exportConfiguration

The settings for the export operation of the service instance.

exportConfiguration?: ServiceExportConfigurationInfo

Property Value

importConfiguration

The settings for the import operation of the service instance.

importConfiguration?: ServiceImportConfigurationInfo

Property Value

privateEndpointConnections

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

privateEndpointConnections?: PrivateEndpointConnection[]

Property Value

provisioningState

The provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

publicNetworkAccess

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

publicNetworkAccess?: string

Property Value

string