StorageSettingStoreType Struct

Definition

Gets or sets the type of the datastore.

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

Constructors

StorageSettingStoreType(String)

Initializes a new instance of StorageSettingStoreType.

Properties

ArchiveStore

ArchiveStore.

OperationalStore

OperationalStore.

VaultStore

VaultStore.

Methods

Equals(StorageSettingStoreType)

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

Determines if two StorageSettingStoreType values are the same.

Implicit(String to StorageSettingStoreType)

Converts a string to a StorageSettingStoreType.

Inequality(StorageSettingStoreType, StorageSettingStoreType)

Determines if two StorageSettingStoreType values are not the same.

Applies to