Share via


GlobalMeshSupportFlag Struct

Definition

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