Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BeginCreateWithHttpMessagesAsync(String, String, String, Task, Dictionary<String,List<String>>, CancellationToken)
|
Creates a task for a container registry with the specified
parameters.
|
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
Deletes a specified task.
|
BeginUpdateWithHttpMessagesAsync(String, String, String, TaskUpdateParameters, Dictionary<String,List<String>>, CancellationToken)
|
Updates a task with the specified parameters.
|
CreateWithHttpMessagesAsync(String, String, String, Task, Dictionary<String,List<String>>, CancellationToken)
|
Creates a task for a container registry with the specified
parameters.
|
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
Deletes a specified task.
|
GetDetailsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
Returns a task with extended information that includes all secrets.
|
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
Get the properties of a specified task.
|
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
Lists all the tasks for a specified container registry.
|
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Lists all the tasks for a specified container registry.
|
UpdateWithHttpMessagesAsync(String, String, String, TaskUpdateParameters, Dictionary<String,List<String>>, CancellationToken)
|
Updates a task with the specified parameters.
|
BeginCreate(ITasksOperations, String, String, String, Task)
|
Creates a task for a container registry with the specified parameters.
|
BeginCreateAsync(ITasksOperations, String, String, String, Task, CancellationToken)
|
Creates a task for a container registry with the specified parameters.
|
BeginDelete(ITasksOperations, String, String, String)
|
Deletes a specified task.
|
BeginDeleteAsync(ITasksOperations, String, String, String, CancellationToken)
|
Deletes a specified task.
|
BeginUpdate(ITasksOperations, String, String, String, TaskUpdateParameters)
|
Updates a task with the specified parameters.
|
BeginUpdateAsync(ITasksOperations, String, String, String, TaskUpdateParameters, CancellationToken)
|
Updates a task with the specified parameters.
|
Create(ITasksOperations, String, String, String, Task)
|
Creates a task for a container registry with the specified parameters.
|
CreateAsync(ITasksOperations, String, String, String, Task, CancellationToken)
|
Creates a task for a container registry with the specified parameters.
|
Delete(ITasksOperations, String, String, String)
|
Deletes a specified task.
|
DeleteAsync(ITasksOperations, String, String, String, CancellationToken)
|
Deletes a specified task.
|
Get(ITasksOperations, String, String, String)
|
Get the properties of a specified task.
|
GetAsync(ITasksOperations, String, String, String, CancellationToken)
|
Get the properties of a specified task.
|
GetDetails(ITasksOperations, String, String, String)
|
Returns a task with extended information that includes all secrets.
|
GetDetailsAsync(ITasksOperations, String, String, String, CancellationToken)
|
Returns a task with extended information that includes all secrets.
|
List(ITasksOperations, String, String)
|
Lists all the tasks for a specified container registry.
|
ListAsync(ITasksOperations, String, String, CancellationToken)
|
Lists all the tasks for a specified container registry.
|
ListNext(ITasksOperations, String)
|
Lists all the tasks for a specified container registry.
|
ListNextAsync(ITasksOperations, String, CancellationToken)
|
Lists all the tasks for a specified container registry.
|
Update(ITasksOperations, String, String, String, TaskUpdateParameters)
|
Updates a task with the specified parameters.
|
UpdateAsync(ITasksOperations, String, String, String, TaskUpdateParameters, CancellationToken)
|
Updates a task with the specified parameters.
|