RequestHistoryInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. appservice. models. WorkflowResource - com.
azure. resourcemanager. appservice. fluent. models. RequestHistoryInner
- com.
- com.
- com.
- com.
public final class RequestHistoryInner
extends WorkflowResource
The request history.
Constructor Summary
Constructor | Description |
---|---|
RequestHistoryInner() |
Creates an instance of Request |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Request |
fromJson(JsonReader jsonReader)
Reads an instance of Request |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Request |
properties()
Get the properties property: The request history properties. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Request |
withLocation(String location) |
Request |
withProperties(RequestHistoryProperties properties)
Set the properties property: The request history properties. |
Request |
withTags(Map<String,String> tags) |
Methods inherited from Resource
Methods inherited from WorkflowResource
Methods inherited from java.lang.Object
Constructor Details
RequestHistoryInner
public RequestHistoryInner()
Creates an instance of RequestHistoryInner class.
Method Details
fromJson
public static RequestHistoryInner fromJson(JsonReader jsonReader)
Reads an instance of RequestHistoryInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RequestHistoryInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RequestHistoryInner.name()Returns:
properties
public RequestHistoryProperties properties()
Get the properties property: The request history properties.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RequestHistoryInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RequestHistoryInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
RequestHistoryInner.validate()withLocation
public RequestHistoryInner withLocation(String location)
Overrides:
RequestHistoryInner.withLocation(String location)Parameters:
withProperties
public RequestHistoryInner withProperties(RequestHistoryProperties properties)
Set the properties property: The request history properties.
Parameters:
Returns:
withTags
public RequestHistoryInner withTags(Map
Overrides:
RequestHistoryInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java