AvsProvisionedNetworkType 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.
The type of network provisioned.
public readonly struct AvsProvisionedNetworkType : IEquatable<Azure.ResourceManager.Avs.Models.AvsProvisionedNetworkType>
type AvsProvisionedNetworkType = struct
Public Structure AvsProvisionedNetworkType
Implements IEquatable(Of AvsProvisionedNetworkType)
- Inheritance
-
AvsProvisionedNetworkType
- Implements
Constructors
| Name | Description |
|---|---|
| AvsProvisionedNetworkType(String) |
Initializes a new instance of AvsProvisionedNetworkType. |
Properties
| Name | Description |
|---|---|
| EsxManagement |
network for ESX management. |
| EsxReplication |
network for ESX replication. |
| HcxManagement |
network for HCX management. |
| HcxUplink |
network for HCX uplink. |
| VcenterManagement |
network for vCenter management. |
| Vmotion |
network for vmotion. |
| Vsan |
network for vsan. |
Methods
| Name | Description |
|---|---|
| Equals(AvsProvisionedNetworkType) |
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(AvsProvisionedNetworkType, AvsProvisionedNetworkType) |
Determines if two AvsProvisionedNetworkType values are the same. |
| Implicit(String to AvsProvisionedNetworkType) |
Converts a String to a AvsProvisionedNetworkType. |
| Inequality(AvsProvisionedNetworkType, AvsProvisionedNetworkType) |
Determines if two AvsProvisionedNetworkType values are not the same. |