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

149 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns"
name: "RegistryTaskRuns"
nameWithType: "RegistryTaskRuns"
summary: "An immutable client-side representation of collection of Azure registry task runs."
syntax: "public interface **RegistryTaskRuns**"
methods:
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.cancel(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.cancel(String rgName, String acrName, String runId)"
name: "cancel(String rgName, String acrName, String runId)"
nameWithType: "RegistryTaskRuns.cancel(String rgName, String acrName, String runId)"
summary: "The function that cancels a task run."
modifiers:
- "abstract"
parameters:
- description: "the resource group of the parent registry."
name: "rgName"
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: "acrName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the id of the task run."
name: "runId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void cancel(String rgName, String acrName, String runId)"
desc: "The function that cancels a task run."
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.cancelAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.cancelAsync(String rgName, String acrName, String runId)"
name: "cancelAsync(String rgName, String acrName, String runId)"
nameWithType: "RegistryTaskRuns.cancelAsync(String rgName, String acrName, String runId)"
summary: "The function that cancels a task run asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the resource group of the parent registry."
name: "rgName"
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: "acrName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the id of the task run."
name: "runId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable cancelAsync(String rgName, String acrName, String runId)"
desc: "The function that cancels a task run asynchronously."
returns:
description: "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.RegistryTaskRuns.getLogSasUrl(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.getLogSasUrl(String rgName, String acrName, String runId)"
name: "getLogSasUrl(String rgName, String acrName, String runId)"
nameWithType: "RegistryTaskRuns.getLogSasUrl(String rgName, String acrName, String runId)"
summary: "The function that returns the URI to the task run logs."
modifiers:
- "abstract"
parameters:
- description: "the resource group of the parent registry."
name: "rgName"
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: "acrName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the id of the task run."
name: "runId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract String getLogSasUrl(String rgName, String acrName, String runId)"
desc: "The function that returns the URI to the task run logs."
returns:
description: "the URI to the task run logs."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.getLogSasUrlAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.getLogSasUrlAsync(String rgName, String acrName, String runId)"
name: "getLogSasUrlAsync(String rgName, String acrName, String runId)"
nameWithType: "RegistryTaskRuns.getLogSasUrlAsync(String rgName, String acrName, String runId)"
summary: "The function that returns the URI to the task run logs asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the resource group of the parent registry."
name: "rgName"
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: "acrName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the id of the task run."
name: "runId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<String> getLogSasUrlAsync(String rgName, String acrName, String runId)"
desc: "The function that returns the URI to the task run logs asynchronously."
returns:
description: "the URI to the task run logs."
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.listByRegistry(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.listByRegistry(String rgName, String acrName)"
name: "listByRegistry(String rgName, String acrName)"
nameWithType: "RegistryTaskRuns.listByRegistry(String rgName, String acrName)"
summary: "The function that lists the Registry<wbr>Task<wbr>Run instances in a registry asynch."
modifiers:
- "abstract"
parameters:
- description: "the resource group of the parent registry."
name: "rgName"
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: "acrName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<RegistryTaskRun> listByRegistry(String rgName, String acrName)"
desc: "The function that lists the RegistryTaskRun instances in a registry asynch."
returns:
description: "the list of RegistryTaskRun instances."
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.RegistryTaskRun?alt=com.microsoft.azure.management.containerregistry.RegistryTaskRun&text=RegistryTaskRun\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.listByRegistryAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.listByRegistryAsync(String rgName, String acrName)"
name: "listByRegistryAsync(String rgName, String acrName)"
nameWithType: "RegistryTaskRuns.listByRegistryAsync(String rgName, String acrName)"
summary: "The function that lists the Registry<wbr>Task<wbr>Run instances in a registry asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the resource group of the parent registry."
name: "rgName"
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: "acrName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<RegistryTaskRun> listByRegistryAsync(String rgName, String acrName)"
desc: "The function that lists the RegistryTaskRun instances in a registry asynchronously."
returns:
description: "the list of RegistryTaskRun instances."
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.RegistryTaskRun?alt=com.microsoft.azure.management.containerregistry.RegistryTaskRun&text=RegistryTaskRun\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.scheduleRun()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryTaskRuns.scheduleRun()"
name: "scheduleRun()"
nameWithType: "RegistryTaskRuns.scheduleRun()"
summary: "The function that begins the steps to schedule a run."
modifiers:
- "abstract"
syntax: "public abstract RegistryTaskRun.DefinitionStages.BlankFromRuns scheduleRun()"
desc: "The function that begins the steps to schedule a run."
returns:
description: "the next step in the execution of a run."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryTaskRun.DefinitionStages.BlankFromRuns?alt=com.microsoft.azure.management.containerregistry.RegistryTaskRun.DefinitionStages.BlankFromRuns&text=BlankFromRuns\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of collection of Azure registry task runs."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4