147 строки
8.3 KiB
YAML
147 строки
8.3 KiB
YAML
### YamlMime:JavaType
|
|
methods:
|
|
- 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)
|
|
parameters:
|
|
- description: <p>the resource group of the parent registry. </p>
|
|
name: rgName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>the name of the parent registry. </p>
|
|
name: acrName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>the id of the task run. </p>
|
|
name: runId
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>The function that cancels a task run.</p>
|
|
|
|
<p></p>
|
|
syntax: public void cancel(String rgName, String acrName, String runId)
|
|
uid: com.microsoft.azure.management.containerregistry.RegistryTaskRuns.cancel(String,String,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)
|
|
parameters:
|
|
- description: <p>the resource group of the parent registry. </p>
|
|
name: rgName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>the name of the parent registry. </p>
|
|
name: acrName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>the id of the task run. </p>
|
|
name: runId
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>handle to the request. </p>
|
|
type: <xref href="Completable?alt=Completable&text=Completable" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>The function that cancels a task run asynchronously.</p>
|
|
|
|
<p></p>
|
|
syntax: public Completable cancelAsync(String rgName, String acrName, String runId)
|
|
uid: com.microsoft.azure.management.containerregistry.RegistryTaskRuns.cancelAsync(String,String,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)
|
|
parameters:
|
|
- description: <p>the resource group of the parent registry. </p>
|
|
name: rgName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>the name of the parent registry. </p>
|
|
name: acrName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>the id of the task run. </p>
|
|
name: runId
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the URI to the task run logs. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>The function that returns the URI to the task run logs.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getLogSasUrl(String rgName, String acrName, String runId)
|
|
uid: com.microsoft.azure.management.containerregistry.RegistryTaskRuns.getLogSasUrl(String,String,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)
|
|
parameters:
|
|
- description: <p>the resource group of the parent registry. </p>
|
|
name: rgName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>the name of the parent registry. </p>
|
|
name: acrName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>the id of the task run. </p>
|
|
name: runId
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the URI to the task run logs. </p>
|
|
type: <xref href="Observable%3CString%3E?alt=Observable%3CString%3E&text=Observable%3CString%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>The function that returns the URI to the task run logs asynchronously.</p>
|
|
|
|
<p></p>
|
|
syntax: public Observable<String> getLogSasUrlAsync(String rgName, String acrName, String runId)
|
|
uid: com.microsoft.azure.management.containerregistry.RegistryTaskRuns.getLogSasUrlAsync(String,String,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)
|
|
parameters:
|
|
- description: <p>the resource group of the parent registry. </p>
|
|
name: rgName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>the name of the parent registry. </p>
|
|
name: acrName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the list of RegistryTaskRun instances. </p>
|
|
type: PagedList<<xref href="com.microsoft.azure.management.containerregistry.RegistryTaskRun?alt=com.microsoft.azure.management.containerregistry.RegistryTaskRun&text=RegistryTaskRun" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>The function that lists the RegistryTaskRun instances in a registry asynch.</p>
|
|
|
|
<p></p>
|
|
syntax: public PagedList<RegistryTaskRun> listByRegistry(String rgName, String acrName)
|
|
uid: com.microsoft.azure.management.containerregistry.RegistryTaskRuns.listByRegistry(String,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)
|
|
parameters:
|
|
- description: <p>the resource group of the parent registry. </p>
|
|
name: rgName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>the name of the parent registry. </p>
|
|
name: acrName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the list of RegistryTaskRun instances. </p>
|
|
type: Observable<<xref href="com.microsoft.azure.management.containerregistry.RegistryTaskRun?alt=com.microsoft.azure.management.containerregistry.RegistryTaskRun&text=RegistryTaskRun" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>The function that lists the RegistryTaskRun instances in a registry asynchronously.</p>
|
|
|
|
<p></p>
|
|
syntax: public Observable<RegistryTaskRun> listByRegistryAsync(String rgName, String acrName)
|
|
uid: com.microsoft.azure.management.containerregistry.RegistryTaskRuns.listByRegistryAsync(String,String)
|
|
- fullName: com.microsoft.azure.management.containerregistry.RegistryTaskRuns.scheduleRun()
|
|
name: scheduleRun()
|
|
nameWithType: RegistryTaskRuns.scheduleRun()
|
|
returns:
|
|
description: <p>the next step in the execution of a run. </p>
|
|
type: <xref href="RegistryTaskRun.DefinitionStages.BlankFromRuns?alt=RegistryTaskRun.DefinitionStages.BlankFromRuns&text=RegistryTaskRun.DefinitionStages.BlankFromRuns" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>The function that begins the steps to schedule a run.</p>
|
|
|
|
<p></p>
|
|
syntax: public RegistryTaskRun.DefinitionStages.BlankFromRuns scheduleRun()
|
|
uid: com.microsoft.azure.management.containerregistry.RegistryTaskRuns.scheduleRun()
|
|
nameWithType: RegistryTaskRuns
|
|
syntax: public interface RegistryTaskRuns
|
|
type: interface
|
|
uid: com.microsoft.azure.management.containerregistry.RegistryTaskRuns
|
|
fullName: com.microsoft.azure.management.containerregistry.RegistryTaskRuns
|
|
name: RegistryTaskRuns
|
|
package: com.microsoft.azure.management.containerregistry
|
|
summary: <p>An immutable client-side representation of collection of Azure registry task runs. </p>
|
|
metadata: {}
|