ServicesProperties Class

Definition

The properties of a service instance.

public class ServicesProperties
type ServicesProperties = class
Public Class ServicesProperties
Inheritance
ServicesProperties

Constructors

ServicesProperties()

Initializes a new instance of the ServicesProperties class.

ServicesProperties(String, IList<ServiceAccessPolicyEntry>, ServiceCosmosDbConfigurationInfo, ServiceAuthenticationConfigurationInfo, ServiceCorsConfigurationInfo, ServiceExportConfigurationInfo, IList<PrivateEndpointConnection>, String, ServiceAcrConfigurationInfo)

Initializes a new instance of the ServicesProperties class.

Properties

AccessPolicies

Gets or sets the access policies of the service instance.

AcrConfiguration

Gets or sets the azure container registry settings used for convert data operation of the service instance.

AuthenticationConfiguration

Gets or sets the authentication configuration for the service instance.

CorsConfiguration

Gets or sets the settings for the CORS configuration of the service instance.

CosmosDbConfiguration

Gets or sets the settings for the Cosmos DB database backing the service.

ExportConfiguration

Gets or sets the settings for the export operation of the service instance.

PrivateEndpointConnections

Gets or sets the list of private endpoint connections that are set up for this resource.

ProvisioningState

Gets or sets the provisioning state. Possible values include: 'Deleting', 'Succeeded', 'Creating', 'Accepted', 'Verifying', 'Updating', 'Failed', 'Canceled', 'Deprovisioned', 'Moving', 'Suspended', 'Warned', 'SystemMaintenance'

PublicNetworkAccess

Gets or sets control permission for data plane traffic coming from public networks while private endpoint is enabled. Possible values include: 'Enabled', 'Disabled'

Methods

Validate()

Validate the object.

Applies to