MapsInfrastructureEncryption Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |