IAlias.Path 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.
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