PublicNetworkAccessType.Implicit Operator

Definition

Overloads

Implicit(PublicNetworkAccessType to String)

Implicit operator to convert PublicNetworkAccessType to string

Implicit(String to PublicNetworkAccessType)

Implicit operator to convert string to PublicNetworkAccessType

Implicit(PublicNetworkAccessType to String)

Implicit operator to convert PublicNetworkAccessType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType -> string
Public Shared Widening Operator CType (e As PublicNetworkAccessType) As String

Parameters

e
PublicNetworkAccessType

the value to convert to an instance of PublicNetworkAccessType.

Returns

Applies to

Implicit(String to PublicNetworkAccessType)

Implicit operator to convert string to PublicNetworkAccessType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.PublicNetworkAccessType
Public Shared Widening Operator CType (value As String) As PublicNetworkAccessType

Parameters

value
String

the value to convert to an instance of PublicNetworkAccessType.

Returns

Applies to