IntegrationAccountClient.RemoveIntegrationAccountAgreement 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.
Removes the specified integration account agreement.
public void RemoveIntegrationAccountAgreement (string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName);
member this.RemoveIntegrationAccountAgreement : string * string * string -> unit
Public Sub RemoveIntegrationAccountAgreement (resourceGroupName As String, integrationAccountName As String, integrationAccountAgreementName As String)
Parameters
- resourceGroupName
- String
The integration account resource group name.
- integrationAccountName
- String
The integration account name.
- integrationAccountAgreementName
- String
The integration account agreement name.