Bagikan melalui


ICacheRuleProperties.TargetRepository Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Target repository specified in docker pull command.\r\n        Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag}", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="targetRepository")]
public string TargetRepository { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Target repository specified in docker pull command.\r\n        Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag}", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="targetRepository")>]
member this.TargetRepository : string with get, set
Public Property TargetRepository As String

Property Value

Attributes

Applies to