PublicNetworkAccess Struct

Definition

Property to allow or block public traffic for an Azure FarmBeats resource.

public readonly struct PublicNetworkAccess : IEquatable<Azure.ResourceManager.AgFoodPlatform.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

Enabled

Enabled.

Hybrid

Hybrid.

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