Delen via


Applications interface

Interface die een toepassing vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, Application, ApplicationsCreateOrUpdateOptionalParams)

Hiermee maakt u een beheerde toepassing of werkt u deze bij.

beginCreateOrUpdateAndWait(string, string, Application, ApplicationsCreateOrUpdateOptionalParams)

Hiermee maakt u een beheerde toepassing of werkt u deze bij.

beginCreateOrUpdateById(string, Application, ApplicationsCreateOrUpdateByIdOptionalParams)

Hiermee maakt u een beheerde toepassing of werkt u deze bij.

beginCreateOrUpdateByIdAndWait(string, Application, ApplicationsCreateOrUpdateByIdOptionalParams)

Hiermee maakt u een beheerde toepassing of werkt u deze bij.

beginDelete(string, string, ApplicationsDeleteOptionalParams)

Hiermee verwijdert u de beheerde toepassing.

beginDeleteAndWait(string, string, ApplicationsDeleteOptionalParams)

Hiermee verwijdert u de beheerde toepassing.

beginDeleteById(string, ApplicationsDeleteByIdOptionalParams)

Hiermee verwijdert u de beheerde toepassing.

beginDeleteByIdAndWait(string, ApplicationsDeleteByIdOptionalParams)

Hiermee verwijdert u de beheerde toepassing.

beginRefreshPermissions(string, string, ApplicationsRefreshPermissionsOptionalParams)

Machtigingen voor toepassing vernieuwen.

beginRefreshPermissionsAndWait(string, string, ApplicationsRefreshPermissionsOptionalParams)

Machtigingen voor toepassing vernieuwen.

beginUpdate(string, string, ApplicationsUpdateOptionalParams)

Updates een bestaande beheerde toepassing.

beginUpdateAccess(string, string, UpdateAccessDefinition, ApplicationsUpdateAccessOptionalParams)

Toegang voor toepassing bijwerken.

beginUpdateAccessAndWait(string, string, UpdateAccessDefinition, ApplicationsUpdateAccessOptionalParams)

Toegang voor toepassing bijwerken.

beginUpdateAndWait(string, string, ApplicationsUpdateOptionalParams)

Updates een bestaande beheerde toepassing.

beginUpdateById(string, ApplicationsUpdateByIdOptionalParams)

Updates een bestaande beheerde toepassing.

beginUpdateByIdAndWait(string, ApplicationsUpdateByIdOptionalParams)

Updates een bestaande beheerde toepassing.

get(string, string, ApplicationsGetOptionalParams)

Hiermee haalt u de beheerde toepassing op.

getById(string, ApplicationsGetByIdOptionalParams)

Hiermee haalt u de beheerde toepassing op.

listAllowedUpgradePlans(string, string, ApplicationsListAllowedUpgradePlansOptionalParams)

Lijst met toegestane upgradeplannen voor de toepassing.

listByResourceGroup(string, ApplicationsListByResourceGroupOptionalParams)

Een lijst met alle toepassingen binnen een resourcegroep.

listBySubscription(ApplicationsListBySubscriptionOptionalParams)

Een lijst met alle toepassingen binnen een abonnement.

listTokens(string, string, ListTokenRequest, ApplicationsListTokensOptionalParams)

Tokens voor toepassing weergeven.

Methodedetails

beginCreateOrUpdate(string, string, Application, ApplicationsCreateOrUpdateOptionalParams)

Hiermee maakt u een beheerde toepassing of werkt u deze bij.

function beginCreateOrUpdate(resourceGroupName: string, applicationName: string, parameters: Application, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Application>, Application>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

parameters
Application

Parameters die zijn opgegeven voor het maken of bijwerken van een beheerde toepassing.

options
ApplicationsCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<Application>, Application>>

beginCreateOrUpdateAndWait(string, string, Application, ApplicationsCreateOrUpdateOptionalParams)

Hiermee maakt u een beheerde toepassing of werkt u deze bij.

function beginCreateOrUpdateAndWait(resourceGroupName: string, applicationName: string, parameters: Application, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<Application>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

parameters
Application

Parameters die zijn opgegeven voor het maken of bijwerken van een beheerde toepassing.

options
ApplicationsCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Application>

beginCreateOrUpdateById(string, Application, ApplicationsCreateOrUpdateByIdOptionalParams)

Hiermee maakt u een beheerde toepassing of werkt u deze bij.

function beginCreateOrUpdateById(applicationId: string, parameters: Application, options?: ApplicationsCreateOrUpdateByIdOptionalParams): Promise<SimplePollerLike<OperationState<Application>, Application>>

Parameters

applicationId

string

De volledig gekwalificeerde id van de beheerde toepassing, inclusief de naam van de beheerde toepassing en het resourcetype van de beheerde toepassing. Gebruik de indeling /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}

parameters
Application

Parameters die zijn opgegeven voor het maken of bijwerken van een beheerde toepassing.

options
ApplicationsCreateOrUpdateByIdOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<Application>, Application>>

beginCreateOrUpdateByIdAndWait(string, Application, ApplicationsCreateOrUpdateByIdOptionalParams)

Hiermee maakt u een beheerde toepassing of werkt u deze bij.

function beginCreateOrUpdateByIdAndWait(applicationId: string, parameters: Application, options?: ApplicationsCreateOrUpdateByIdOptionalParams): Promise<Application>

Parameters

applicationId

string

De volledig gekwalificeerde id van de beheerde toepassing, inclusief de naam van de beheerde toepassing en het resourcetype van de beheerde toepassing. Gebruik de indeling /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}

parameters
Application

Parameters die zijn opgegeven voor het maken of bijwerken van een beheerde toepassing.

options
ApplicationsCreateOrUpdateByIdOptionalParams

De optiesparameters.

Retouren

Promise<Application>

beginDelete(string, string, ApplicationsDeleteOptionalParams)

Hiermee verwijdert u de beheerde toepassing.

function beginDelete(resourceGroupName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

options
ApplicationsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, ApplicationsDeleteOptionalParams)

Hiermee verwijdert u de beheerde toepassing.

function beginDeleteAndWait(resourceGroupName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

options
ApplicationsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginDeleteById(string, ApplicationsDeleteByIdOptionalParams)

Hiermee verwijdert u de beheerde toepassing.

function beginDeleteById(applicationId: string, options?: ApplicationsDeleteByIdOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

applicationId

string

De volledig gekwalificeerde id van de beheerde toepassing, inclusief de naam van de beheerde toepassing en het resourcetype van de beheerde toepassing. Gebruik de indeling /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}

options
ApplicationsDeleteByIdOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteByIdAndWait(string, ApplicationsDeleteByIdOptionalParams)

Hiermee verwijdert u de beheerde toepassing.

function beginDeleteByIdAndWait(applicationId: string, options?: ApplicationsDeleteByIdOptionalParams): Promise<void>

Parameters

applicationId

string

De volledig gekwalificeerde id van de beheerde toepassing, inclusief de naam van de beheerde toepassing en het resourcetype van de beheerde toepassing. Gebruik de indeling /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}

options
ApplicationsDeleteByIdOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginRefreshPermissions(string, string, ApplicationsRefreshPermissionsOptionalParams)

Machtigingen voor toepassing vernieuwen.

