IRegistryTaskRun インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure RegistryDockerTaskRunRequest レジストリ タスク実行要求の不変のクライアント側表現。
public interface IRegistryTaskRun : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RunInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>
type IRegistryTaskRun = interface
interface IBeta
interface IHasInner<RunInner>
interface IRefreshable<IRegistryTaskRun>
Public Interface IRegistryTaskRun
Implements IBeta, IHasInner(Of RunInner), IRefreshable(Of IRegistryTaskRun)
- 実装
プロパティ
Cpu |
cpu の数を取得します。 |
CreateTime |
実行要求が作成された時刻を取得します。 |
Inner |
Azure RegistryDockerTaskRunRequest レジストリ タスク実行要求の不変のクライアント側表現。 (継承元 IHasInner<T>) |
IsArchiveEnabled |
実行要求に対してアーカイブが有効かどうかを取得します。 |
LastUpdatedTime |
実行要求が最後に更新された時刻を取得します。 |
Platform |
実行要求のプラットフォーム プロパティを取得します。 |
ProvisioningState |
実行要求のプロビジョニング状態を取得します。 |
RegistryName |
このタスク実行要求のレジストリ名を取得します。 |
ResourceGroupName |
このタスク実行要求のリソース グループの名前を取得します。 |
RunId |
実行の ID を取得します。 |
RunType |
実行要求の実行の種類を取得します。 |
Status |
実行要求の状態を取得します。 |
TaskName |
TaskRunRequest の場合はタスクの名前を取得します (タスクがまだキューに入っている場合は null、それ以外の場合は null)。 |
メソッド
Refresh() |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET