PurviewManagedEventHubState.Implicit Operator

Definition

Overloads

Implicit(String to PurviewManagedEventHubState)

Source:
PurviewManagedEventHubState.cs

Converts a string to a PurviewManagedEventHubState.

public static implicit operator Azure.ResourceManager.Purview.Models.PurviewManagedEventHubState(string value);
static member op_Implicit : string -> Azure.ResourceManager.Purview.Models.PurviewManagedEventHubState
Public Shared Widening Operator CType (value As String) As PurviewManagedEventHubState

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PurviewManagedEventHubState>)

Source:
PurviewManagedEventHubState.cs
public static implicit operator Azure.ResourceManager.Purview.Models.PurviewManagedEventHubState?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.Purview.Models.PurviewManagedEventHubState>
Public Shared Widening Operator CType (value As String) As Nullable(Of PurviewManagedEventHubState)

Parameters

value
String

Returns

Applies to