C# Class Microsoft.Azure.Commands.LogicApp.Utilities.IntegrationAccountClient

Integration Account client class
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
CreateIntegrationAccount ( string resourceGroupName, string integrationAccountName, IntegrationAccount integrationAccount ) : IntegrationAccount

Creates the integration account.

CreateIntegrationAccountAgreement ( string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName, IntegrationAccountAgreement integrationAccountAgreement ) : IntegrationAccountAgreement

Creates integration account agreement.

CreateIntegrationAccountCertificate ( string resourceGroupName, string integrationAccountName, string integrationAccountCertificateName, IntegrationAccountCertificate integrationAccountCertificate ) : IntegrationAccountCertificate

Creates integration account certificate.

CreateIntegrationAccountMap ( string resourceGroupName, string integrationAccountName, string integrationAccountMapName, IntegrationAccountMap integrationAccountMap ) : IntegrationAccountMap

Creates integration account map.

CreateIntegrationAccountPartner ( string resourceGroupName, string integrationAccountName, string integrationAccountPartnerName, IntegrationAccountPartner integrationAccountPartner ) : IntegrationAccountPartner

Creates integration account partner.

CreateIntegrationAccountSchema ( string resourceGroupName, string integrationAccountName, string integrationAccountSchemaName, IntegrationAccountSchema integrationAccountSchema ) : IntegrationAccountSchema

Creates integration account schema.

GetIntegrationAccount ( string resourceGroupName, string integrationAccountName ) : IntegrationAccount

Gets the integration account.

GetIntegrationAccountAgreement ( string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName ) : IntegrationAccountAgreement

Gets the integration account agreement by name.

GetIntegrationAccountCallbackUrl ( string resourceGroupName, string integrationAccountName, ListCallbackUrlParameters callbackUrl ) : CallbackUrl

Gets the integration account callback URL.

GetIntegrationAccountCertifcate ( string resourceGroupName, string integrationAccountName, string integrationAccountCertificateName ) : IntegrationAccountCertificate

Gets the integration account certificate by name.

GetIntegrationAccountMap ( string resourceGroupName, string integrationAccountName, string integrationAccountMapName ) : IntegrationAccountMap

Gets the integration account map by name.

GetIntegrationAccountPartner ( string resourceGroupName, string integrationAccountName, string integrationAccountPartnerName ) : IntegrationAccountPartner

Gets the integration account partner by name.

GetIntegrationAccountSchema ( string resourceGroupName, string integrationAccountName, string integrationAccountSchemaName ) : IntegrationAccountSchema

Gets the integration account by name.

IntegrationAccountClient ( ) : System

Creates new LogicManagement client instance.

IntegrationAccountClient ( AzureContext context ) : System

Creates new LogicManagement client instance.

IntegrationAccountClient ( ILogicManagementClient client ) : System

Creates new LogicManagement client instance.

ListIntegrationAccount ( string resourceGroupName ) : IPage

Gets the integration accounts by resource group name.

ListIntegrationAccountAgreements ( string resourceGroupName, string integrationAccountName ) : IPage

Gets the integration account agreements by resource group name.

ListIntegrationAccountCertificates ( string resourceGroupName, string integrationAccountName ) : IPage

Gets the integration account certificates by resource group name.

ListIntegrationAccountMaps ( string resourceGroupName, string integrationAccountName ) : IPage

Gets the integration account maps by resource group name.

ListIntegrationAccountPartner ( string resourceGroupName, string integrationAccountName ) : IPage

Gets the integration account partners by resource group name.

ListIntegrationAccountSchemas ( string resourceGroupName, string integrationAccountName ) : IPage

Gets the integration accounts schema by resource group name.

RemoveIntegrationAccount ( string resourceGroupName, string integrationAccountName ) : void

Removes the specified integration account.

RemoveIntegrationAccountAgreement ( string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName ) : void

Removes the specified integration account agreement.

RemoveIntegrationAccountCertificate ( string resourceGroupName, string integrationAccountName, string integrationAccountCertificateName ) : void

Removes the specified integration account certificate.

RemoveIntegrationAccountMap ( string resourceGroupName, string integrationAccountName, string integrationAccountMapName ) : void

Removes the specified integration account map.

RemoveIntegrationAccountPartner ( string resourceGroupName, string integrationAccountName, string integrationAccountPartnerName ) : void

Removes the specified integration account partner.

RemoveIntegrationAccountSchema ( string resourceGroupName, string integrationAccountName, string integrationAccountSchemaName ) : void

Removes the specified integration account schema.

UpdateIntegrationAccount ( string resourceGroupName, string integrationAccountName, IntegrationAccount integrationAccount ) : IntegrationAccount

Updates the integration account.

UpdateIntegrationAccountAgreement ( string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName, IntegrationAccountAgreement integrationAccountAgreement ) : IntegrationAccountAgreement

Updates the integration account agreement.

UpdateIntegrationAccountCertificate ( string resourceGroupName, string integrationAccountName, string integrationAccountCertificateName, IntegrationAccountCertificate integrationAccountCertificate ) : IntegrationAccountCertificate

Updates the integration account certificate.

UpdateIntegrationAccountMap ( string resourceGroupName, string integrationAccountName, string integrationAccountMapName, IntegrationAccountMap integrationAccountMap ) : IntegrationAccountMap

Updates the integration account.

UpdateIntegrationAccountPartner ( string resourceGroupName, string integrationAccountName, string integrationAccountPartnerName, IntegrationAccountPartner integrationAccountPartner ) : IntegrationAccountPartner

Updates the integration account partner.

UpdateIntegrationAccountSchema ( string resourceGroupName, string integrationAccountName, string integrationAccountSchemaName, IntegrationAccountSchema integrationAccountSchema ) : IntegrationAccountSchema

Updates the integration account.

Private Methods

Méthode Description
DoesIntegrationAccountAgreementExist ( string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName ) : bool

Checks whether the integration account agreement exists or not.

DoesIntegrationAccountCertificateExist ( string resourceGroupName, string integrationAccountName, string integrationAccountCertificateName ) : bool

Checks whether the integration account certifcate exists or not.

DoesIntegrationAccountExist ( string resourceGroupName, string integrationAccountName ) : bool

Checks whether the integration account schema exists or not.

DoesIntegrationAccountMapExist ( string resourceGroupName, string integrationAccountName, string integrationAccountMapName ) : bool

Checks whether the integration account map exists or not.

DoesIntegrationAccountPartnerExist ( string resourceGroupName, string integrationAccountName, string integrationAccountPartnerName ) : bool

Checks whether the integration account partner exists or not.

DoesIntegrationAccountSchemaExist ( string resourceGroupName, string integrationAccountName, string integrationAccountSchemaName ) : bool

Checks whether the integration account schema exists or not.

Method Details

CreateIntegrationAccount() public méthode

Creates the integration account.
public CreateIntegrationAccount ( string resourceGroupName, string integrationAccountName, IntegrationAccount integrationAccount ) : IntegrationAccount
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccount IntegrationAccount The integration account object.
Résultat IntegrationAccount

CreateIntegrationAccountAgreement() public méthode

Creates integration account agreement.
public CreateIntegrationAccountAgreement ( string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName, IntegrationAccountAgreement integrationAccountAgreement ) : IntegrationAccountAgreement
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.
Résultat IntegrationAccountAgreement

CreateIntegrationAccountCertificate() public méthode

Creates integration account certificate.
public CreateIntegrationAccountCertificate ( string resourceGroupName, string integrationAccountName, string integrationAccountCertificateName, IntegrationAccountCertificate integrationAccountCertificate ) : IntegrationAccountCertificate
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountCertificateName string The integration account certificate name.
integrationAccountCertificate IntegrationAccountCertificate The integration account certificate object.
Résultat IntegrationAccountCertificate

CreateIntegrationAccountMap() public méthode

Creates integration account map.
public CreateIntegrationAccountMap ( string resourceGroupName, string integrationAccountName, string integrationAccountMapName, IntegrationAccountMap integrationAccountMap ) : IntegrationAccountMap
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountMapName string The integration account map name.
integrationAccountMap IntegrationAccountMap The integration account map object.
Résultat IntegrationAccountMap

CreateIntegrationAccountPartner() public méthode

Creates integration account partner.
public CreateIntegrationAccountPartner ( string resourceGroupName, string integrationAccountName, string integrationAccountPartnerName, IntegrationAccountPartner integrationAccountPartner ) : IntegrationAccountPartner
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountPartnerName string The integration account partner name.
integrationAccountPartner IntegrationAccountPartner The integration account partner object.
Résultat IntegrationAccountPartner

CreateIntegrationAccountSchema() public méthode

