InboundEndpointIPAllocationMethod 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.
Private IP address allocation method.
public readonly struct InboundEndpointIPAllocationMethod : IEquatable<Azure.ResourceManager.DnsResolver.Models.InboundEndpointIPAllocationMethod>
type InboundEndpointIPAllocationMethod = struct
Public Structure InboundEndpointIPAllocationMethod
Implements IEquatable(Of InboundEndpointIPAllocationMethod)
- Inheritance
-
InboundEndpointIPAllocationMethod
- Implements
Constructors
| Name | Description |
|---|---|
| InboundEndpointIPAllocationMethod(String) |
Initializes a new instance of InboundEndpointIPAllocationMethod. |
Properties
| Name | Description |
|---|---|
| Dynamic |
Dynamic. |
| Static |
Static. |
Methods
| Name | Description |
|---|---|
| Equals(InboundEndpointIPAllocationMethod) |
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(InboundEndpointIPAllocationMethod, InboundEndpointIPAllocationMethod) |
Determines if two InboundEndpointIPAllocationMethod values are the same. |
| Implicit(String to InboundEndpointIPAllocationMethod) |
Converts a String to a InboundEndpointIPAllocationMethod. |
| Inequality(InboundEndpointIPAllocationMethod, InboundEndpointIPAllocationMethod) |
Determines if two InboundEndpointIPAllocationMethod values are not the same. |