KubernetesClusterNodeDetailedStatus.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Implicit(String to KubernetesClusterNodeDetailedStatus) |
Implicit operator to convert string to KubernetesClusterNodeDetailedStatus |
Implicit(KubernetesClusterNodeDetailedStatus to String) |
Implicit operator to convert KubernetesClusterNodeDetailedStatus to string |
Implicit(String to KubernetesClusterNodeDetailedStatus)
Implicit operator to convert string to KubernetesClusterNodeDetailedStatus
public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterNodeDetailedStatus (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterNodeDetailedStatus
Public Shared Widening Operator CType (value As String) As KubernetesClusterNodeDetailedStatus
Parameters
- value
- String
the value to convert to an instance of KubernetesClusterNodeDetailedStatus.
Returns
Applies to
Implicit(KubernetesClusterNodeDetailedStatus to String)
Implicit operator to convert KubernetesClusterNodeDetailedStatus to string
public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterNodeDetailedStatus e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterNodeDetailedStatus -> string
Public Shared Widening Operator CType (e As KubernetesClusterNodeDetailedStatus) As String
Parameters
the value to convert to an instance of KubernetesClusterNodeDetailedStatus.