次の方法で共有


ContainerRepository.GetPropertiesAsync(CancellationToken) メソッド

定義

リポジトリのプロパティを取得します。

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.ContainerRepositoryProperties>> GetPropertiesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.ContainerRepositoryProperties>>
override this.GetPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.ContainerRepositoryProperties>>
Public Overridable Function GetPropertiesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerRepositoryProperties))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

Container Registry サービスによってエラーが返されたときにスローされます。

適用対象