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