Share via


ICustomRpManifest.Action Property

Definition

A list of actions that the custom resource provider implements.

[Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="A list of actions that the custom resource provider implements.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpActionRouteDefinition) }, ReadOnly=false, Required=false, SerializedName="actions")]
public Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpActionRouteDefinition[] Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="A list of actions that the custom resource provider implements.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpActionRouteDefinition) }, ReadOnly=false, Required=false, SerializedName="actions")>]
member this.Action : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpActionRouteDefinition[] with get, set
Public Property Action As ICustomRpActionRouteDefinition()

Property Value

Attributes

Applies to