IntegrationAccountClient.CreateIntegrationAccountAgreement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates integration account agreement.
public Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement CreateIntegrationAccountAgreement (string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName, Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement integrationAccountAgreement);
member this.CreateIntegrationAccountAgreement : string * string * string * Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement
Public Function CreateIntegrationAccountAgreement (resourceGroupName As String, integrationAccountName As String, integrationAccountAgreementName As String, integrationAccountAgreement As IntegrationAccountAgreement) As IntegrationAccountAgreement
Parameters
- resourceGroupName
- String
The integration account resource group name.
- integrationAccountName
- String
The integration account name.
- integrationAccountAgreementName
- String
The integration account agreement name.
- integrationAccountAgreement
- IntegrationAccountAgreement
The integration account agreement object.
Returns
Newly created integration account agreement object.