Share via


InboundEndpointIPAllocationMethod Struct

Definition

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

InboundEndpointIPAllocationMethod(String)

Initializes a new instance of InboundEndpointIPAllocationMethod.

Properties

Dynamic

Dynamic.

Static

Static.

Methods

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

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.

Applies to