次の方法で共有


AppAttachPackageCollection.GetIfExists(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. : AppAttachPackages_Get.
  • Default Api Version. : 2026-01-01-preview.
public virtual Azure.NullableResponse<Azure.ResourceManager.DesktopVirtualization.AppAttachPackageResource> GetIfExists(string appAttachPackageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DesktopVirtualization.AppAttachPackageResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DesktopVirtualization.AppAttachPackageResource>
Public Overridable Function GetIfExists (appAttachPackageName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of AppAttachPackageResource)

Parameters

appAttachPackageName
String

The name of the App Attach package.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

appAttachPackageName is null.

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

Applies to