共用方式為


BlobStorageEventType.Implicit Operator

Definition

Overloads

Implicit(BlobStorageEventType to String)

Implicit operator to convert BlobStorageEventType to string

Implicit(String to BlobStorageEventType)

Implicit operator to convert string to BlobStorageEventType

Implicit(BlobStorageEventType to String)

Implicit operator to convert BlobStorageEventType to string

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

Parameters

e
BlobStorageEventType

the value to convert to an instance of BlobStorageEventType.

Returns

Applies to

Implicit(String to BlobStorageEventType)

Implicit operator to convert string to BlobStorageEventType

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

Parameters

value
String

the value to convert to an instance of BlobStorageEventType.

Returns

Applies to