Interface RegistryFileTaskRunRequest
@Beta(V1_17_0)
public interface RegistryFileTaskRunRequest
An immutable client-side representation of an Azure registry file task run request.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Container interface for all the definitions related to a registry file task run request.static interface
Grouping of registry file 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.
-