OperationalDataStoreSettings Class
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.
Parameters for Operational-Tier DataStore.
public class OperationalDataStoreSettings : Azure.ResourceManager.DataProtectionBackup.Models.DataStoreSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.OperationalDataStoreSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.OperationalDataStoreSettings>
public class OperationalDataStoreSettings : Azure.ResourceManager.DataProtectionBackup.Models.DataStoreSettings
type OperationalDataStoreSettings = class
inherit DataStoreSettings
interface IJsonModel<OperationalDataStoreSettings>
interface IPersistableModel<OperationalDataStoreSettings>
type OperationalDataStoreSettings = class
inherit DataStoreSettings
Public Class OperationalDataStoreSettings
Inherits DataStoreSettings
Implements IJsonModel(Of OperationalDataStoreSettings), IPersistableModel(Of OperationalDataStoreSettings)
Public Class OperationalDataStoreSettings
Inherits DataStoreSettings
- Inheritance
- Implements
Constructors
OperationalDataStoreSettings(DataStoreType) |
Initializes a new instance of OperationalDataStoreSettings. |
Properties
DataStoreType |
type of datastore; Operational/Vault/Archive. (Inherited from DataStoreSettings) |
ResourceGroupId |
Gets or sets the Snapshot Resource Group Uri. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET