HealthcareApisServiceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of a service instance.
public class HealthcareApisServiceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HealthcareApis.Models.HealthcareApisServiceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HealthcareApis.Models.HealthcareApisServiceProperties>
public class HealthcareApisServiceProperties
type HealthcareApisServiceProperties = class
interface IJsonModel<HealthcareApisServiceProperties>
interface IPersistableModel<HealthcareApisServiceProperties>
type HealthcareApisServiceProperties = class
Public Class HealthcareApisServiceProperties
Implements IJsonModel(Of HealthcareApisServiceProperties), IPersistableModel(Of HealthcareApisServiceProperties)
Public Class HealthcareApisServiceProperties
- Inheritance
-
HealthcareApisServiceProperties
- Implements
Constructors
HealthcareApisServiceProperties() |
Initializes a new instance of HealthcareApisServiceProperties. |
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. |
ExportStorageAccountName |
The name of the default export storage account. |
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. |
PublicNetworkAccess |
Control permission for data plane traffic coming from public networks while private endpoint is enabled. |
Explicit Interface Implementations
IJsonModel<HealthcareApisServiceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HealthcareApisServiceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HealthcareApisServiceProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HealthcareApisServiceProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HealthcareApisServiceProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET