Megosztás a következőn keresztül:


EnhancedSecurityState Struct

Definition

Enabled or Disabled.

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

Constructors

EnhancedSecurityState(String)

Initializes a new instance of EnhancedSecurityState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Invalid

Invalid.

Methods

Equals(EnhancedSecurityState)

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

Determines if two EnhancedSecurityState values are the same.

Implicit(String to EnhancedSecurityState)

Converts a string to a EnhancedSecurityState.

Inequality(EnhancedSecurityState, EnhancedSecurityState)

Determines if two EnhancedSecurityState values are not the same.

Applies to