Condividi tramite


AutoScaleExpander.Implicit Operator

Definition

Overloads

Implicit(String to AutoScaleExpander)

Source:
AutoScaleExpander.cs
Source:
AutoScaleExpander.cs

Converts a string to a AutoScaleExpander.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AutoScaleExpander>)

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

Parameters

value
String

Returns

Applies to