CostAllocationResourceType.Implicit Operator

Definition

Overloads

Implicit(String to CostAllocationResourceType)

Source:
CostAllocationResourceType.cs

Converts a string to a CostAllocationResourceType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<CostAllocationResourceType>)

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

Parameters

value
String

Returns

Applies to