Partager via


IScopeMapUpdateParameters.Action Property

Definition

The list of scope permissions for registry artifacts. E.g. repositories/repository-name/pull, repositories/repository-name/delete

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The list of scope permissions for registry artifacts.\r\n        E.g. repositories/repository-name/pull,\r\n        repositories/repository-name/delete", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="actions", Update=true)]
public System.Collections.Generic.List<string> Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The list of scope permissions for registry artifacts.\r\n        E.g. repositories/repository-name/pull,\r\n        repositories/repository-name/delete", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="actions", Update=true)>]
member this.Action : System.Collections.Generic.List<string> with get, set
Public Property Action As List(Of String)

Property Value

Attributes

Applies to