Condividi tramite


MapsInfrastructureEncryption Struct

Definition

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

MapsInfrastructureEncryption(String)

Initializes a new instance of MapsInfrastructureEncryption.

Properties

Disabled

disabled.

Enabled

enabled.

Methods

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

Equality(MapsInfrastructureEncryption, MapsInfrastructureEncryption)

Determines if two MapsInfrastructureEncryption values are the same.

Implicit(String to MapsInfrastructureEncryption)

Converts a String to a MapsInfrastructureEncryption.

Inequality(MapsInfrastructureEncryption, MapsInfrastructureEncryption)

Determines if two MapsInfrastructureEncryption values are not the same.

Applies to