共用方式為


IPv6FirewallRuleCollection.Get(String, CancellationToken) Method

Definition

Gets an IPv6 firewall rule.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/ipv6FirewallRules/{firewallRuleName}
  • Operation Id: IPv6FirewallRules_Get
  • Default Api Version: 2022-11-01-preview
  • Resource: IPv6FirewallRuleResource
public virtual Azure.Response<Azure.ResourceManager.Sql.IPv6FirewallRuleResource> Get (string firewallRuleName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.IPv6FirewallRuleResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.IPv6FirewallRuleResource>
Public Overridable Function Get (firewallRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IPv6FirewallRuleResource)

Parameters

firewallRuleName
String

The name of the firewall rule.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

firewallRuleName is an empty string, and was expected to be non-empty.

firewallRuleName is null.

Applies to