Interface RegistryEncodedTaskRunRequest
@Beta(V1_17_0)
public interface RegistryEncodedTaskRunRequest
An immutable client-side representation of an Azure registry Encoded task run request.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Container interface for all the definitions related to a registry Encoded task run request.static interface
Grouping of registry encoded task run request definition stages. -
Method Summary
-
Method Details
-
timeout
int timeout()- Returns:
- the length of the timeout.
-
platform
PlatformProperties platform()- Returns:
- the properties of the platform.
-
cpuCount
int cpuCount()- Returns:
- the number of CPUs.
-
sourceLocation
String sourceLocation()- Returns:
- the location of the source control.
-
isArchiveEnabled
boolean isArchiveEnabled()- Returns:
- whether archive is enabled.
-