Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Request |
EventContent.request()
Get the request that generated the event.
|
Request |
Request.withAddr(String addr)
Set the IP or hostname and possibly port of the client connection that initiated the event.
|
Request |
Request.withHost(String host)
Set the externally accessible hostname of the registry instance, as specified by the http host header on incoming requests.
|
Request |
Request.withId(String id)
Set the ID of the request that initiated the event.
|
Request |
Request.withMethod(String method)
Set the request method that generated the event.
|
Request |
Request.withUseragent(String useragent)
Set the user agent header of the request.
|
Modifier and Type | Method and Description |
---|---|
EventContent |
EventContent.withRequest(Request request)
Set the request that generated the event.
|
Copyright © 2019. All rights reserved.