Share via


NetAppAccountCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}
  • Operation Id: Accounts_Get
  • Default Api Version: 2023-07-01
  • Resource: Azure.ResourceManager.NetApp.NetAppAccountResource
public virtual Azure.NullableResponse<Azure.ResourceManager.NetApp.NetAppAccountResource> GetIfExists (string accountName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.NetApp.NetAppAccountResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.NetApp.NetAppAccountResource>
Public Overridable Function GetIfExists (accountName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of NetAppAccountResource)

Parameters

accountName
String

The name of the NetApp account.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

NullableResponse<Azure.ResourceManager.NetApp.NetAppAccountResource>

Exceptions

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

accountName is null.

Applies to