GlobalMeshSupportFlag 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.
Flag if global mesh is supported.
public readonly struct GlobalMeshSupportFlag : IEquatable<Azure.ResourceManager.Network.Models.GlobalMeshSupportFlag>
type GlobalMeshSupportFlag = struct
Public Structure GlobalMeshSupportFlag
Implements IEquatable(Of GlobalMeshSupportFlag)
- Inheritance
-
GlobalMeshSupportFlag
- Implements
Constructors
GlobalMeshSupportFlag(String) |
Initializes a new instance of GlobalMeshSupportFlag. |
Properties
False |
False. |
True |
True. |
Methods
Equals(GlobalMeshSupportFlag) |
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(GlobalMeshSupportFlag, GlobalMeshSupportFlag) |
Determines if two GlobalMeshSupportFlag values are the same. |
Implicit(String to GlobalMeshSupportFlag) |
Converts a string to a GlobalMeshSupportFlag. |
Inequality(GlobalMeshSupportFlag, GlobalMeshSupportFlag) |
Determines if two GlobalMeshSupportFlag values are not the same. |
Applies to
Azure SDK for .NET