ProviderLegacyOperation.Implicit Operator

Definition

Overloads

Implicit(String to ProviderLegacyOperation)

Source:
ProviderLegacyOperation.cs

Converts a string to a ProviderLegacyOperation.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ProviderLegacyOperation>)

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

Parameters

value
String

Returns

Applies to