Uses of Class
com.azure.resourcemanager.appservice.models.RequestHistoryProperties
Packages that use RequestHistoryProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of RequestHistoryProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RequestHistoryPropertiesModifier and TypeMethodDescriptionRequestHistoryInner.properties()
Get the properties property: The request history properties.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type RequestHistoryPropertiesModifier and TypeMethodDescriptionRequestHistoryInner.withProperties
(RequestHistoryProperties properties) Set the properties property: The request history properties. -
Uses of RequestHistoryProperties in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RequestHistoryPropertiesModifier and TypeMethodDescriptionstatic RequestHistoryProperties
RequestHistoryProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RequestHistoryProperties from the JsonReader.RequestHistoryProperties.withEndTime
(OffsetDateTime endTime) Set the endTime property: The time the request ended.RequestHistoryProperties.withRequest
(Request request) Set the request property: The request.RequestHistoryProperties.withResponse
(Response response) Set the response property: The response.RequestHistoryProperties.withStartTime
(OffsetDateTime startTime) Set the startTime property: The time the request started.