ArmNetworkModelFactory.NetworkManagementQueryContent(String) Method
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.
public static Azure.ResourceManager.Network.Models.NetworkManagementQueryContent NetworkManagementQueryContent(string skipToken = default);
static member NetworkManagementQueryContent : string -> Azure.ResourceManager.Network.Models.NetworkManagementQueryContent
Public Shared Function NetworkManagementQueryContent (Optional skipToken As String = Nothing) As NetworkManagementQueryContent
Parameters
- skipToken
- String
When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
Returns
A new NetworkManagementQueryContent instance for mocking.