149 строки
9.9 KiB
YAML
149 строки
9.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.containerregistry.models.RegistryTaskRuns"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.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.azure.resourcemanager.containerregistry.models.RegistryTaskRuns.cancel(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of the parent registry."
|
|
name: "acrName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the id of the task run."
|
|
name: "runId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void cancel(String rgName, String acrName, String runId)"
|
|
desc: "The function that cancels a task run."
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTaskRuns.cancelAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of the parent registry."
|
|
name: "acrName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the id of the task run."
|
|
name: "runId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Void> cancelAsync(String rgName, String acrName, String runId)"
|
|
desc: "The function that cancels a task run asynchronously."
|
|
returns:
|
|
description: "handle to the request."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTaskRuns.getLogSasUrl(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of the parent registry."
|
|
name: "acrName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the id of the task run."
|
|
name: "runId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTaskRuns.getLogSasUrlAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of the parent registry."
|
|
name: "acrName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the id of the task run."
|
|
name: "runId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<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: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTaskRuns.listByRegistry(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of the parent registry."
|
|
name: "acrName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<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.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerregistry.models.RegistryTaskRun?alt=com.azure.resourcemanager.containerregistry.models.RegistryTaskRun&text=RegistryTaskRun\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTaskRuns.listByRegistryAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of the parent registry."
|
|
name: "acrName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<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=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerregistry.models.RegistryTaskRun?alt=com.azure.resourcemanager.containerregistry.models.RegistryTaskRun&text=RegistryTaskRun\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.RegistryTaskRuns.scheduleRun()"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.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.azure.resourcemanager.containerregistry.models.RegistryTaskRun.DefinitionStages.BlankFromRuns?alt=com.azure.resourcemanager.containerregistry.models.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.azure.resourcemanager.containerregistry.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-containerregistry:2.44.0
|