다음을 통해 공유


AutomationAccountPython2PackageCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}
  • Operation Id: Python2Package_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationAccountPython2PackageResource>> GetIfExistsAsync (string packageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationAccountPython2PackageResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationAccountPython2PackageResource>>
Public Overridable Function GetIfExistsAsync (packageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of AutomationAccountPython2PackageResource))

Parameters

packageName
String

The python package name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

packageName is null.

Applies to