Get Archife Result
data class GetArchifeResult(val id: String, val name: String, val packageSource: ArchivePackageSourcePropertiesResponse? = null, val provisioningState: String, val publishedVersion: String? = null, val repositoryEndpoint: String, val repositoryEndpointPrefix: String? = null, val systemData: SystemDataResponse, val type: String)
An object that represents a archive for a container registry.
Constructors
Link copied to clipboard
fun GetArchifeResult(id: String, name: String, packageSource: ArchivePackageSourcePropertiesResponse? = null, provisioningState: String, publishedVersion: String? = null, repositoryEndpoint: String, repositoryEndpointPrefix: String? = null, systemData: SystemDataResponse, type: String)