MockablePaloAltoNetworksNgfwResourceGroupResource.GetLocalRulestack 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.
Get a LocalRulestackResource
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}
- Operation Id: LocalRulestacks_Get
public virtual Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackResource> GetLocalRulestack (string localRulestackName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLocalRulestack : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackResource>
override this.GetLocalRulestack : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackResource>
Public Overridable Function GetLocalRulestack (localRulestackName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LocalRulestackResource)
Parameters
- localRulestackName
- String
LocalRulestack resource name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
localRulestackName
is null.
localRulestackName
is an empty string, and was expected to be non-empty.