次の方法で共有


ArchivePackageSourceProperties Class

The properties of the archive package source.

Inheritance
azure.mgmt.containerregistry._serialization.Model
ArchivePackageSourceProperties

Constructor

ArchivePackageSourceProperties(*, type: str | _models.PackageSourceType | None = None, url: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

The type of package source for a archive. "remote"

url
str

The external repository url.

Variables

Name Description
type

The type of package source for a archive. "remote"

url
str

The external repository url.