AdditionalUnattendContentPassName.Implicit Operator

Definition

Overloads

Implicit(String to AdditionalUnattendContentPassName)

Source:
AdditionalUnattendContentPassName.cs

Converts a string to a AdditionalUnattendContentPassName.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AdditionalUnattendContentPassName>)

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

Parameters

value
String

Returns

Applies to