Sdílet prostřednictvím


DataStoreType Struct

Definition

type of datastore; Operational/Vault/Archive.

public readonly struct DataStoreType : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.DataStoreType>
type DataStoreType = struct
Public Structure DataStoreType
Implements IEquatable(Of DataStoreType)
Inheritance
DataStoreType
Implements

Constructors

DataStoreType(String)

Initializes a new instance of DataStoreType.

Properties

ArchiveStore

ArchiveStore.

OperationalStore

OperationalStore.

VaultStore

VaultStore.

Methods

Equals(DataStoreType)

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(DataStoreType, DataStoreType)

Determines if two DataStoreType values are the same.

Implicit(String to DataStoreType)

Converts a string to a DataStoreType.

Inequality(DataStoreType, DataStoreType)

Determines if two DataStoreType values are not the same.

Applies to