FhirServiceExportConfiguration Constructors
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.
Overloads
FhirServiceExportConfiguration() |
Initializes a new instance of the FhirServiceExportConfiguration class. |
FhirServiceExportConfiguration(String) |
Initializes a new instance of the FhirServiceExportConfiguration class. |
FhirServiceExportConfiguration()
Initializes a new instance of the FhirServiceExportConfiguration class.
public FhirServiceExportConfiguration ();
Public Sub New ()
Applies to
FhirServiceExportConfiguration(String)
Initializes a new instance of the FhirServiceExportConfiguration class.
public FhirServiceExportConfiguration (string storageAccountName = default);
new Microsoft.Azure.Management.HealthcareApis.Models.FhirServiceExportConfiguration : string -> Microsoft.Azure.Management.HealthcareApis.Models.FhirServiceExportConfiguration
Public Sub New (Optional storageAccountName As String = Nothing)
Parameters
- storageAccountName
- String
The name of the default export storage account.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET