BackupStorageKind enum

type: string

The kind of backup storage, where backups are saved.

Possible values are:

  • Invalid - Indicates an invalid backup storage kind. All Service Fabric enumerations have the invalid type.
  • FileShare - Indicates file/ SMB share to be used as backup storage.
  • AzureBlobStore - Indicates Azure blob store to be used as backup storage.
  • DsmsAzureBlobStore - Indicates Dsms Azure blob store to be used as backup storage.
  • ManagedIdentityAzureBlobStore - Indicates Azure blob store to be used as backup storage using managed identity.