GetAzDataBoxJob_List.SkipToken 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.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Category(new Microsoft.Azure.PowerShell.Cmdlets.DataBox.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.DataBox.ParameterCategory.Query })]
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="$skipToken is supported on Get list of jobs, which provides the next page in the list of jobs.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="$skipToken")]
[System.Management.Automation.Parameter(HelpMessage="$skipToken is supported on Get list of jobs, which provides the next page in the list of jobs.", Mandatory=false)]
public string SkipToken { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Category(new Microsoft.Azure.PowerShell.Cmdlets.DataBox.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.DataBox.ParameterCategory.Query })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="$skipToken is supported on Get list of jobs, which provides the next page in the list of jobs.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="$skipToken")>]
[<System.Management.Automation.Parameter(HelpMessage="$skipToken is supported on Get list of jobs, which provides the next page in the list of jobs.", Mandatory=false)>]
member this.SkipToken : string with get, set
Public Property SkipToken As String
Property Value
- Attributes