FhirServiceProperties 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.
Fhir Service properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServicePropertiesTypeConverter))]
public class FhirServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServicePropertiesTypeConverter))>]
type FhirServiceProperties = class
interface IFhirServiceProperties
interface IJsonSerializable
Public Class FhirServiceProperties
Implements IFhirServiceProperties
- Inheritance
-
FhirServiceProperties
- Attributes
- Implements
Constructors
FhirServiceProperties() |
Creates an new FhirServiceProperties instance. |
Properties
AccessPolicy |
Fhir Service access policies. |
AcrConfigurationLoginServer |
The list of the Azure container registry login servers. |
AcrConfigurationOciArtifact |
The list of Open Container Initiative (OCI) artifacts. |
AuthenticationConfigurationAudience |
The audience url for the service |
AuthenticationConfigurationAuthority |
The authority url for the service |
AuthenticationConfigurationSmartProxyEnabled |
If the SMART on FHIR proxy is enabled |
CorConfigurationAllowCredentials |
If credentials are allowed via CORS. |
CorConfigurationHeader |
The headers to be allowed via CORS. |
CorConfigurationMaxAge |
The max age to be allowed via CORS. |
CorConfigurationMethod |
The methods to be allowed via CORS. |
CorConfigurationOrigin |
The origins to be allowed via CORS. |
EventState |
Fhir Service event support status. |
ExportConfigurationStorageAccountName |
The name of the default export storage account. |
PrivateEndpointConnection |
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. |
ResourceVersionPolicyConfigurationDefault |
The default value for tracking history across all resources. |
ResourceVersionPolicyConfigurationResourceTypeOverride |
A list of FHIR Resources and their version policy overrides. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FhirServiceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FhirServiceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceProperties. |
FromJsonString(String) |
Creates a new instance of FhirServiceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FhirServiceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |