NetworkSecurityGroupCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/{networkSecurityGroupName}.
  • Operation Id. : NetworkSecurityGroups_Get.
  • Default Api Version. : 2025-07-01.
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.NetworkSecurityGroupResource>> GetIfExistsAsync(string networkSecurityGroupName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.NetworkSecurityGroupResource>>
override this.GetIfExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.NetworkSecurityGroupResource>>
Public Overridable Function GetIfExistsAsync (networkSecurityGroupName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of NetworkSecurityGroupResource))

Parameters

networkSecurityGroupName
String

The name of the network security group.

expand
String

Expands referenced resources.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

networkSecurityGroupName is null.

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

Applies to