ProviderNotificationType.Implicit Operator

Definition

Overloads

Implicit(String to ProviderNotificationType)

Source:
ProviderNotificationType.cs

Converts a string to a ProviderNotificationType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ProviderNotificationType>)

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

Parameters

value
String

Returns

Applies to