Applications interface
Interface die een toepassing vertegenwoordigt.
Methoden
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.
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.
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.
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.
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}
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}
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.
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.
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.
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.
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
Promise<ApplicationPatchable>
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}
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}
De optiesparameters.
Retouren
Promise<ApplicationPatchable>
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}
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.
De optiesparameters.
Retouren
Promise<AllowedUpgradePlansResult>
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.
De optiesparameters.
Retouren
listBySubscription(ApplicationsListBySubscriptionOptionalParams)
Een lijst met alle toepassingen binnen een abonnement.
function listBySubscription(options?: ApplicationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Application, Application[], PageSettings>
Parameters
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.
De optiesparameters.
Retouren
Promise<ManagedIdentityTokenResult>