ImportPipeline クラス
コンテナー レジストリのインポート パイプラインを表す オブジェクト。
変数はサーバーによってのみ設定され、要求の送信時には無視されます。
- 継承
-
azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.ProxyResourceImportPipeline
コンストラクター
ImportPipeline(*, location: str | None = None, identity: _models.IdentityProperties | None = None, source: _models.ImportPipelineSourceProperties | None = None, trigger: _models.PipelineTriggerProperties | None = None, options: List[str | _models.PipelineOptions] | None = None, **kwargs: Any)
変数
- id
- str
リソース ID。
- name
- str
リソースの名前。
- type
- str
リソースの型。
- system_data
- SystemData
リソースの作成と最後の変更に関連するメタデータ。
- location
- str
インポート パイプラインの場所。
- identity
- IdentityProperties
インポート パイプラインの ID。
インポート パイプラインのソース プロパティ。
- trigger
- PipelineTriggerProperties
インポート パイプラインのトリガーを記述するプロパティ。
- options
- list[str または PipelineOptions]
パイプライン用に構成されたすべてのオプションの一覧。
- provisioning_state
- str または ProvisioningState
操作が呼び出されたときのパイプラインのプロビジョニング状態。 既知の値は、"Creating"、"Updating"、"Removeing"、"Succeeded"、"Failed"、および "Canceled" です。