ComputeFleetVmAttributeSupport.Implicit Operator

Definition

Overloads

Implicit(String to ComputeFleetVmAttributeSupport)

Source:
ComputeFleetVmAttributeSupport.cs
Source:
ComputeFleetVmAttributeSupport.cs

Converts a string to a ComputeFleetVmAttributeSupport.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ComputeFleetVmAttributeSupport>)

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

Parameters

value
String

Returns

Applies to