Compartir a través de


IScopeMapPropertiesUpdateParameters.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(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) }, ReadOnly=false, Required=false, SerializedName="actions")]
public string[] Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="actions")>]
member this.Action : string[] with get, set
Public Property Action As String()

Property Value

String[]
Attributes

Applies to