Condividi tramite


ContainerServiceOutboundType.Implicit Operator

Definition

Overloads

Implicit(String to ContainerServiceOutboundType)

Source:
ContainerServiceOutboundType.cs
Source:
ContainerServiceOutboundType.cs

Converts a string to a ContainerServiceOutboundType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ContainerServiceOutboundType>)

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

Parameters

value
String

Returns

Applies to