ArmPaloAltoNetworksNgfwModelFactory.RulestackSecurityServiceListResult 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.
Initializes a new instance of RulestackSecurityServiceListResult.
public static Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServiceListResult RulestackSecurityServiceListResult(Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServiceTypeList value = default, string nextLink = default);
static member RulestackSecurityServiceListResult : Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServiceTypeList * string -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServiceListResult
Public Shared Function RulestackSecurityServiceListResult (Optional value As RulestackSecurityServiceTypeList = Nothing, Optional nextLink As String = Nothing) As RulestackSecurityServiceListResult
Parameters
response value.
- nextLink
- String
next link.
Returns
A new RulestackSecurityServiceListResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET