Condividi tramite


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

Name Description
DataStoreType(String)

Initializes a new instance of DataStoreType.

Properties

Name Description
ArchiveStore

Gets the ArchiveStore.

OperationalStore

Gets the OperationalStore.

VaultStore

Gets the VaultStore.

Methods

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

Name Description
Equality(DataStoreType, DataStoreType)

Determines if two DataStoreType values are the same.

Implicit(String to DataStoreType)

Converts a string to a DataStoreType.

Implicit(String to Nullable<DataStoreType>)
Inequality(DataStoreType, DataStoreType)

Determines if two DataStoreType values are not the same.

Applies to