ReachabilityAnalysisIntents interface
Interface représentant une reachabilityAnalysisIntents.
Méthodes
| create(string, string, string, string, Reachability |
Crée une intention d’analyse d’accessibilité. |
| delete(string, string, string, string, Reachability |
Supprime l’intention d’analyse d’accessibilité. |
| get(string, string, string, string, Reachability |
Obtenez l’intention d’analyse d’accessibilité. |
| list(string, string, string, Reachability |
Obtient la liste des intentions d’analyse d’accessibilité. |
Détails de la méthode
create(string, string, string, string, ReachabilityAnalysisIntent, ReachabilityAnalysisIntentsCreateOptionalParams)
Crée une intention d’analyse d’accessibilité.
function create(resourceGroupName: string, networkManagerName: string, workspaceName: string, reachabilityAnalysisIntentName: string, body: ReachabilityAnalysisIntent, options?: ReachabilityAnalysisIntentsCreateOptionalParams): Promise<ReachabilityAnalysisIntent>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkManagerName
-
string
Nom du gestionnaire de réseau.
- workspaceName
-
string
Nom de l’espace de travail.
- reachabilityAnalysisIntentName
-
string
Nom de l’intention d’analyse d’accessibilité.
Objet Reachability Analysis Intent pour créer/mettre à jour.
Paramètres d’options.
Retours
Promise<ReachabilityAnalysisIntent>
delete(string, string, string, string, ReachabilityAnalysisIntentsDeleteOptionalParams)
Supprime l’intention d’analyse d’accessibilité.
function delete(resourceGroupName: string, networkManagerName: string, workspaceName: string, reachabilityAnalysisIntentName: string, options?: ReachabilityAnalysisIntentsDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkManagerName
-
string
Nom du gestionnaire de réseau.
- workspaceName
-
string
Nom de l’espace de travail.
- reachabilityAnalysisIntentName
-
string
Nom de l’intention d’analyse d’accessibilité.
Paramètres d’options.
Retours
Promise<void>
get(string, string, string, string, ReachabilityAnalysisIntentsGetOptionalParams)
Obtenez l’intention d’analyse d’accessibilité.
function get(resourceGroupName: string, networkManagerName: string, workspaceName: string, reachabilityAnalysisIntentName: string, options?: ReachabilityAnalysisIntentsGetOptionalParams): Promise<ReachabilityAnalysisIntent>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkManagerName
-
string
Nom du gestionnaire de réseau.
- workspaceName
-
string
Nom de l’espace de travail.
- reachabilityAnalysisIntentName
-
string
Nom de l’intention d’analyse d’accessibilité.
Paramètres d’options.
Retours
Promise<ReachabilityAnalysisIntent>
list(string, string, string, ReachabilityAnalysisIntentsListOptionalParams)
Obtient la liste des intentions d’analyse d’accessibilité.
function list(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: ReachabilityAnalysisIntentsListOptionalParams): PagedAsyncIterableIterator<ReachabilityAnalysisIntent, ReachabilityAnalysisIntent[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkManagerName
-
string
Nom du gestionnaire de réseau.
- workspaceName
-
string
Nom de l’espace de travail.
Paramètres d’options.