64 строки
3.4 KiB
YAML
64 строки
3.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest"
|
|
name: "RegistryDockerTaskRunRequest"
|
|
nameWithType: "RegistryDockerTaskRunRequest"
|
|
summary: "An immutable client-side representation of an Azure registry Docker task run request."
|
|
syntax: "public interface **RegistryDockerTaskRunRequest**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest.cpuCount()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest.cpuCount()"
|
|
name: "cpuCount()"
|
|
nameWithType: "RegistryDockerTaskRunRequest.cpuCount()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int cpuCount()"
|
|
returns:
|
|
description: "the number of CPUs."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest.isArchiveEnabled()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest.isArchiveEnabled()"
|
|
name: "isArchiveEnabled()"
|
|
nameWithType: "RegistryDockerTaskRunRequest.isArchiveEnabled()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean isArchiveEnabled()"
|
|
returns:
|
|
description: "whether archive is enabled."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest.platform()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest.platform()"
|
|
name: "platform()"
|
|
nameWithType: "RegistryDockerTaskRunRequest.platform()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PlatformProperties platform()"
|
|
returns:
|
|
description: "the properties of the platform."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.PlatformProperties?alt=com.microsoft.azure.management.containerregistry.PlatformProperties&text=PlatformProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest.sourceLocation()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest.sourceLocation()"
|
|
name: "sourceLocation()"
|
|
nameWithType: "RegistryDockerTaskRunRequest.sourceLocation()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String sourceLocation()"
|
|
returns:
|
|
description: "the location of the source control."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest.timeout()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.RegistryDockerTaskRunRequest.timeout()"
|
|
name: "timeout()"
|
|
nameWithType: "RegistryDockerTaskRunRequest.timeout()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int timeout()"
|
|
returns:
|
|
description: "the length of the timeout."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure registry Docker task run request."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerregistry"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4
|