ServicesProperties interface
The properties of a service instance.
Properties
access |
The access policies of the service instance. |
acr |
The azure container registry settings used for convert data operation of the service instance. |
authentication |
The authentication configuration for the service instance. |
cors |
The settings for the CORS configuration of the service instance. |
cosmos |
The settings for the Cosmos DB database backing the service. |
export |
The settings for the export operation of the service instance. |
import |
The settings for the import operation of the service instance. |
private |
The list of private endpoint connections that are set up for this resource. |
provisioning |
The provisioning state. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
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