MapsInfrastructureEncryption Struct

Definition

(Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled.

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

Constructors

Name Description
MapsInfrastructureEncryption(String)

Initializes a new instance of MapsInfrastructureEncryption.

Properties

Name Description
Disabled

Encryption is disabled.

Enabled

Encryption is enabled.

Methods

Name Description
Equals(MapsInfrastructureEncryption)

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

Determines if two MapsInfrastructureEncryption values are the same.

Implicit(String to MapsInfrastructureEncryption)

Converts a string to a MapsInfrastructureEncryption.

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

Determines if two MapsInfrastructureEncryption values are not the same.

Applies to