State.Implicit Operator

Definition

Overloads

Name Description
Implicit(String to State)

Converts a string to a State.

Implicit(String to Nullable<State>)

Implicit(String to State)

Source:
State.cs
Source:
State.cs

Converts a string to a State.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<State>)

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

Parameters

value
String

Returns

Applies to