azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

129 строки
9.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.containerregistry.models.RegistryTask"
fullName: "com.azure.resourcemanager.containerregistry.models.RegistryTask"
name: "RegistryTask"
nameWithType: "RegistryTask"
summary: "An immutable client-side representation of an Azure registry task."
syntax: "public interface **RegistryTask**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.Resource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerregistry.fluent.models.TaskInner?alt=com.azure.resourcemanager.containerregistry.fluent.models.TaskInner&text=TaskInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Refreshable?alt=com.azure.resourcemanager.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerregistry.models.RegistryTask?alt=com.azure.resourcemanager.containerregistry.models.RegistryTask&text=RegistryTask\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Updatable?alt=com.azure.resourcemanager.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerregistry.models.RegistryTask.Update?alt=com.azure.resourcemanager.containerregistry.models.RegistryTask.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTask.cpuCount()"
fullName: "com.azure.resourcemanager.containerregistry.models.RegistryTask.cpuCount()"
name: "cpuCount()"
nameWithType: "RegistryTask.cpuCount()"
modifiers:
- "abstract"
syntax: "public abstract int cpuCount()"
returns:
description: "the CPU count"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTask.creationDate()"
fullName: "com.azure.resourcemanager.containerregistry.models.RegistryTask.creationDate()"
name: "creationDate()"
nameWithType: "RegistryTask.creationDate()"
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime creationDate()"
returns:
description: "the creation date of build task"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTask.parentRegistryId()"
fullName: "com.azure.resourcemanager.containerregistry.models.RegistryTask.parentRegistryId()"
name: "parentRegistryId()"
nameWithType: "RegistryTask.parentRegistryId()"
modifiers:
- "abstract"
syntax: "public abstract String parentRegistryId()"
returns:
description: "the parent ID of this resource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTask.platform()"
fullName: "com.azure.resourcemanager.containerregistry.models.RegistryTask.platform()"
name: "platform()"
nameWithType: "RegistryTask.platform()"
modifiers:
- "abstract"
syntax: "public abstract PlatformProperties platform()"
returns:
description: "the build timeout settings in seconds"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.PlatformProperties?alt=com.azure.resourcemanager.containerregistry.models.PlatformProperties&text=PlatformProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTask.provisioningState()"
fullName: "com.azure.resourcemanager.containerregistry.models.RegistryTask.provisioningState()"
name: "provisioningState()"
nameWithType: "RegistryTask.provisioningState()"
modifiers:
- "abstract"
syntax: "public abstract ProvisioningState provisioningState()"
returns:
description: "the provisioning state of the build task"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.ProvisioningState?alt=com.azure.resourcemanager.containerregistry.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTask.registryTaskStep()"
fullName: "com.azure.resourcemanager.containerregistry.models.RegistryTask.registryTaskStep()"
name: "registryTaskStep()"
nameWithType: "RegistryTask.registryTaskStep()"
modifiers:
- "abstract"
syntax: "public abstract RegistryTaskStep registryTaskStep()"
returns:
description: "the RegistryTaskStep of the current task"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.RegistryTaskStep?alt=com.azure.resourcemanager.containerregistry.models.RegistryTaskStep&text=RegistryTaskStep\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTask.resourceGroupName()"
fullName: "com.azure.resourcemanager.containerregistry.models.RegistryTask.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "RegistryTask.resourceGroupName()"
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
returns:
description: "the name of the resource's resource group"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTask.sourceTriggers()"
fullName: "com.azure.resourcemanager.containerregistry.models.RegistryTask.sourceTriggers()"
name: "sourceTriggers()"
nameWithType: "RegistryTask.sourceTriggers()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,RegistrySourceTrigger> sourceTriggers()"
returns:
description: "the source triggers of the task."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.containerregistry.models.RegistrySourceTrigger?alt=com.azure.resourcemanager.containerregistry.models.RegistrySourceTrigger&text=RegistrySourceTrigger\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTask.status()"
fullName: "com.azure.resourcemanager.containerregistry.models.RegistryTask.status()"
name: "status()"
nameWithType: "RegistryTask.status()"
modifiers:
- "abstract"
syntax: "public abstract TaskStatus status()"
returns:
description: "the current status of build task"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.TaskStatus?alt=com.azure.resourcemanager.containerregistry.models.TaskStatus&text=TaskStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTask.timeout()"
fullName: "com.azure.resourcemanager.containerregistry.models.RegistryTask.timeout()"
name: "timeout()"
nameWithType: "RegistryTask.timeout()"
modifiers:
- "abstract"
syntax: "public abstract int timeout()"
returns:
description: "the build timeout settings in seconds"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTask.trigger()"
fullName: "com.azure.resourcemanager.containerregistry.models.RegistryTask.trigger()"
name: "trigger()"
nameWithType: "RegistryTask.trigger()"
modifiers:
- "abstract"
syntax: "public abstract TriggerProperties trigger()"
returns:
description: "the trigger of the task"
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.TriggerProperties?alt=com.azure.resourcemanager.containerregistry.models.TriggerProperties&text=TriggerProperties\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure registry task."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.Resource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerregistry.fluent.models.TaskInner?alt=com.azure.resourcemanager.containerregistry.fluent.models.TaskInner&text=TaskInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Refreshable?alt=com.azure.resourcemanager.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerregistry.models.RegistryTask?alt=com.azure.resourcemanager.containerregistry.models.RegistryTask&text=RegistryTask\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Updatable?alt=com.azure.resourcemanager.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerregistry.models.RegistryTask.Update?alt=com.azure.resourcemanager.containerregistry.models.RegistryTask.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.containerregistry.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-containerregistry:2.44.0