function beginRefreshPermissions(resourceGroupName: string, applicationName: string, options?: ApplicationsRefreshPermissionsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

options
ApplicationsRefreshPermissionsOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginRefreshPermissionsAndWait(string, string, ApplicationsRefreshPermissionsOptionalParams)

Machtigingen voor toepassing vernieuwen.

function beginRefreshPermissionsAndWait(resourceGroupName: string, applicationName: string, options?: ApplicationsRefreshPermissionsOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

options
ApplicationsRefreshPermissionsOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginUpdate(string, string, ApplicationsUpdateOptionalParams)

Updates een bestaande beheerde toepassing.

function beginUpdate(resourceGroupName: string, applicationName: string, options?: ApplicationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationPatchable>, ApplicationPatchable>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

options
ApplicationsUpdateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationPatchable>, ApplicationPatchable>>

beginUpdateAccess(string, string, UpdateAccessDefinition, ApplicationsUpdateAccessOptionalParams)

Toegang voor toepassing bijwerken.

function beginUpdateAccess(resourceGroupName: string, applicationName: string, parameters: UpdateAccessDefinition, options?: ApplicationsUpdateAccessOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

parameters
UpdateAccessDefinition

Aanvraagtekstparameters om tokens weer te geven.

options
ApplicationsUpdateAccessOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginUpdateAccessAndWait(string, string, UpdateAccessDefinition, ApplicationsUpdateAccessOptionalParams)

Toegang voor toepassing bijwerken.

function beginUpdateAccessAndWait(resourceGroupName: string, applicationName: string, parameters: UpdateAccessDefinition, options?: ApplicationsUpdateAccessOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

parameters
UpdateAccessDefinition

Aanvraagtekstparameters om tokens weer te geven.

options
ApplicationsUpdateAccessOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginUpdateAndWait(string, string, ApplicationsUpdateOptionalParams)

Updates een bestaande beheerde toepassing.

function beginUpdateAndWait(resourceGroupName: string, applicationName: string, options?: ApplicationsUpdateOptionalParams): Promise<ApplicationPatchable>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

options
ApplicationsUpdateOptionalParams

De optiesparameters.

Retouren

beginUpdateById(string, ApplicationsUpdateByIdOptionalParams)

Updates een bestaande beheerde toepassing.

function beginUpdateById(applicationId: string, options?: ApplicationsUpdateByIdOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationPatchable>, ApplicationPatchable>>

Parameters

applicationId

string

De volledig gekwalificeerde id van de beheerde toepassing, inclusief de naam van de beheerde toepassing en het resourcetype van de beheerde toepassing. Gebruik de indeling /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}

options
ApplicationsUpdateByIdOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationPatchable>, ApplicationPatchable>>

beginUpdateByIdAndWait(string, ApplicationsUpdateByIdOptionalParams)

Updates een bestaande beheerde toepassing.

function beginUpdateByIdAndWait(applicationId: string, options?: ApplicationsUpdateByIdOptionalParams): Promise<ApplicationPatchable>

Parameters

applicationId

string

De volledig gekwalificeerde id van de beheerde toepassing, inclusief de naam van de beheerde toepassing en het resourcetype van de beheerde toepassing. Gebruik de indeling /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}

options
ApplicationsUpdateByIdOptionalParams

De optiesparameters.

Retouren

get(string, string, ApplicationsGetOptionalParams)

Hiermee haalt u de beheerde toepassing op.

function get(resourceGroupName: string, applicationName: string, options?: ApplicationsGetOptionalParams): Promise<Application>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

options
ApplicationsGetOptionalParams

De optiesparameters.

Retouren

Promise<Application>

getById(string, ApplicationsGetByIdOptionalParams)

Hiermee haalt u de beheerde toepassing op.

function getById(applicationId: string, options?: ApplicationsGetByIdOptionalParams): Promise<Application>

Parameters

applicationId

string

De volledig gekwalificeerde id van de beheerde toepassing, inclusief de naam van de beheerde toepassing en het resourcetype van de beheerde toepassing. Gebruik de indeling /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name}

options
ApplicationsGetByIdOptionalParams

De optiesparameters.

Retouren

Promise<Application>

listAllowedUpgradePlans(string, string, ApplicationsListAllowedUpgradePlansOptionalParams)

Lijst met toegestane upgradeplannen voor de toepassing.

function listAllowedUpgradePlans(resourceGroupName: string, applicationName: string, options?: ApplicationsListAllowedUpgradePlansOptionalParams): Promise<AllowedUpgradePlansResult>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

Retouren

listByResourceGroup(string, ApplicationsListByResourceGroupOptionalParams)

Een lijst met alle toepassingen binnen een resourcegroep.

function listByResourceGroup(resourceGroupName: string, options?: ApplicationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Application, Application[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

options
ApplicationsListByResourceGroupOptionalParams

De optiesparameters.

Retouren

listBySubscription(ApplicationsListBySubscriptionOptionalParams)

Een lijst met alle toepassingen binnen een abonnement.

function listBySubscription(options?: ApplicationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Application, Application[], PageSettings>

Parameters

options
ApplicationsListBySubscriptionOptionalParams

De optiesparameters.

Retouren

listTokens(string, string, ListTokenRequest, ApplicationsListTokensOptionalParams)

Tokens voor toepassing weergeven.

function listTokens(resourceGroupName: string, applicationName: string, parameters: ListTokenRequest, options?: ApplicationsListTokensOptionalParams): Promise<ManagedIdentityTokenResult>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

applicationName

string

De naam van de beheerde toepassing.

parameters
ListTokenRequest

Aanvraagtekstparameters om tokens weer te geven.

options
ApplicationsListTokensOptionalParams

De optiesparameters.

Retouren