CostAllocationPolicyType.Implicit Operator

Definition

Overloads

Implicit(String to CostAllocationPolicyType)

Source:
CostAllocationPolicyType.cs

Converts a string to a CostAllocationPolicyType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<CostAllocationPolicyType>)

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

Parameters

value
String

Returns

Applies to