Condividi tramite


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

Name Description
SourceDataStoreType(String)

Initializes a new instance of SourceDataStoreType.

Properties

Name Description
ArchiveStore

Gets the ArchiveStore.

OperationalStore

Gets the OperationalStore.

SnapshotStore

Gets the SnapshotStore.

VaultStore

Gets the VaultStore.

Methods

Name Description
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

Name Description
Equality(SourceDataStoreType, SourceDataStoreType)

Determines if two SourceDataStoreType values are the same.

Implicit(String to Nullable<SourceDataStoreType>)
Implicit(String to SourceDataStoreType)

Converts a string to a SourceDataStoreType.

Inequality(SourceDataStoreType, SourceDataStoreType)

Determines if two SourceDataStoreType values are not the same.

Applies to