RequestContext Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.RequestContextTypeConverter))]
public class RequestContext : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IRequestContext, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IRequestContextInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.RequestContextTypeConverter))>]
type RequestContext = class
interface IRequestContext
interface IJsonSerializable
interface IRequestContextInternal
Public Class RequestContext
Implements IRequestContext, IRequestContextInternal
- Inheritance
-
RequestContext
- Attributes
- Implements
Constructors
RequestContext() |
Properties
RequestBodyBillingPeriod | |
RequestBodyInvoiceId | |
RequestBodyMetric | |
RequestScope | |
TimePeriodEnd | |
TimePeriodStart |
Methods
DeserializeFromDictionary(IDictionary) | |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) | |
FromJsonString(String) | |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() | |
ToString() |
Explicit Interface Implementations
IRequestContextInternal.RequestBody | |
IRequestContextInternal.RequestBodyTimePeriod |