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

146 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.RegistryTasks"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTasks"
name: "RegistryTasks"
nameWithType: "RegistryTasks"
summary: "Interface to define the Registry<wbr>Tasks collection."
syntax: "public interface **RegistryTasks**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.implementation.TasksInner?alt=com.microsoft.azure.management.containerregistry.implementation.TasksInner&text=TasksInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Blank?alt=com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.containerregistry.RegistryTasks.deleteByRegistry(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTasks.deleteByRegistry(String resourceGroupName, String registryName, String taskName)"
name: "deleteByRegistry(String resourceGroupName, String registryName, String taskName)"
nameWithType: "RegistryTasks.deleteByRegistry(String resourceGroupName, String registryName, String taskName)"
summary: "Deletes a task in a registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group of the parent registry."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the parent registry."
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the task."
name: "taskName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void deleteByRegistry(String resourceGroupName, String registryName, String taskName)"
desc: "Deletes a task in a registry."
- uid: "com.microsoft.azure.management.containerregistry.RegistryTasks.deleteByRegistryAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTasks.deleteByRegistryAsync(String resourceGroupName, String registryName, String taskName)"
name: "deleteByRegistryAsync(String resourceGroupName, String registryName, String taskName)"
nameWithType: "RegistryTasks.deleteByRegistryAsync(String resourceGroupName, String registryName, String taskName)"
summary: "Deletes a task in a registry asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the resource group of the parent registry."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the parent registry."
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the task."
name: "taskName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteByRegistryAsync(String resourceGroupName, String registryName, String taskName)"
desc: "Deletes a task in a registry asynchronously."
returns:
description: "the handle to the request."
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RegistryTasks.getByRegistry(java.lang.String,java.lang.String,java.lang.String,boolean)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTasks.getByRegistry(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)"
name: "getByRegistry(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)"
nameWithType: "RegistryTasks.getByRegistry(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)"
summary: "Gets a task in a registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group of the parent registry."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the parent registry."
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the task."
name: "taskName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "whether to include secrets or not."
name: "includeSecrets"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RegistryTask getByRegistry(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)"
desc: "Gets a task in a registry."
returns:
description: "the task"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryTask?alt=com.microsoft.azure.management.containerregistry.RegistryTask&text=RegistryTask\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RegistryTasks.getByRegistryAsync(java.lang.String,java.lang.String,java.lang.String,boolean)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTasks.getByRegistryAsync(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)"
name: "getByRegistryAsync(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)"
nameWithType: "RegistryTasks.getByRegistryAsync(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)"
summary: "Gets a task in a registry asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the resource group of the parent registry."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the parent registry."
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the task."
name: "taskName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "whether to include secrets or not."
name: "includeSecrets"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<RegistryTask> getByRegistryAsync(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)"
desc: "Gets a task in a registry asynchronously."
returns:
description: "the task"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.RegistryTask?alt=com.microsoft.azure.management.containerregistry.RegistryTask&text=RegistryTask\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.RegistryTasks.listByRegistry(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTasks.listByRegistry(String resourceGroupName, String registryName)"
name: "listByRegistry(String resourceGroupName, String registryName)"
nameWithType: "RegistryTasks.listByRegistry(String resourceGroupName, String registryName)"
summary: "Lists the tasks in a registry."
modifiers:
- "abstract"
parameters:
- description: "the resource group of the parent registry."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the parent registry."
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<RegistryTask> listByRegistry(String resourceGroupName, String registryName)"
desc: "Lists the tasks in a registry."
returns:
description: "the tasks with parent registry registry."
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.RegistryTask?alt=com.microsoft.azure.management.containerregistry.RegistryTask&text=RegistryTask\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.RegistryTasks.listByRegistryAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTasks.listByRegistryAsync(String resourceGroupName, String registryName)"
name: "listByRegistryAsync(String resourceGroupName, String registryName)"
nameWithType: "RegistryTasks.listByRegistryAsync(String resourceGroupName, String registryName)"
summary: "Lists the tasks in a registry asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the resource group of the parent registry."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the parent registry."
name: "registryName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<RegistryTask> listByRegistryAsync(String resourceGroupName, String registryName)"
desc: "Lists the tasks in a registry asynchronously."
returns:
description: "the tasks with parent registry registry."
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.RegistryTask?alt=com.microsoft.azure.management.containerregistry.RegistryTask&text=RegistryTask\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Interface to define the RegistryTasks collection."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Blank?alt=com.microsoft.azure.management.containerregistry.RegistryTask.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.implementation.TasksInner?alt=com.microsoft.azure.management.containerregistry.implementation.TasksInner&text=TasksInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4