Uses of Class
com.azure.resourcemanager.containerregistry.models.Request
Packages that use Request
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of Request in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return RequestModifier and TypeMethodDescriptionstatic RequestRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Request from the JsonReader.EventContent.request()Get the request property: The request that generated the event.Set the addr property: The IP or hostname and possibly port of the client connection that initiated the event.Set the host property: The externally accessible hostname of the registry instance, as specified by the http host header on incoming requests.Set the id property: The ID of the request that initiated the event.Request.withMethod(String method) Set the method property: The request method that generated the event.Request.withUseragent(String useragent) Set the useragent property: The user agent header of the request.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type RequestModifier and TypeMethodDescriptionEventContent.withRequest(Request request) Set the request property: The request that generated the event.