PublicNetworkAccessType 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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessTypeTypeConverter))]
public struct PublicNetworkAccessType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessTypeTypeConverter))>]
type PublicNetworkAccessType = struct
interface IArgumentCompleter
Public Structure PublicNetworkAccessType
Implements IArgumentCompleter, IEquatable(Of PublicNetworkAccessType)
- Inheritance
-
PublicNetworkAccessType
- Attributes
- Implements
Fields
Disabled |
Disables public connectivity to Application Insights through public DNS. |
Enabled |
Enables connectivity to Application Insights through public DNS. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type PublicNetworkAccessType (override for Object) |
Equals(PublicNetworkAccessType) |
Compares values of enum type PublicNetworkAccessType |
GetHashCode() |
Returns hashCode for enum PublicNetworkAccessType |
ToString() |
Returns string representation for PublicNetworkAccessType |
Operators
Equality(PublicNetworkAccessType, PublicNetworkAccessType) |
Overriding == operator for enum PublicNetworkAccessType |
Implicit(PublicNetworkAccessType to String) |
Implicit operator to convert PublicNetworkAccessType to string |
Implicit(String to PublicNetworkAccessType) |
Implicit operator to convert string to PublicNetworkAccessType |
Inequality(PublicNetworkAccessType, PublicNetworkAccessType) |
Overriding != operator for enum PublicNetworkAccessType |