Condividi tramite


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

Name Description
BackupSupportedFeatureType(String)

Initializes a new instance of BackupSupportedFeatureType.

Properties

Name Description
DataSourceType

Gets the DataSourceType.

Invalid

Gets the Invalid.

Methods

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

Name Description
Equality(BackupSupportedFeatureType, BackupSupportedFeatureType)

Determines if two BackupSupportedFeatureType values are the same.

Implicit(String to BackupSupportedFeatureType)

Converts a string to a BackupSupportedFeatureType.

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

Determines if two BackupSupportedFeatureType values are not the same.

Applies to