ClusterNotificationLevel.Implicit Operator

Definition

Overloads

Implicit(String to ClusterNotificationLevel)

Source:
ClusterNotificationLevel.cs
Source:
ClusterNotificationLevel.cs

Converts a string to a ClusterNotificationLevel.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ClusterNotificationLevel>)

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

Parameters

value
String

Returns

Applies to