KubernetesClusterFeatureRequired.Implicit Operator

Definition

Overloads

Implicit(String to KubernetesClusterFeatureRequired)

Source:
KubernetesClusterFeatureRequired.cs
Source:
KubernetesClusterFeatureRequired.cs

Converts a string to a KubernetesClusterFeatureRequired.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<KubernetesClusterFeatureRequired>)

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

Parameters

value
String

Returns

Applies to