Freigeben über


WindowsSetupAdditionalInformationComponentName.Implicit Operator

Definition

Overloads

Implicit(String to WindowsSetupAdditionalInformationComponentName)

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<WindowsSetupAdditionalInformationComponentName>)

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

Parameters

value
String

Returns

Applies to