Applications interface
Interface représentant une application.
Méthodes
Détails de la méthode
beginCreateOrUpdate(string, string, Application, ApplicationsCreateOrUpdateOptionalParams)
Crée ou met à jour une application managée.
function beginCreateOrUpdate(resourceGroupName: string, applicationName: string, parameters: Application, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Application>, Application>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
- parameters
- Application
Paramètres fournis à la création ou à la mise à jour d’une application managée.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<Application>, Application>>
beginCreateOrUpdateAndWait(string, string, Application, ApplicationsCreateOrUpdateOptionalParams)
Crée ou met à jour une application managée.
function beginCreateOrUpdateAndWait(resourceGroupName: string, applicationName: string, parameters: Application, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<Application>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
- parameters
- Application
Paramètres fournis à la création ou à la mise à jour d’une application managée.
Paramètres d’options.
Retours
Promise<Application>
beginCreateOrUpdateById(string, Application, ApplicationsCreateOrUpdateByIdOptionalParams)
Crée ou met à jour une application managée.
function beginCreateOrUpdateById(applicationId: string, parameters: Application, options?: ApplicationsCreateOrUpdateByIdOptionalParams): Promise<SimplePollerLike<OperationState<Application>, Application>>
Paramètres
- applicationId
-
string
ID complet de l’application managée, y compris le nom de l’application managée et le type de ressource d’application managée. Utilisez le format /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{nom-application}
- parameters
- Application
Paramètres fournis à la création ou à la mise à jour d’une application managée.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<Application>, Application>>
beginCreateOrUpdateByIdAndWait(string, Application, ApplicationsCreateOrUpdateByIdOptionalParams)
Crée ou met à jour une application managée.
function beginCreateOrUpdateByIdAndWait(applicationId: string, parameters: Application, options?: ApplicationsCreateOrUpdateByIdOptionalParams): Promise<Application>
Paramètres
- applicationId
-
string
ID complet de l’application managée, y compris le nom de l’application managée et le type de ressource d’application managée. Utilisez le format /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{nom-application}
- parameters
- Application
Paramètres fournis à la création ou à la mise à jour d’une application managée.
Paramètres d’options.
Retours
Promise<Application>
beginDelete(string, string, ApplicationsDeleteOptionalParams)
Supprime l’application managée.
function beginDelete(resourceGroupName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
- options
- ApplicationsDeleteOptionalParams
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, ApplicationsDeleteOptionalParams)
Supprime l’application managée.
function beginDeleteAndWait(resourceGroupName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
- options
- ApplicationsDeleteOptionalParams
Paramètres d’options.
Retours
Promise<void>
beginDeleteById(string, ApplicationsDeleteByIdOptionalParams)
Supprime l’application managée.
function beginDeleteById(applicationId: string, options?: ApplicationsDeleteByIdOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paramètres
- applicationId
-
string
ID complet de l’application managée, y compris le nom de l’application managée et le type de ressource d’application managée. Utilisez le format /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{nom-application}
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteByIdAndWait(string, ApplicationsDeleteByIdOptionalParams)
Supprime l’application managée.
function beginDeleteByIdAndWait(applicationId: string, options?: ApplicationsDeleteByIdOptionalParams): Promise<void>
Paramètres
- applicationId
-
string
ID complet de l’application managée, y compris le nom de l’application managée et le type de ressource d’application managée. Utilisez le format /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{nom-application}
Paramètres d’options.
Retours
Promise<void>
beginRefreshPermissions(string, string, ApplicationsRefreshPermissionsOptionalParams)
Actualiser les autorisations pour l’application.
function beginRefreshPermissions(resourceGroupName: string, applicationName: string, options?: ApplicationsRefreshPermissionsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginRefreshPermissionsAndWait(string, string, ApplicationsRefreshPermissionsOptionalParams)
Actualiser les autorisations pour l’application.
function beginRefreshPermissionsAndWait(resourceGroupName: string, applicationName: string, options?: ApplicationsRefreshPermissionsOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
Paramètres d’options.
Retours
Promise<void>
beginUpdate(string, string, ApplicationsUpdateOptionalParams)
Mises à jour une application managée existante.
function beginUpdate(resourceGroupName: string, applicationName: string, options?: ApplicationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationPatchable>, ApplicationPatchable>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
- options
- ApplicationsUpdateOptionalParams
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationPatchable>, ApplicationPatchable>>
beginUpdateAccess(string, string, UpdateAccessDefinition, ApplicationsUpdateAccessOptionalParams)
Mettre à jour l’accès pour l’application.
function beginUpdateAccess(resourceGroupName: string, applicationName: string, parameters: UpdateAccessDefinition, options?: ApplicationsUpdateAccessOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
- parameters
- UpdateAccessDefinition
Demandez des paramètres de corps pour répertorier les jetons.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginUpdateAccessAndWait(string, string, UpdateAccessDefinition, ApplicationsUpdateAccessOptionalParams)
Mettre à jour l’accès pour l’application.
function beginUpdateAccessAndWait(resourceGroupName: string, applicationName: string, parameters: UpdateAccessDefinition, options?: ApplicationsUpdateAccessOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
- parameters
- UpdateAccessDefinition
Demandez des paramètres de corps pour répertorier les jetons.
Paramètres d’options.
Retours
Promise<void>
beginUpdateAndWait(string, string, ApplicationsUpdateOptionalParams)
Mises à jour une application managée existante.
function beginUpdateAndWait(resourceGroupName: string, applicationName: string, options?: ApplicationsUpdateOptionalParams): Promise<ApplicationPatchable>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
- options
- ApplicationsUpdateOptionalParams
Paramètres d’options.
Retours
Promise<ApplicationPatchable>
beginUpdateById(string, ApplicationsUpdateByIdOptionalParams)
Mises à jour une application managée existante.
function beginUpdateById(applicationId: string, options?: ApplicationsUpdateByIdOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationPatchable>, ApplicationPatchable>>
Paramètres
- applicationId
-
string
ID complet de l’application managée, y compris le nom de l’application managée et le type de ressource d’application managée. Utilisez le format /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{nom-application}
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationPatchable>, ApplicationPatchable>>
beginUpdateByIdAndWait(string, ApplicationsUpdateByIdOptionalParams)
Mises à jour une application managée existante.
function beginUpdateByIdAndWait(applicationId: string, options?: ApplicationsUpdateByIdOptionalParams): Promise<ApplicationPatchable>
Paramètres
- applicationId
-
string
ID complet de l’application managée, y compris le nom de l’application managée et le type de ressource d’application managée. Utilisez le format /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{nom-application}
Paramètres d’options.
Retours
Promise<ApplicationPatchable>
get(string, string, ApplicationsGetOptionalParams)
Obtient l’application managée.
function get(resourceGroupName: string, applicationName: string, options?: ApplicationsGetOptionalParams): Promise<Application>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
- options
- ApplicationsGetOptionalParams
Paramètres d’options.
Retours
Promise<Application>
getById(string, ApplicationsGetByIdOptionalParams)
Obtient l’application managée.
function getById(applicationId: string, options?: ApplicationsGetByIdOptionalParams): Promise<Application>
Paramètres
- applicationId
-
string
ID complet de l’application managée, y compris le nom de l’application managée et le type de ressource d’application managée. Utilisez le format /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{nom-application}
Paramètres d’options.
Retours
Promise<Application>
listAllowedUpgradePlans(string, string, ApplicationsListAllowedUpgradePlansOptionalParams)
Répertoriez les plans de mise à niveau autorisés pour l’application.
function listAllowedUpgradePlans(resourceGroupName: string, applicationName: string, options?: ApplicationsListAllowedUpgradePlansOptionalParams): Promise<AllowedUpgradePlansResult>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
Paramètres d’options.
Retours
Promise<AllowedUpgradePlansResult>
listByResourceGroup(string, ApplicationsListByResourceGroupOptionalParams)
Répertorie toutes les applications au sein d’un groupe de ressources.
function listByResourceGroup(resourceGroupName: string, options?: ApplicationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Application, Application[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
Paramètres d’options.
Retours
listBySubscription(ApplicationsListBySubscriptionOptionalParams)
Répertorie toutes les applications au sein d’un abonnement.
function listBySubscription(options?: ApplicationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Application, Application[], PageSettings>
Paramètres
Paramètres d’options.
Retours
listTokens(string, string, ListTokenRequest, ApplicationsListTokensOptionalParams)
Répertoriez les jetons pour l’application.
function listTokens(resourceGroupName: string, applicationName: string, parameters: ListTokenRequest, options?: ApplicationsListTokensOptionalParams): Promise<ManagedIdentityTokenResult>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- applicationName
-
string
Nom de l’application managée.
- parameters
- ListTokenRequest
Demandez des paramètres de corps pour répertorier les jetons.
Paramètres d’options.
Retours
Promise<ManagedIdentityTokenResult>