Share via


EncryptionScopesIncludeType Struct

Definition

The EncryptionScopesIncludeType.

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

Constructors

EncryptionScopesIncludeType(String)

Initializes a new instance of EncryptionScopesIncludeType.

Properties

All

All.

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(EncryptionScopesIncludeType)

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

Determines if two EncryptionScopesIncludeType values are the same.

Implicit(String to EncryptionScopesIncludeType)

Converts a string to a EncryptionScopesIncludeType.

Inequality(EncryptionScopesIncludeType, EncryptionScopesIncludeType)

Determines if two EncryptionScopesIncludeType values are not the same.

Applies to