IRegistryTask Interface
Definition
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.
An immutable client-side representation of an Azure registry task.
public interface IRegistryTask : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TaskInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTask>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate>
type IRegistryTask = interface
interface IBeta
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasInner<TaskInner>
interface IRefreshable<IRegistryTask>
interface IUpdatable<IUpdate>
Public Interface IRegistryTask
Implements IBeta, IHasInner(Of TaskInner), IRefreshable(Of IRegistryTask), IResource, IUpdatable(Of IUpdate)
- Implements
Properties
CpuCount |
Gets the CPU count. |
CreationDate |
Gets the creation date of build task. |
Id |
Gets the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
Key | (Inherited from IIndexable) |
Name |
Gets the name of the resource (Inherited from IHasName) |
ParentRegistryId |
Gets the parent ID of this resource. |
Platform |
Gets the build timeout settings in seconds. |
ProvisioningState |
Gets the provisioning state of the build task. |
Region | (Inherited from IResource) |
RegionName | (Inherited from IResource) |
RegistryTaskStep |
Gets the RegistryTaskStep of the current task. |
ResourceGroupName |
Gets the name of the resource's resource group. |
SourceTriggers |
Gets the source triggers of the task. |
Status |
Gets the current status of build task. |
Tags | (Inherited from IResource) |
Timeout |
Gets the build timeout settings in seconds. |
Trigger |
Gets the trigger of the task. |
Type | (Inherited from IResource) |
Methods
Refresh() |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
Update() | (Inherited from IUpdatable<T>) |
Applies to
Azure SDK for .NET