IsolationDomainEncapsulationType 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.
Type of encapsulation.
public readonly struct IsolationDomainEncapsulationType : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.IsolationDomainEncapsulationType>
type IsolationDomainEncapsulationType = struct
Public Structure IsolationDomainEncapsulationType
Implements IEquatable(Of IsolationDomainEncapsulationType)
- Inheritance
-
IsolationDomainEncapsulationType
- Implements
Constructors
IsolationDomainEncapsulationType(String) |
Initializes a new instance of IsolationDomainEncapsulationType. |
Properties
Gre |
GRE. |
None |
None. |
Methods
Equals(IsolationDomainEncapsulationType) |
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(IsolationDomainEncapsulationType, IsolationDomainEncapsulationType) |
Determines if two IsolationDomainEncapsulationType values are the same. |
Implicit(String to IsolationDomainEncapsulationType) |
Converts a string to a IsolationDomainEncapsulationType. |
Inequality(IsolationDomainEncapsulationType, IsolationDomainEncapsulationType) |
Determines if two IsolationDomainEncapsulationType values are not the same. |
Applies to
Azure SDK for .NET