StorageConfiguration Class

The configuration of connected storage.

Inheritance
azure.mgmt.healthcareapis._serialization.Model
StorageConfiguration

Constructor

StorageConfiguration(*, storage_resource_id: str | None = None, file_system_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
storage_resource_id
str

The resource id of connected storage account.

file_system_name
str

The filesystem name of connected storage account.

Variables

Name Description
storage_resource_id
str

The resource id of connected storage account.

file_system_name
str

The filesystem name of connected storage account.