Share via


FhirServiceExportConfiguration Class

Definition

Export operation configuration information

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServiceExportConfigurationTypeConverter))]
public class FhirServiceExportConfiguration : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceExportConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServiceExportConfigurationTypeConverter))>]
type FhirServiceExportConfiguration = class
    interface IFhirServiceExportConfiguration
    interface IJsonSerializable
Public Class FhirServiceExportConfiguration
Implements IFhirServiceExportConfiguration
Inheritance
FhirServiceExportConfiguration
Attributes
Implements

Constructors

FhirServiceExportConfiguration()

Creates an new FhirServiceExportConfiguration instance.

Properties

StorageAccountName

The name of the default export storage account.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FhirServiceExportConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FhirServiceExportConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceExportConfiguration.

FromJsonString(String)

Creates a new instance of FhirServiceExportConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FhirServiceExportConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to