ApplicationInsightsPublicNetworkAccessType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET