共用方式為


IntegrationAccountAssemblyDefinitionCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/assemblies/{assemblyArtifactName}
  • Operation Id: IntegrationAccountAssemblies_Get
public virtual Azure.Response<bool> Exists (string assemblyArtifactName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (assemblyArtifactName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

assemblyArtifactName
String

The assembly artifact name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

assemblyArtifactName is null.

Applies to