Sdílet prostřednictvím


RestoreSourceDataStoreType Struct

Definition

Gets or sets the type of the source data store.

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

Constructors

RestoreSourceDataStoreType(String)

Initializes a new instance of RestoreSourceDataStoreType.

Properties

ArchiveStore

ArchiveStore.

OperationalStore

OperationalStore.

VaultStore

VaultStore.

Methods

Equals(RestoreSourceDataStoreType)

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

Determines if two RestoreSourceDataStoreType values are the same.

Implicit(String to RestoreSourceDataStoreType)

Converts a string to a RestoreSourceDataStoreType.

Inequality(RestoreSourceDataStoreType, RestoreSourceDataStoreType)

Determines if two RestoreSourceDataStoreType values are not the same.

Applies to