Interface RegistryDockerTaskRunRequest
public interface RegistryDockerTaskRunRequest
An immutable client-side representation of an Azure registry Docker task run request.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions related to a registry Docker task run request.static interfaceGrouping of registry Docker task run request definition stages. -
Method Summary
-
Method Details
-
timeout
int timeout()Gets the length of the timeout.- Returns:
- the length of the timeout.
-
platform
PlatformProperties platform()Gets the properties of the platform.- Returns:
- the properties of the platform.
-
cpuCount
int cpuCount()Gets the number of CPUs.- Returns:
- the number of CPUs.
-
sourceLocation
String sourceLocation()Gets the location of the source control.- Returns:
- the location of the source control.
-
isArchiveEnabled
boolean isArchiveEnabled()Checks whether archive is enabled.- Returns:
- whether archive is enabled.
-