Bagikan melalui


ICacheRuleProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.CacheRulePropertiesTypeConverter))]
public interface ICacheRuleProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.CacheRulePropertiesTypeConverter))>]
type ICacheRuleProperties = interface
    interface IJsonSerializable
Public Interface ICacheRuleProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CreationDate

The creation date of the cache rule.

CredentialSetResourceId

The ARM resource ID of the credential store which is associated with the cache rule.

ProvisioningState

Provisioning state of the resource.

SourceRepository

Source repository pulled from upstream.

TargetRepository

Target repository specified in docker pull command. Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag}

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to