ManagedClusterBastionSku.Implicit Operator

Definition

Overloads

Implicit(String to ManagedClusterBastionSku)

Source:
ManagedClusterBastionSku.cs

Converts a string to a ManagedClusterBastionSku.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ManagedClusterBastionSku>)

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

Parameters

value
String

Returns

Applies to