Share via


ApplicationInsightsPublicNetworkAccessType Struct

Definition

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

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

Constructors

ApplicationInsightsPublicNetworkAccessType(String)

Initializes a new instance of ApplicationInsightsPublicNetworkAccessType.

Properties

Disabled

Disables public connectivity to Application Insights through public DNS.

Enabled

Enables connectivity to Application Insights through public DNS.

Methods

Equals(ApplicationInsightsPublicNetworkAccessType)

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

Determines if two ApplicationInsightsPublicNetworkAccessType values are the same.

Implicit(String to ApplicationInsightsPublicNetworkAccessType)

Converts a string to a ApplicationInsightsPublicNetworkAccessType.

Inequality(ApplicationInsightsPublicNetworkAccessType, ApplicationInsightsPublicNetworkAccessType)

Determines if two ApplicationInsightsPublicNetworkAccessType values are not the same.

Applies to