ThrottlingMetricType.Implicit Operator

Definition

Overloads

Implicit(String to ThrottlingMetricType)

Source:
ThrottlingMetricType.cs
Source:
ThrottlingMetricType.cs

Converts a string to a ThrottlingMetricType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ThrottlingMetricType>)

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

Parameters

value
String

Returns

Applies to