OperationalInsightsPublicNetworkAccessType 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 Log Analytics Workspace. By default it is Enabled.
public readonly struct OperationalInsightsPublicNetworkAccessType : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsPublicNetworkAccessType>
type OperationalInsightsPublicNetworkAccessType = struct
Public Structure OperationalInsightsPublicNetworkAccessType
Implements IEquatable(Of OperationalInsightsPublicNetworkAccessType)
- Inheritance
-
OperationalInsightsPublicNetworkAccessType
- Implements
Constructors
OperationalInsightsPublicNetworkAccessType(String) |
Initializes a new instance of OperationalInsightsPublicNetworkAccessType. |
Properties
Disabled |
Disables public connectivity to Log Analytics through public DNS. |
Enabled |
Enables connectivity to Log Analytics through public DNS. |
Methods
Equals(OperationalInsightsPublicNetworkAccessType) |
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(OperationalInsightsPublicNetworkAccessType, OperationalInsightsPublicNetworkAccessType) |
Determines if two OperationalInsightsPublicNetworkAccessType values are the same. |
Implicit(String to OperationalInsightsPublicNetworkAccessType) |
Converts a String to a OperationalInsightsPublicNetworkAccessType. |
Inequality(OperationalInsightsPublicNetworkAccessType, OperationalInsightsPublicNetworkAccessType) |
Determines if two OperationalInsightsPublicNetworkAccessType values are not the same. |
Applies to
Azure SDK for .NET