LogMetricsGranularity.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(LogMetricsGranularity to String) |
Implicit operator to convert LogMetricsGranularity to string |
Implicit(String to LogMetricsGranularity) |
Implicit operator to convert string to LogMetricsGranularity |
Implicit operator to convert LogMetricsGranularity to string
public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetricsGranularity e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetricsGranularity -> string
Public Shared Widening Operator CType (e As LogMetricsGranularity) As String
Parameters
the value to convert to an instance of LogMetricsGranularity.
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 LogMetricsGranularity
public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetricsGranularity (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.LogMetricsGranularity
Public Shared Widening Operator CType (value As String) As LogMetricsGranularity
Parameters
- value
- String
the value to convert to an instance of LogMetricsGranularity.
Returns
Applies to
Azure - PowerShell Commands Latest i Azure - PowerShell Commands 12 (LTS)
Produkt | Wersje |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |