IRequestContext.RequestBodyMetric Property
Definition
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.
The type of the detailed report. By default ActualCost is provided
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The type of the detailed report. By default ActualCost is provided", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.CostDetailsMetricType) }, ReadOnly=false, Required=false, SerializedName="metric")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.CostDetailsMetricType? RequestBodyMetric { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="The type of the detailed report. By default ActualCost is provided", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.CostDetailsMetricType) }, ReadOnly=false, Required=false, SerializedName="metric")>]
member this.RequestBodyMetric : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.CostDetailsMetricType> with get, set
Public Property RequestBodyMetric As Nullable(Of CostDetailsMetricType)
Property Value
- Attributes