BackupSourceSideScanStatus Struct

Definition

Threat status of the container.

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

Constructors

Name Description
BackupSourceSideScanStatus(String)

Initializes a new instance of BackupSourceSideScanStatus.

Properties

Name Description
Configured

Source side scan is configured.

NotApplicable

Source side scan is not applicable.

NotConfigured

Source side scan is not configured.

Methods

Name Description
Equals(BackupSourceSideScanStatus)

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

Determines if two BackupSourceSideScanStatus values are the same.

Implicit(String to BackupSourceSideScanStatus)

Converts a string to a BackupSourceSideScanStatus.

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

Determines if two BackupSourceSideScanStatus values are not the same.

Applies to