Share via


IntegrationAccountAgreementsOperationsExtensions.CreateOrUpdate Method

Definition

Creates or updates an integration account agreement.

public static Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement CreateOrUpdate (this Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations operations, string resourceGroupName, string integrationAccountName, string agreementName, Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement agreement);
static member CreateOrUpdate : Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations * string * string * string * Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement
<Extension()>
Public Function CreateOrUpdate (operations As IIntegrationAccountAgreementsOperations, resourceGroupName As String, integrationAccountName As String, agreementName As String, agreement As IntegrationAccountAgreement) As IntegrationAccountAgreement

Parameters

operations
IIntegrationAccountAgreementsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

integrationAccountName
String

The integration account name.

agreementName
String

The integration account agreement name.

agreement
IntegrationAccountAgreement

The integration account agreement.

Returns

Applies to