Compartilhar via


ReachabilityAnalysisIntents interface

Interface que representa um ReachabilityAnalysisIntents.

Métodos

create(string, string, string, string, ReachabilityAnalysisIntent, ReachabilityAnalysisIntentsCreateOptionalParams)

Cria a intenção de análise de acessibilidade.

delete(string, string, string, string, ReachabilityAnalysisIntentsDeleteOptionalParams)

Exclui a intenção de análise de acessibilidade.

get(string, string, string, string, ReachabilityAnalysisIntentsGetOptionalParams)

Obtenha a intenção de análise de acessibilidade.

list(string, string, string, ReachabilityAnalysisIntentsListOptionalParams)

Obtém a lista de Intenções de Análise de Acessibilidade.

Detalhes do método

create(string, string, string, string, ReachabilityAnalysisIntent, ReachabilityAnalysisIntentsCreateOptionalParams)

Cria a intenção de análise de acessibilidade.

function create(resourceGroupName: string, networkManagerName: string, workspaceName: string, reachabilityAnalysisIntentName: string, body: ReachabilityAnalysisIntent, options?: ReachabilityAnalysisIntentsCreateOptionalParams): Promise<ReachabilityAnalysisIntent>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkManagerName

string

O nome do gerenciador de rede.

workspaceName

string

Nome do workspace.

reachabilityAnalysisIntentName

string

Nome da intenção de análise de alcance.

body
ReachabilityAnalysisIntent

Objeto De intenção de análise de acessibilidade para criar/atualizar.

options
ReachabilityAnalysisIntentsCreateOptionalParams

Os parâmetros de opções.

Retornos

delete(string, string, string, string, ReachabilityAnalysisIntentsDeleteOptionalParams)

Exclui a intenção de análise de acessibilidade.

function delete(resourceGroupName: string, networkManagerName: string, workspaceName: string, reachabilityAnalysisIntentName: string, options?: ReachabilityAnalysisIntentsDeleteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkManagerName

string

O nome do gerenciador de rede.

workspaceName

string

Nome do workspace.

reachabilityAnalysisIntentName

string

Nome da intenção de análise de alcance.

options
ReachabilityAnalysisIntentsDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, string, string, ReachabilityAnalysisIntentsGetOptionalParams)

Obtenha a intenção de análise de acessibilidade.

function get(resourceGroupName: string, networkManagerName: string, workspaceName: string, reachabilityAnalysisIntentName: string, options?: ReachabilityAnalysisIntentsGetOptionalParams): Promise<ReachabilityAnalysisIntent>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkManagerName

string

O nome do gerenciador de rede.

workspaceName

string

Nome do workspace.

reachabilityAnalysisIntentName

string

Nome da intenção de análise de alcance.

options
ReachabilityAnalysisIntentsGetOptionalParams

Os parâmetros de opções.

Retornos

list(string, string, string, ReachabilityAnalysisIntentsListOptionalParams)

Obtém a lista de Intenções de Análise de Acessibilidade.

function list(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: ReachabilityAnalysisIntentsListOptionalParams): PagedAsyncIterableIterator<ReachabilityAnalysisIntent, ReachabilityAnalysisIntent[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkManagerName

string

O nome do gerenciador de rede.

workspaceName

string

Nome do workspace.

options
ReachabilityAnalysisIntentsListOptionalParams

Os parâmetros de opções.

Retornos