ICacheRuleProperties.TargetRepository Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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