BackupSupportedFeatureType Struct

Definition

backup support feature type.

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

Constructors

BackupSupportedFeatureType(String)

Initializes a new instance of BackupSupportedFeatureType.

Properties

DataSourceType

DataSourceType.

Invalid

Invalid.

Methods

Equals(BackupSupportedFeatureType)

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

Determines if two BackupSupportedFeatureType values are the same.

Implicit(String to BackupSupportedFeatureType)

Converts a string to a BackupSupportedFeatureType.

Inequality(BackupSupportedFeatureType, BackupSupportedFeatureType)

Determines if two BackupSupportedFeatureType values are not the same.

Applies to