AppAttachPackageCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/appAttachPackages/{appAttachPackageName}
  • Operation Id: AppAttachPackage_Get
  • Default Api Version: 2024-04-03
  • Resource: AppAttachPackageResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DesktopVirtualization.AppAttachPackageResource>> GetIfExistsAsync (string appAttachPackageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DesktopVirtualization.AppAttachPackageResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DesktopVirtualization.AppAttachPackageResource>>
Public Overridable Function GetIfExistsAsync (appAttachPackageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of AppAttachPackageResource))

Parameters

appAttachPackageName
String

The name of the App Attach package.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

appAttachPackageName is null.

Applies to