SourceDataStoreType Struct
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.
Gets or sets the type of the source data store.
public readonly struct SourceDataStoreType : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.SourceDataStoreType>
type SourceDataStoreType = struct
Public Structure SourceDataStoreType
Implements IEquatable(Of SourceDataStoreType)
- Inheritance
-
SourceDataStoreType
- Implements
Constructors
SourceDataStoreType(String) |
Initializes a new instance of SourceDataStoreType. |
Properties
ArchiveStore |
ArchiveStore. |
OperationalStore |
OperationalStore. |
SnapshotStore |
SnapshotStore. |
VaultStore |
VaultStore. |
Methods
Equals(SourceDataStoreType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SourceDataStoreType, SourceDataStoreType) |
Determines if two SourceDataStoreType values are the same. |
Implicit(String to SourceDataStoreType) |
Converts a string to a SourceDataStoreType. |
Inequality(SourceDataStoreType, SourceDataStoreType) |
Determines if two SourceDataStoreType values are not the same. |
Applies to
Azure SDK for .NET