GalleryApplicationScriptRebootBehavior.Implicit Operator

Definition

Overloads

Implicit(String to GalleryApplicationScriptRebootBehavior)

Source:
GalleryApplicationScriptRebootBehavior.cs
Source:
GalleryApplicationScriptRebootBehavior.cs

Converts a string to a GalleryApplicationScriptRebootBehavior.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<GalleryApplicationScriptRebootBehavior>)

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

Parameters

value
String

Returns

Applies to