FileShareBackupStorageDescription Class

Describes the parameters for file share storage used for storing or enumerating backups.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.BackupStorageDescription
FileShareBackupStorageDescription

Constructor

FileShareBackupStorageDescription(*, path: str, friendly_name: Optional[str] = None, primary_user_name: Optional[str] = None, primary_password: Optional[str] = None, secondary_user_name: Optional[str] = None, secondary_password: Optional[str] = None, **kwargs)

Parameters

friendly_name
str
Required

Friendly name for this backup storage.

storage_kind
str
Required

Required. Constant filled by server.

path
str
Required

Required. UNC path of the file share where to store or enumerate backups from.

primary_user_name
str
Required

Primary user name to access the file share.

primary_password
str
Required

Primary password to access the share location.

secondary_user_name
str
Required

Secondary user name to access the file share.

secondary_password
str
Required

Secondary password to access the share location