SphereAllowCrashDumpCollectionStatus.Implicit Operator

Definition

Overloads

Implicit(String to SphereAllowCrashDumpCollectionStatus)

Source:
SphereAllowCrashDumpCollectionStatus.cs
Source:
SphereAllowCrashDumpCollectionStatus.cs

Converts a string to a SphereAllowCrashDumpCollectionStatus.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SphereAllowCrashDumpCollectionStatus>)

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

Parameters

value
String

Returns

Applies to