Partilhar via


ReachabilityAnalysisIntents interface

Interface que representa um ReachabilityAnalysisIntents.

Métodos

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

Cria a intenção da Análise de Acessibilidade.

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

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

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

Obtenha a intenção da Análise de Acessibilidade.

list(string, string, string, ReachabilityAnalysisIntentsListOptionalParams)

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

Detalhes de Método

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

Cria a intenção da 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 gestor de rede.

workspaceName

string

Nome do espaço de trabalho.

reachabilityAnalysisIntentName

string

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

body
ReachabilityAnalysisIntent

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

options
ReachabilityAnalysisIntentsCreateOptionalParams

Os parâmetros de opções.

Devoluções

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

Exclui a intenção da 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 gestor de rede.

workspaceName

string

Nome do espaço de trabalho.

reachabilityAnalysisIntentName

string

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

options
ReachabilityAnalysisIntentsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

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

Obtenha a intenção da 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 gestor de rede.

workspaceName

string

Nome do espaço de trabalho.

reachabilityAnalysisIntentName

string

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

options
ReachabilityAnalysisIntentsGetOptionalParams

Os parâmetros de opções.

Devoluções

list(string, string, string, ReachabilityAnalysisIntentsListOptionalParams)

Obtém a lista de Intenções da 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 gestor de rede.

workspaceName

string

Nome do espaço de trabalho.

options
ReachabilityAnalysisIntentsListOptionalParams

Os parâmetros de opções.

Devoluções