共用方式為


OperationalInsightsPublicNetworkAccessType Struct

Definition

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