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
| Name | Description |
|---|---|
| IsolationDomainEncapsulationType(String) |
Initializes a new instance of IsolationDomainEncapsulationType. |
Properties
| Name | Description |
|---|---|
| Gre |
GRE. |
| None |
None. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |