UpgradeChannel.Implicit Operator

Definition

Overloads

Implicit(String to UpgradeChannel)

Source:
UpgradeChannel.cs
Source:
UpgradeChannel.cs

Converts a string to a UpgradeChannel.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<UpgradeChannel>)

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

Parameters

value
String

Returns

Applies to