次の方法で共有


IRegistry インターフェイス

定義

Azure レジストリの不変のクライアント側表現。

public interface IRegistry : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryManager,Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Update.IUpdate>
type IRegistry = interface
    interface IBeta
    interface IGroupableResource<IRegistryManager, RegistryInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IRegistryManager>
    interface IHasInner<RegistryInner>
    interface IRefreshable<IRegistry>
    interface IUpdatable<IUpdate>
Public Interface IRegistry
Implements IBeta, IGroupableResource(Of IRegistryManager, RegistryInner), IHasInner(Of RegistryInner), IHasManager(Of IRegistryManager), IRefreshable(Of IRegistry), IUpdatable(Of IUpdate)
実装

プロパティ

AdminUserEnabled

管理者ユーザーが有効になっているかどうかを示す値を取得します。

CreationDate

コンテナー レジストリの作成日を ISO8601 形式で取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

Azure レジストリの不変のクライアント側表現。

(継承元 IHasInner<T>)
Key

Azure レジストリの不変のクライアント側表現。

(継承元 IIndexable)
LoginServerUrl

コンテナー レジストリへのログインに使用できる URL を取得します。

Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

リソースの名前を取得します

(継承元 IHasName)
Region

Azure レジストリの不変のクライアント側表現。

(継承元 IResource)
RegionName

Azure レジストリの不変のクライアント側表現。

(継承元 IResource)
ResourceGroupName

Azure レジストリの不変のクライアント側表現。

(継承元 IHasResourceGroup)
Sku

コンテナー レジストリの SKU を取得します。

StorageAccountId

コンテナー レジストリのストレージ アカウントの ID を取得します。コンテナーが SKU をマネージド層に登録する場合は 'null' です。

StorageAccountName

コンテナー レジストリのストレージ アカウントの名前を取得します。コンテナーが SKU をマネージド層に登録する場合は 'null' です。

Tags

Azure レジストリの不変のクライアント側表現。

(継承元 IResource)
Type

Azure レジストリの不変のクライアント側表現。

(継承元 IResource)
Webhooks

コンテナー レジストリ Webhook を管理するためのエントリ ポイントを取得します。

メソッド

GetBuildSourceUploadUrl()

Azure レジストリの不変のクライアント側表現。

GetBuildSourceUploadUrlAsync(CancellationToken)

ユーザーがソースを非同期的にアップロードできるアップロード場所を取得します。

GetCredentials()

Azure レジストリの不変のクライアント側表現。

GetCredentialsAsync(CancellationToken)

Azure レジストリの不変のクライアント側表現。

ListQuotaUsages()

指定されたコンテナー レジストリのクォータ使用状況を一覧表示します。

ListQuotaUsagesAsync(CancellationToken)

指定されたコンテナー レジストリのクォータ使用状況を一覧表示します。

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RegenerateCredential(AccessKeyType)

指定されたコンテナー レジストリのログイン資格情報の 1 つを再生成します。

RegenerateCredentialAsync(AccessKeyType, CancellationToken)

指定されたコンテナー レジストリのログイン資格情報の 1 つを再生成します。

ScheduleRun()

実行をスケジュールするエントリ ポイントを返します。

Update()

Azure レジストリの不変のクライアント側表現。

(継承元 IUpdatable<T>)

適用対象