LargeInstanceSizeName.Implicit Operator

Definition

Overloads

Implicit(String to LargeInstanceSizeName)

Source:
LargeInstanceSizeName.cs

Converts a string to a LargeInstanceSizeName.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<LargeInstanceSizeName>)

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

Parameters

value
String

Returns

Applies to