RegistryDockerTaskRunRequest Interface
public interface RegistryDockerTaskRunRequest
An immutable client-side representation of an Azure registry Docker task run request.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract int |
cpuCount()
Gets the number of CPUs. |
| abstract boolean |
isArchiveEnabled()
Checks whether archive is enabled. |
|
abstract
Platform |
platform()
Gets the properties of the platform. |
| abstract String |
sourceLocation()
Gets the location of the source control. |
| abstract int |
timeout()
Gets the length of the timeout. |
Method Details
cpuCount
public abstract int cpuCount()
Gets the number of CPUs.
Returns:
isArchiveEnabled
public abstract boolean isArchiveEnabled()
Checks whether archive is enabled.
Returns:
platform
public abstract PlatformProperties platform()
Gets the properties of the platform.
Returns:
sourceLocation
public abstract String sourceLocation()
Gets the location of the source control.
Returns:
timeout
public abstract int timeout()
Gets the length of the timeout.
Returns: