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

Name Description
PublicNetworkAccess(String)

Initializes a new instance of PublicNetworkAccess.

Properties

Name Description
Enabled

Enabled.

Hybrid

Hybrid.

Methods

Name Description
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

Name Description
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