azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

64 строки
3.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest"
fullName: "com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest"
name: "RegistryFileTaskRunRequest"
nameWithType: "RegistryFileTaskRunRequest"
summary: "An immutable client-side representation of an Azure registry file task run request."
syntax: "public interface **RegistryFileTaskRunRequest**"
methods:
- uid: "com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest.cpuCount()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest.cpuCount()"
name: "cpuCount()"
nameWithType: "RegistryFileTaskRunRequest.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.RegistryFileTaskRunRequest.isArchiveEnabled()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest.isArchiveEnabled()"
name: "isArchiveEnabled()"
nameWithType: "RegistryFileTaskRunRequest.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.RegistryFileTaskRunRequest.platform()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest.platform()"
name: "platform()"
nameWithType: "RegistryFileTaskRunRequest.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.RegistryFileTaskRunRequest.sourceLocation()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest.sourceLocation()"
name: "sourceLocation()"
nameWithType: "RegistryFileTaskRunRequest.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.RegistryFileTaskRunRequest.timeout()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryFileTaskRunRequest.timeout()"
name: "timeout()"
nameWithType: "RegistryFileTaskRunRequest.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 file task run request."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4