Share via


PublicNetworkAccessType Struct

Definition

The network access type for operating on the Application Insights Component. By default it is Enabled.

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

Constructors

PublicNetworkAccessType(String)

Initializes a new instance of PublicNetworkAccessType.

Properties

Disabled

Disables public connectivity to Application Insights through public DNS.

Enabled

Enables connectivity to Application Insights through public DNS.

Methods

Equals(PublicNetworkAccessType)

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

Determines if two PublicNetworkAccessType values are the same.

Implicit(String to PublicNetworkAccessType)

Converts a string to a PublicNetworkAccessType.

Inequality(PublicNetworkAccessType, PublicNetworkAccessType)

Determines if two PublicNetworkAccessType values are not the same.

Applies to