PoolManagementType.Implicit Operator

Definition

Overloads

Implicit(String to PoolManagementType)

Source:
PoolManagementType.cs
Source:
PoolManagementType.cs

Converts a string to a PoolManagementType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PoolManagementType>)

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

Parameters

value
String

Returns

Applies to