Condividi tramite


NspAccessRuleDirection.Implicit Operator

Definition

Overloads

Implicit(NspAccessRuleDirection to String)

Implicit operator to convert NspAccessRuleDirection to string

Implicit(String to NspAccessRuleDirection)

Implicit operator to convert string to NspAccessRuleDirection

Implicit(NspAccessRuleDirection to String)

Implicit operator to convert NspAccessRuleDirection to string

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

Parameters

e
NspAccessRuleDirection

the value to convert to an instance of NspAccessRuleDirection.

Returns

Applies to

Implicit(String to NspAccessRuleDirection)

Implicit operator to convert string to NspAccessRuleDirection

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

Parameters

value
String

the value to convert to an instance of NspAccessRuleDirection.

Returns

Applies to