Share via


IRegistryTasks.GetByRegistry(String, String, String, Boolean) Method

Definition

Gets a task in a registry.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTask GetByRegistry (string resourceGroupName, string registryName, string taskName, bool includeSecrets);
abstract member GetByRegistry : string * string * string * bool -> Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTask
Public Function GetByRegistry (resourceGroupName As String, registryName As String, taskName As String, includeSecrets As Boolean) As IRegistryTask

Parameters

resourceGroupName
String

The resource group of the parent registry.

registryName
String

The name of the parent registry.

taskName
String

The name of the task.

includeSecrets
Boolean

Whether to include secrets or not.

Returns

Applies to