Sdílet prostřednictvím


SourceDataStoreType Struct

Definition

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