Creates integration account schema.
public CreateIntegrationAccountSchema ( string resourceGroupName, string integrationAccountName, string integrationAccountSchemaName, IntegrationAccountSchema integrationAccountSchema ) : IntegrationAccountSchema
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountSchemaName string The integration account name.
integrationAccountSchema IntegrationAccountSchema The integration account schema object.
Résultat IntegrationAccountSchema

GetIntegrationAccount() public méthode

Gets the integration account.
public GetIntegrationAccount ( string resourceGroupName, string integrationAccountName ) : IntegrationAccount
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
Résultat IntegrationAccount

GetIntegrationAccountAgreement() public méthode

Gets the integration account agreement by name.
public GetIntegrationAccountAgreement ( string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName ) : IntegrationAccountAgreement
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountAgreementName string The integration account agreement name.
Résultat IntegrationAccountAgreement

GetIntegrationAccountCallbackUrl() public méthode

Gets the integration account callback URL.
public GetIntegrationAccountCallbackUrl ( string resourceGroupName, string integrationAccountName, ListCallbackUrlParameters callbackUrl ) : CallbackUrl
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
callbackUrl ListCallbackUrlParameters The integration account callback URL.
Résultat CallbackUrl

GetIntegrationAccountCertifcate() public méthode

Gets the integration account certificate by name.
public GetIntegrationAccountCertifcate ( string resourceGroupName, string integrationAccountName, string integrationAccountCertificateName ) : IntegrationAccountCertificate
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountCertificateName string The integration account certificate name.
Résultat IntegrationAccountCertificate

GetIntegrationAccountMap() public méthode

Gets the integration account map by name.
public GetIntegrationAccountMap ( string resourceGroupName, string integrationAccountName, string integrationAccountMapName ) : IntegrationAccountMap
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountMapName string The integration account map name.
Résultat IntegrationAccountMap

GetIntegrationAccountPartner() public méthode

Gets the integration account partner by name.
public GetIntegrationAccountPartner ( string resourceGroupName, string integrationAccountName, string integrationAccountPartnerName ) : IntegrationAccountPartner
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountPartnerName string The integration account partner name.
Résultat IntegrationAccountPartner

GetIntegrationAccountSchema() public méthode

Gets the integration account by name.
public GetIntegrationAccountSchema ( string resourceGroupName, string integrationAccountName, string integrationAccountSchemaName ) : IntegrationAccountSchema
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountSchemaName string The integration account schema name.
Résultat IntegrationAccountSchema

IntegrationAccountClient() public méthode

Creates new LogicManagement client instance.
public IntegrationAccountClient ( ) : System
Résultat System

IntegrationAccountClient() public méthode

Creates new LogicManagement client instance.
public IntegrationAccountClient ( AzureContext context ) : System
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext The Azure context instance
Résultat System

IntegrationAccountClient() public méthode

Creates new LogicManagement client instance.
public IntegrationAccountClient ( ILogicManagementClient client ) : System
client ILogicManagementClient client reference
Résultat System

ListIntegrationAccount() public méthode

Gets the integration accounts by resource group name.
public ListIntegrationAccount ( string resourceGroupName ) : IPage
resourceGroupName string The integration account resource group name.
Résultat IPage

ListIntegrationAccountAgreements() public méthode

Gets the integration account agreements by resource group name.
public ListIntegrationAccountAgreements ( string resourceGroupName, string integrationAccountName ) : IPage
resourceGroupName string The integration account agreement resource group name.
integrationAccountName string The integration account name.
Résultat IPage

ListIntegrationAccountCertificates() public méthode

Gets the integration account certificates by resource group name.
public ListIntegrationAccountCertificates ( string resourceGroupName, string integrationAccountName ) : IPage
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
Résultat IPage

ListIntegrationAccountMaps() public méthode

Gets the integration account maps by resource group name.
public ListIntegrationAccountMaps ( string resourceGroupName, string integrationAccountName ) : IPage
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
Résultat IPage

ListIntegrationAccountPartner() public méthode

Gets the integration account partners by resource group name.
public ListIntegrationAccountPartner ( string resourceGroupName, string integrationAccountName ) : IPage
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
Résultat IPage

ListIntegrationAccountSchemas() public méthode

Gets the integration accounts schema by resource group name.
public ListIntegrationAccountSchemas ( string resourceGroupName, string integrationAccountName ) : IPage
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
Résultat IPage

RemoveIntegrationAccount() public méthode

Removes the specified integration account.
public RemoveIntegrationAccount ( string resourceGroupName, string integrationAccountName ) : void
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
Résultat void

RemoveIntegrationAccountAgreement() public méthode

Removes the specified integration account agreement.
public RemoveIntegrationAccountAgreement ( string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName ) : void
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountAgreementName string The integration account agreement name.
Résultat void

RemoveIntegrationAccountCertificate() public méthode

Removes the specified integration account certificate.
public RemoveIntegrationAccountCertificate ( string resourceGroupName, string integrationAccountName, string integrationAccountCertificateName ) : void
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountCertificateName string The integration account certificate name.
Résultat void

RemoveIntegrationAccountMap() public méthode

Removes the specified integration account map.
public RemoveIntegrationAccountMap ( string resourceGroupName, string integrationAccountName, string integrationAccountMapName ) : void
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountMapName string The integration account map name.
Résultat void

RemoveIntegrationAccountPartner() public méthode

Removes the specified integration account partner.
public RemoveIntegrationAccountPartner ( string resourceGroupName, string integrationAccountName, string integrationAccountPartnerName ) : void
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountPartnerName string The integration account partner name.
Résultat void

RemoveIntegrationAccountSchema() public méthode

Removes the specified integration account schema.
public RemoveIntegrationAccountSchema ( string resourceGroupName, string integrationAccountName, string integrationAccountSchemaName ) : void
resourceGroupName string The integration account resource group name.
integrationAccountName string The integration account name.
integrationAccountSchemaName string The integration account schema name.
Résultat void

UpdateIntegrationAccount() public méthode

Updates the integration account.
public UpdateIntegrationAccount ( string resourceGroupName, string integrationAccountName, IntegrationAccount integrationAccount ) : IntegrationAccount
resourceGroupName string The integration account resource group name.
integrationAccountName string Integration account name.
integrationAccount IntegrationAccount Integration account object.
Résultat IntegrationAccount

UpdateIntegrationAccountAgreement() public méthode

Updates the integration account agreement.
public UpdateIntegrationAccountAgreement ( string resourceGroupName, string integrationAccountName, string integrationAccountAgreementName, IntegrationAccountAgreement integrationAccountAgreement ) : IntegrationAccountAgreement
resourceGroupName string The integration account agreement resource group.
integrationAccountName string The integration account name.
integrationAccountAgreementName string The integration account agreement name.
integrationAccountAgreement IntegrationAccountAgreement The integration account agreement object.
Résultat IntegrationAccountAgreement

UpdateIntegrationAccountCertificate() public méthode

Updates the integration account certificate.
public UpdateIntegrationAccountCertificate ( string resourceGroupName, string integrationAccountName, string integrationAccountCertificateName, IntegrationAccountCertificate integrationAccountCertificate ) : IntegrationAccountCertificate
resourceGroupName string The integration account certificate resource group.
integrationAccountName string The integration account name.
integrationAccountCertificateName string The integration account certificate name.
integrationAccountCertificate IntegrationAccountCertificate The integration account certificate object.
Résultat IntegrationAccountCertificate

UpdateIntegrationAccountMap() public méthode

Updates the integration account.
public UpdateIntegrationAccountMap ( string resourceGroupName, string integrationAccountName, string integrationAccountMapName, IntegrationAccountMap integrationAccountMap ) : IntegrationAccountMap
resourceGroupName string The integration account map resource group.
integrationAccountName string The integration account name.
integrationAccountMapName string The integration account map name.
integrationAccountMap IntegrationAccountMap The integration account map object.
Résultat IntegrationAccountMap

UpdateIntegrationAccountPartner() public méthode

Updates the integration account partner.
public UpdateIntegrationAccountPartner ( string resourceGroupName, string integrationAccountName, string integrationAccountPartnerName, IntegrationAccountPartner integrationAccountPartner ) : IntegrationAccountPartner
resourceGroupName string The integration account partner resource group.
integrationAccountName string The integration account name.
integrationAccountPartnerName string The integration account partner name.
integrationAccountPartner IntegrationAccountPartner The integration account partner object.
Résultat IntegrationAccountPartner

UpdateIntegrationAccountSchema() public méthode

Updates the integration account.
public UpdateIntegrationAccountSchema ( string resourceGroupName, string integrationAccountName, string integrationAccountSchemaName, IntegrationAccountSchema integrationAccountSchema ) : IntegrationAccountSchema
resourceGroupName string The integration account schema resource group.
integrationAccountName string The integration account name.
integrationAccountSchemaName string The integration account schema name.
integrationAccountSchema IntegrationAccountSchema The integration account schema object.
Résultat IntegrationAccountSchema