你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VnetState.Implicit Operator

Definition

Overloads

Implicit(VnetState to String)
Implicit(String to VnetState)

Implicit(VnetState to String)

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

Parameters

Returns

Applies to

Implicit(String to VnetState)

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

Parameters

value
String

Returns

Applies to