Share via


IntegrationAccountAgreementCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • Operation Id: IntegrationAccountAgreements_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource> GetIfExists (string agreementName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource>
Public Overridable Function GetIfExists (agreementName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of IntegrationAccountAgreementResource)

Parameters

agreementName
String

The integration account agreement name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

agreementName is null.

Applies to