Language

IAlias.Path Property

Definition

The paths for an alias.

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The paths for an alias.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IAliasPath) }, Read=true, ReadOnly=false, Required=false, SerializedName="paths", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IAliasPath> Path { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The paths for an alias.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IAliasPath) }, Read=true, ReadOnly=false, Required=false, SerializedName="paths", Update=true)>]
member this.Path : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IAliasPath> with get, set
Public Property Path As List(Of IAliasPath)

Property Value

Attributes

Applies to