HciVmFabricResourceType 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.
Fabric resource type.
public readonly struct HciVmFabricResourceType : IEquatable<Azure.ResourceManager.Hci.Vm.Models.HciVmFabricResourceType>
type HciVmFabricResourceType = struct
Public Structure HciVmFabricResourceType
Implements IEquatable(Of HciVmFabricResourceType)
- Inheritance
-
HciVmFabricResourceType
- Implements
Constructors
| Name | Description |
|---|---|
| HciVmFabricResourceType(String) |
Initializes a new instance of HciVmFabricResourceType. |
Properties
| Name | Description |
|---|---|
| L2IsolationDomain |
Fabric resource of L2IsolationDomain type. |
| L3InternalNetwork |
Fabric resource of L3InternalNetwork type. |
Methods
| Name | Description |
|---|---|
| Equals(HciVmFabricResourceType) |
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(HciVmFabricResourceType, HciVmFabricResourceType) |
Determines if two HciVmFabricResourceType values are the same. |
| Implicit(String to HciVmFabricResourceType) |
Converts a string to a HciVmFabricResourceType. |
| Implicit(String to Nullable<HciVmFabricResourceType>) | |
| Inequality(HciVmFabricResourceType, HciVmFabricResourceType) |
Determines if two HciVmFabricResourceType values are not the same. |