PoolCreateHeaders Class
- java.
lang. Object - com.
microsoft. azure. management. batch. PoolCreateHeaders
- com.
public class PoolCreateHeaders
Defines headers for Create operation.
Constructor Summary
Constructor | Description | |
---|---|---|
PoolCreateHeaders() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
eTag()
Get the ETag HTTP response header. |
Pool |
withETag(String eTag)
Set the ETag HTTP response header. |
Methods inherited from java.lang.Object
Constructor Details
PoolCreateHeaders
public PoolCreateHeaders()
Method Details
eTag
public String eTag()
Get the ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers.
Returns:
withETag
public PoolCreateHeaders withETag(String eTag)
Set the ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers.
Parameters:
Returns:
Applies to
Azure SDK for Java