CapacityPoolQosType.Implicit Operator

Definition

Overloads

Implicit(String to CapacityPoolQosType)

Source:
CapacityPoolQosType.cs
Source:
CapacityPoolQosType.cs

Converts a string to a CapacityPoolQosType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<CapacityPoolQosType>)

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

Parameters

value
String

Returns

Applies to