WafMetricsSeriesUnit.Implicit Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implicit(WafMetricsSeriesUnit to String) |
Implicit operator to convert WafMetricsSeriesUnit to string |
Implicit(String to WafMetricsSeriesUnit) |
Implicit operator to convert string to WafMetricsSeriesUnit |
Implicit operator to convert WafMetricsSeriesUnit to string
C#
public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafMetricsSeriesUnit e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafMetricsSeriesUnit -> string
Public Shared Widening Operator CType (e As WafMetricsSeriesUnit) As String
Parameters
the value to convert to an instance of WafMetricsSeriesUnit.
Returns
Applies to
Azure - PowerShell Commands Latest i Azure - PowerShell Commands 12 (LTS)
Produkt | Wersje |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Implicit operator to convert string to WafMetricsSeriesUnit
C#
public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafMetricsSeriesUnit (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafMetricsSeriesUnit
Public Shared Widening Operator CType (value As String) As WafMetricsSeriesUnit
Parameters
- value
- String
the value to convert to an instance of WafMetricsSeriesUnit.
Returns
Applies to
Azure - PowerShell Commands Latest i Azure - PowerShell Commands 12 (LTS)
Produkt | Wersje |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |