Share via


PublicNetworkAccess Struct

Definition

Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'.

public readonly struct PublicNetworkAccess : IEquatable<Azure.ResourceManager.ApiManagement.Models.PublicNetworkAccess>
type PublicNetworkAccess = struct
Public Structure PublicNetworkAccess
Implements IEquatable(Of PublicNetworkAccess)
Inheritance
PublicNetworkAccess
Implements

Constructors

PublicNetworkAccess(String)

Initializes a new instance of PublicNetworkAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(PublicNetworkAccess)

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(PublicNetworkAccess, PublicNetworkAccess)

Determines if two PublicNetworkAccess values are the same.

Implicit(String to PublicNetworkAccess)

Converts a string to a PublicNetworkAccess.

Inequality(PublicNetworkAccess, PublicNetworkAccess)

Determines if two PublicNetworkAccess values are not the same.

Applies to