RestoreTargetLocationType Struct

Definition

Denotes the target location where the data will be restored, string value for the enum {Microsoft.Internal.AzureBackup.DataProtection.Common.Interface.RestoreTargetLocationType}

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

Constructors

RestoreTargetLocationType(String)

Initializes a new instance of RestoreTargetLocationType.

Properties

AzureBlobs

AzureBlobs.

AzureFiles

AzureFiles.

Invalid

Invalid.

Methods

Equals(RestoreTargetLocationType)

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

Determines if two RestoreTargetLocationType values are the same.

Implicit(String to RestoreTargetLocationType)

Converts a string to a RestoreTargetLocationType.

Inequality(RestoreTargetLocationType, RestoreTargetLocationType)

Determines if two RestoreTargetLocationType values are not the same.

Applies to