NetworkWatchersOperations interface

Interfaccia che rappresenta le operazioni di NetworkWatchers.

Proprietà

beginCheckConnectivity
beginCheckConnectivityAndWait
beginDelete
beginDeleteAndWait
beginGetAzureReachabilityReport
beginGetAzureReachabilityReportAndWait
beginGetFlowLogStatus
beginGetFlowLogStatusAndWait
beginGetNetworkConfigurationDiagnostic
beginGetNetworkConfigurationDiagnosticAndWait
beginGetNextHop
beginGetNextHopAndWait
beginGetTroubleshooting
beginGetTroubleshootingAndWait
beginGetTroubleshootingResult
beginGetTroubleshootingResultAndWait
beginGetVMSecurityRules
beginGetVMSecurityRulesAndWait
beginListAvailableProviders
beginListAvailableProvidersAndWait
beginSetFlowLogConfiguration
beginSetFlowLogConfigurationAndWait
beginVerifyIPFlow
beginVerifyIPFlowAndWait
checkConnectivity

Verifica se è possibile stabilire una connessione TCP diretta da una macchina virtuale a un determinato endpoint inclusa un'altra VM o un server remoto arbitrario.

createOrUpdate

Crea o aggiorna un controllo di rete nel gruppo di risorse specificato.

delete

Elimina la risorsa Network Watcher specificata.

get

Ottiene il controllo di rete specificato in base al gruppo di risorse.

getAzureReachabilityReport

NOTA: questa funzione è attualmente in anteprima e ancora in fase di test per verificarne la stabilità. Ottiene il punteggio di latenza relativo per i provider di servizi Internet da una posizione specificata alle aree di Azure.

getFlowLogStatus

Esegue query sullo stato del log di flusso e dell'analisi del traffico (facoltativo) su una risorsa specificata.

getNetworkConfigurationDiagnostic

Ottiene i dati di diagnostica della configurazione di rete per aiutare i clienti a comprendere ed eseguire il debug del comportamento della rete. Fornisce informazioni dettagliate sulle regole di sicurezza applicate a un flusso di traffico specificato e sul risultato della valutazione di tali regole. I clienti devono fornire i dettagli di un flusso come origine, destinazione, protocollo, ecc. L'API restituisce se il traffico è stato consentito o negato, le regole valutate per il flusso specificato e i risultati della valutazione.

getNextHop

Ottiene l'hop successivo dalla macchina virtuale specificata.

getTopology

Ottiene la topologia di rete corrente in base al gruppo di risorse.

getTroubleshooting

Avviare la risoluzione dei problemi su una risorsa specificata.

getTroubleshootingResult

Ottenere l'ultimo risultato della risoluzione dei problemi completato in una risorsa specificata.

getVMSecurityRules

Ottiene le regole del gruppo di sicurezza configurate ed effettive nella macchina virtuale specificata.

list

Ottiene tutti i controllori di rete in base al gruppo di risorse.

listAll

Ottiene tutti gli osservatori della rete tramite abbonamento.

listAvailableProviders

NOTA: questa funzione è attualmente in anteprima e ancora in fase di test per verificarne la stabilità. Elenca tutti i provider di servizi Internet disponibili per un'area di Azure specificata.

setFlowLogConfiguration

Configura il log di flusso e l'analisi del traffico (facoltativo) in una risorsa specificata.

updateTags

Aggiorna i tag watcher di una rete.

verifyIPFlow

Verificare il flusso IP dalla macchina virtuale specificata a una posizione in base alle regole del gruppo di sicurezza di rete attualmente configurate.

Dettagli proprietà

beginCheckConnectivity

Avviso

Questa API è ora deprecata.

use checkConnectivity instead

beginCheckConnectivity: (resourceGroupName: string, networkWatcherName: string, parameters: ConnectivityParameters, options?: NetworkWatchersCheckConnectivityOptionalParams) => Promise<SimplePollerLike<OperationState<ConnectivityInformation>, ConnectivityInformation>>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: ConnectivityParameters, options?: NetworkWatchersCheckConnectivityOptionalParams) => Promise<SimplePollerLike<OperationState<ConnectivityInformation>, ConnectivityInformation>>

beginCheckConnectivityAndWait

Avviso

Questa API è ora deprecata.

use checkConnectivity instead

beginCheckConnectivityAndWait: (resourceGroupName: string, networkWatcherName: string, parameters: ConnectivityParameters, options?: NetworkWatchersCheckConnectivityOptionalParams) => Promise<ConnectivityInformation>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: ConnectivityParameters, options?: NetworkWatchersCheckConnectivityOptionalParams) => Promise<ConnectivityInformation>

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

beginDelete: (resourceGroupName: string, networkWatcherName: string, options?: NetworkWatchersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, options?: NetworkWatchersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, networkWatcherName: string, options?: NetworkWatchersDeleteOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, options?: NetworkWatchersDeleteOptionalParams) => Promise<void>

beginGetAzureReachabilityReport

Avviso

Questa API è ora deprecata.

use getAzureReachabilityReport instead

beginGetAzureReachabilityReport: (resourceGroupName: string, networkWatcherName: string, parameters: AzureReachabilityReportParameters, options?: NetworkWatchersGetAzureReachabilityReportOptionalParams) => Promise<SimplePollerLike<OperationState<AzureReachabilityReport>, AzureReachabilityReport>>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: AzureReachabilityReportParameters, options?: NetworkWatchersGetAzureReachabilityReportOptionalParams) => Promise<SimplePollerLike<OperationState<AzureReachabilityReport>, AzureReachabilityReport>>

beginGetAzureReachabilityReportAndWait

Avviso

Questa API è ora deprecata.

use getAzureReachabilityReport instead

beginGetAzureReachabilityReportAndWait: (resourceGroupName: string, networkWatcherName: string, parameters: AzureReachabilityReportParameters, options?: NetworkWatchersGetAzureReachabilityReportOptionalParams) => Promise<AzureReachabilityReport>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: AzureReachabilityReportParameters, options?: NetworkWatchersGetAzureReachabilityReportOptionalParams) => Promise<AzureReachabilityReport>

beginGetFlowLogStatus

Avviso

Questa API è ora deprecata.

use getFlowLogStatus instead

beginGetFlowLogStatus: (resourceGroupName: string, networkWatcherName: string, parameters: FlowLogStatusParameters, options?: NetworkWatchersGetFlowLogStatusOptionalParams) => Promise<SimplePollerLike<OperationState<FlowLogInformation>, FlowLogInformation>>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: FlowLogStatusParameters, options?: NetworkWatchersGetFlowLogStatusOptionalParams) => Promise<SimplePollerLike<OperationState<FlowLogInformation>, FlowLogInformation>>

beginGetFlowLogStatusAndWait

Avviso

Questa API è ora deprecata.

use getFlowLogStatus instead

beginGetFlowLogStatusAndWait: (resourceGroupName: string, networkWatcherName: string, parameters: FlowLogStatusParameters, options?: NetworkWatchersGetFlowLogStatusOptionalParams) => Promise<FlowLogInformation>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: FlowLogStatusParameters, options?: NetworkWatchersGetFlowLogStatusOptionalParams) => Promise<FlowLogInformation>

beginGetNetworkConfigurationDiagnostic

Avviso

Questa API è ora deprecata.

use getNetworkConfigurationDiagnostic instead

beginGetNetworkConfigurationDiagnostic: (resourceGroupName: string, networkWatcherName: string, parameters: NetworkConfigurationDiagnosticParameters, options?: NetworkWatchersGetNetworkConfigurationDiagnosticOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkConfigurationDiagnosticResponse>, NetworkConfigurationDiagnosticResponse>>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: NetworkConfigurationDiagnosticParameters, options?: NetworkWatchersGetNetworkConfigurationDiagnosticOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkConfigurationDiagnosticResponse>, NetworkConfigurationDiagnosticResponse>>

beginGetNetworkConfigurationDiagnosticAndWait

Avviso

Questa API è ora deprecata.

use getNetworkConfigurationDiagnostic instead

beginGetNetworkConfigurationDiagnosticAndWait: (resourceGroupName: string, networkWatcherName: string, parameters: NetworkConfigurationDiagnosticParameters, options?: NetworkWatchersGetNetworkConfigurationDiagnosticOptionalParams) => Promise<NetworkConfigurationDiagnosticResponse>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: NetworkConfigurationDiagnosticParameters, options?: NetworkWatchersGetNetworkConfigurationDiagnosticOptionalParams) => Promise<NetworkConfigurationDiagnosticResponse>

beginGetNextHop

Avviso

Questa API è ora deprecata.

use getNextHop instead

beginGetNextHop: (resourceGroupName: string, networkWatcherName: string, parameters: NextHopParameters, options?: NetworkWatchersGetNextHopOptionalParams) => Promise<SimplePollerLike<OperationState<NextHopResult>, NextHopResult>>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: NextHopParameters, options?: NetworkWatchersGetNextHopOptionalParams) => Promise<SimplePollerLike<OperationState<NextHopResult>, NextHopResult>>

beginGetNextHopAndWait

Avviso

Questa API è ora deprecata.

use getNextHop instead

beginGetNextHopAndWait: (resourceGroupName: string, networkWatcherName: string, parameters: NextHopParameters, options?: NetworkWatchersGetNextHopOptionalParams) => Promise<NextHopResult>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: NextHopParameters, options?: NetworkWatchersGetNextHopOptionalParams) => Promise<NextHopResult>

beginGetTroubleshooting

Avviso

Questa API è ora deprecata.

use getTroubleshooting instead

beginGetTroubleshooting: (resourceGroupName: string, networkWatcherName: string, parameters: TroubleshootingParameters, options?: NetworkWatchersGetTroubleshootingOptionalParams) => Promise<SimplePollerLike<OperationState<TroubleshootingResult>, TroubleshootingResult>>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: TroubleshootingParameters, options?: NetworkWatchersGetTroubleshootingOptionalParams) => Promise<SimplePollerLike<OperationState<TroubleshootingResult>, TroubleshootingResult>>

beginGetTroubleshootingAndWait

Avviso

Questa API è ora deprecata.

use getTroubleshooting instead

beginGetTroubleshootingAndWait: (resourceGroupName: string, networkWatcherName: string, parameters: TroubleshootingParameters, options?: NetworkWatchersGetTroubleshootingOptionalParams) => Promise<TroubleshootingResult>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: TroubleshootingParameters, options?: NetworkWatchersGetTroubleshootingOptionalParams) => Promise<TroubleshootingResult>

beginGetTroubleshootingResult

Avviso

Questa API è ora deprecata.

use getTroubleshootingResult instead

beginGetTroubleshootingResult: (resourceGroupName: string, networkWatcherName: string, parameters: QueryTroubleshootingParameters, options?: NetworkWatchersGetTroubleshootingResultOptionalParams) => Promise<SimplePollerLike<OperationState<TroubleshootingResult>, TroubleshootingResult>>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: QueryTroubleshootingParameters, options?: NetworkWatchersGetTroubleshootingResultOptionalParams) => Promise<SimplePollerLike<OperationState<TroubleshootingResult>, TroubleshootingResult>>

beginGetTroubleshootingResultAndWait

Avviso

Questa API è ora deprecata.

use getTroubleshootingResult instead

beginGetTroubleshootingResultAndWait: (resourceGroupName: string, networkWatcherName: string, parameters: QueryTroubleshootingParameters, options?: NetworkWatchersGetTroubleshootingResultOptionalParams) => Promise<TroubleshootingResult>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: QueryTroubleshootingParameters, options?: NetworkWatchersGetTroubleshootingResultOptionalParams) => Promise<TroubleshootingResult>

beginGetVMSecurityRules

Avviso

Questa API è ora deprecata.

use getVMSecurityRules instead

beginGetVMSecurityRules: (resourceGroupName: string, networkWatcherName: string, parameters: SecurityGroupViewParameters, options?: NetworkWatchersGetVMSecurityRulesOptionalParams) => Promise<SimplePollerLike<OperationState<SecurityGroupViewResult>, SecurityGroupViewResult>>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: SecurityGroupViewParameters, options?: NetworkWatchersGetVMSecurityRulesOptionalParams) => Promise<SimplePollerLike<OperationState<SecurityGroupViewResult>, SecurityGroupViewResult>>

beginGetVMSecurityRulesAndWait

Avviso

Questa API è ora deprecata.

use getVMSecurityRules instead

beginGetVMSecurityRulesAndWait: (resourceGroupName: string, networkWatcherName: string, parameters: SecurityGroupViewParameters, options?: NetworkWatchersGetVMSecurityRulesOptionalParams) => Promise<SecurityGroupViewResult>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: SecurityGroupViewParameters, options?: NetworkWatchersGetVMSecurityRulesOptionalParams) => Promise<SecurityGroupViewResult>

beginListAvailableProviders

Avviso

Questa API è ora deprecata.

use listAvailableProviders instead

beginListAvailableProviders: (resourceGroupName: string, networkWatcherName: string, parameters: AvailableProvidersListParameters, options?: NetworkWatchersListAvailableProvidersOptionalParams) => Promise<SimplePollerLike<OperationState<AvailableProvidersList>, AvailableProvidersList>>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: AvailableProvidersListParameters, options?: NetworkWatchersListAvailableProvidersOptionalParams) => Promise<SimplePollerLike<OperationState<AvailableProvidersList>, AvailableProvidersList>>

beginListAvailableProvidersAndWait

Avviso

Questa API è ora deprecata.

use listAvailableProviders instead

beginListAvailableProvidersAndWait: (resourceGroupName: string, networkWatcherName: string, parameters: AvailableProvidersListParameters, options?: NetworkWatchersListAvailableProvidersOptionalParams) => Promise<AvailableProvidersList>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: AvailableProvidersListParameters, options?: NetworkWatchersListAvailableProvidersOptionalParams) => Promise<AvailableProvidersList>

beginSetFlowLogConfiguration

Avviso

Questa API è ora deprecata.

use setFlowLogConfiguration instead

beginSetFlowLogConfiguration: (resourceGroupName: string, networkWatcherName: string, parameters: FlowLogInformation, options?: NetworkWatchersSetFlowLogConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<FlowLogInformation>, FlowLogInformation>>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: FlowLogInformation, options?: NetworkWatchersSetFlowLogConfigurationOptionalParams) => Promise<SimplePollerLike<OperationState<FlowLogInformation>, FlowLogInformation>>

beginSetFlowLogConfigurationAndWait

Avviso

Questa API è ora deprecata.

use setFlowLogConfiguration instead

beginSetFlowLogConfigurationAndWait: (resourceGroupName: string, networkWatcherName: string, parameters: FlowLogInformation, options?: NetworkWatchersSetFlowLogConfigurationOptionalParams) => Promise<FlowLogInformation>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: FlowLogInformation, options?: NetworkWatchersSetFlowLogConfigurationOptionalParams) => Promise<FlowLogInformation>

beginVerifyIPFlow

Avviso

Questa API è ora deprecata.

use verifyIPFlow instead

beginVerifyIPFlow: (resourceGroupName: string, networkWatcherName: string, parameters: VerificationIPFlowParameters, options?: NetworkWatchersVerifyIPFlowOptionalParams) => Promise<SimplePollerLike<OperationState<VerificationIPFlowResult>, VerificationIPFlowResult>>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: VerificationIPFlowParameters, options?: NetworkWatchersVerifyIPFlowOptionalParams) => Promise<SimplePollerLike<OperationState<VerificationIPFlowResult>, VerificationIPFlowResult>>

beginVerifyIPFlowAndWait

Avviso

Questa API è ora deprecata.

use verifyIPFlow instead

beginVerifyIPFlowAndWait: (resourceGroupName: string, networkWatcherName: string, parameters: VerificationIPFlowParameters, options?: NetworkWatchersVerifyIPFlowOptionalParams) => Promise<VerificationIPFlowResult>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: VerificationIPFlowParameters, options?: NetworkWatchersVerifyIPFlowOptionalParams) => Promise<VerificationIPFlowResult>

checkConnectivity

Verifica se è possibile stabilire una connessione TCP diretta da una macchina virtuale a un determinato endpoint inclusa un'altra VM o un server remoto arbitrario.

checkConnectivity: (resourceGroupName: string, networkWatcherName: string, parameters: ConnectivityParameters, options?: NetworkWatchersCheckConnectivityOptionalParams) => PollerLike<OperationState<ConnectivityInformation>, ConnectivityInformation>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: ConnectivityParameters, options?: NetworkWatchersCheckConnectivityOptionalParams) => PollerLike<OperationState<ConnectivityInformation>, ConnectivityInformation>

createOrUpdate

Crea o aggiorna un controllo di rete nel gruppo di risorse specificato.

createOrUpdate: (resourceGroupName: string, networkWatcherName: string, parameters: NetworkWatcher, options?: NetworkWatchersCreateOrUpdateOptionalParams) => Promise<NetworkWatcher>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: NetworkWatcher, options?: NetworkWatchersCreateOrUpdateOptionalParams) => Promise<NetworkWatcher>

delete

Elimina la risorsa Network Watcher specificata.

delete: (resourceGroupName: string, networkWatcherName: string, options?: NetworkWatchersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, options?: NetworkWatchersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Ottiene il controllo di rete specificato in base al gruppo di risorse.

get: (resourceGroupName: string, networkWatcherName: string, options?: NetworkWatchersGetOptionalParams) => Promise<NetworkWatcher>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, options?: NetworkWatchersGetOptionalParams) => Promise<NetworkWatcher>

getAzureReachabilityReport

NOTA: questa funzione è attualmente in anteprima e ancora in fase di test per verificarne la stabilità. Ottiene il punteggio di latenza relativo per i provider di servizi Internet da una posizione specificata alle aree di Azure.

getAzureReachabilityReport: (resourceGroupName: string, networkWatcherName: string, parameters: AzureReachabilityReportParameters, options?: NetworkWatchersGetAzureReachabilityReportOptionalParams) => PollerLike<OperationState<AzureReachabilityReport>, AzureReachabilityReport>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: AzureReachabilityReportParameters, options?: NetworkWatchersGetAzureReachabilityReportOptionalParams) => PollerLike<OperationState<AzureReachabilityReport>, AzureReachabilityReport>

getFlowLogStatus

Esegue query sullo stato del log di flusso e dell'analisi del traffico (facoltativo) su una risorsa specificata.

getFlowLogStatus: (resourceGroupName: string, networkWatcherName: string, parameters: FlowLogStatusParameters, options?: NetworkWatchersGetFlowLogStatusOptionalParams) => PollerLike<OperationState<FlowLogInformation>, FlowLogInformation>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: FlowLogStatusParameters, options?: NetworkWatchersGetFlowLogStatusOptionalParams) => PollerLike<OperationState<FlowLogInformation>, FlowLogInformation>

getNetworkConfigurationDiagnostic

Ottiene i dati di diagnostica della configurazione di rete per aiutare i clienti a comprendere ed eseguire il debug del comportamento della rete. Fornisce informazioni dettagliate sulle regole di sicurezza applicate a un flusso di traffico specificato e sul risultato della valutazione di tali regole. I clienti devono fornire i dettagli di un flusso come origine, destinazione, protocollo, ecc. L'API restituisce se il traffico è stato consentito o negato, le regole valutate per il flusso specificato e i risultati della valutazione.

getNetworkConfigurationDiagnostic: (resourceGroupName: string, networkWatcherName: string, parameters: NetworkConfigurationDiagnosticParameters, options?: NetworkWatchersGetNetworkConfigurationDiagnosticOptionalParams) => PollerLike<OperationState<NetworkConfigurationDiagnosticResponse>, NetworkConfigurationDiagnosticResponse>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: NetworkConfigurationDiagnosticParameters, options?: NetworkWatchersGetNetworkConfigurationDiagnosticOptionalParams) => PollerLike<OperationState<NetworkConfigurationDiagnosticResponse>, NetworkConfigurationDiagnosticResponse>

getNextHop

Ottiene l'hop successivo dalla macchina virtuale specificata.

getNextHop: (resourceGroupName: string, networkWatcherName: string, parameters: NextHopParameters, options?: NetworkWatchersGetNextHopOptionalParams) => PollerLike<OperationState<NextHopResult>, NextHopResult>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: NextHopParameters, options?: NetworkWatchersGetNextHopOptionalParams) => PollerLike<OperationState<NextHopResult>, NextHopResult>

getTopology

Ottiene la topologia di rete corrente in base al gruppo di risorse.

getTopology: (resourceGroupName: string, networkWatcherName: string, parameters: TopologyParameters, options?: NetworkWatchersGetTopologyOptionalParams) => Promise<Topology>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: TopologyParameters, options?: NetworkWatchersGetTopologyOptionalParams) => Promise<Topology>

getTroubleshooting

Avviare la risoluzione dei problemi su una risorsa specificata.

getTroubleshooting: (resourceGroupName: string, networkWatcherName: string, parameters: TroubleshootingParameters, options?: NetworkWatchersGetTroubleshootingOptionalParams) => PollerLike<OperationState<TroubleshootingResult>, TroubleshootingResult>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: TroubleshootingParameters, options?: NetworkWatchersGetTroubleshootingOptionalParams) => PollerLike<OperationState<TroubleshootingResult>, TroubleshootingResult>

getTroubleshootingResult

Ottenere l'ultimo risultato della risoluzione dei problemi completato in una risorsa specificata.

getTroubleshootingResult: (resourceGroupName: string, networkWatcherName: string, parameters: QueryTroubleshootingParameters, options?: NetworkWatchersGetTroubleshootingResultOptionalParams) => PollerLike<OperationState<TroubleshootingResult>, TroubleshootingResult>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: QueryTroubleshootingParameters, options?: NetworkWatchersGetTroubleshootingResultOptionalParams) => PollerLike<OperationState<TroubleshootingResult>, TroubleshootingResult>

getVMSecurityRules

Ottiene le regole del gruppo di sicurezza configurate ed effettive nella macchina virtuale specificata.

getVMSecurityRules: (resourceGroupName: string, networkWatcherName: string, parameters: SecurityGroupViewParameters, options?: NetworkWatchersGetVMSecurityRulesOptionalParams) => PollerLike<OperationState<SecurityGroupViewResult>, SecurityGroupViewResult>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: SecurityGroupViewParameters, options?: NetworkWatchersGetVMSecurityRulesOptionalParams) => PollerLike<OperationState<SecurityGroupViewResult>, SecurityGroupViewResult>

list

Ottiene tutti i controllori di rete in base al gruppo di risorse.

list: (resourceGroupName: string, options?: NetworkWatchersListOptionalParams) => PagedAsyncIterableIterator<NetworkWatcher, NetworkWatcher[], PageSettings>

Valore della proprietà

(resourceGroupName: string, options?: NetworkWatchersListOptionalParams) => PagedAsyncIterableIterator<NetworkWatcher, NetworkWatcher[], PageSettings>

listAll

Ottiene tutti gli osservatori della rete tramite abbonamento.

listAll: (options?: NetworkWatchersListAllOptionalParams) => PagedAsyncIterableIterator<NetworkWatcher, NetworkWatcher[], PageSettings>

Valore della proprietà

(options?: NetworkWatchersListAllOptionalParams) => PagedAsyncIterableIterator<NetworkWatcher, NetworkWatcher[], PageSettings>

listAvailableProviders

NOTA: questa funzione è attualmente in anteprima e ancora in fase di test per verificarne la stabilità. Elenca tutti i provider di servizi Internet disponibili per un'area di Azure specificata.

listAvailableProviders: (resourceGroupName: string, networkWatcherName: string, parameters: AvailableProvidersListParameters, options?: NetworkWatchersListAvailableProvidersOptionalParams) => PollerLike<OperationState<AvailableProvidersList>, AvailableProvidersList>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: AvailableProvidersListParameters, options?: NetworkWatchersListAvailableProvidersOptionalParams) => PollerLike<OperationState<AvailableProvidersList>, AvailableProvidersList>

setFlowLogConfiguration

Configura il log di flusso e l'analisi del traffico (facoltativo) in una risorsa specificata.

setFlowLogConfiguration: (resourceGroupName: string, networkWatcherName: string, parameters: FlowLogInformation, options?: NetworkWatchersSetFlowLogConfigurationOptionalParams) => PollerLike<OperationState<FlowLogInformation>, FlowLogInformation>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: FlowLogInformation, options?: NetworkWatchersSetFlowLogConfigurationOptionalParams) => PollerLike<OperationState<FlowLogInformation>, FlowLogInformation>

updateTags

Aggiorna i tag watcher di una rete.

updateTags: (resourceGroupName: string, networkWatcherName: string, parameters: TagsObject, options?: NetworkWatchersUpdateTagsOptionalParams) => Promise<NetworkWatcher>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: TagsObject, options?: NetworkWatchersUpdateTagsOptionalParams) => Promise<NetworkWatcher>

verifyIPFlow

Verificare il flusso IP dalla macchina virtuale specificata a una posizione in base alle regole del gruppo di sicurezza di rete attualmente configurate.

verifyIPFlow: (resourceGroupName: string, networkWatcherName: string, parameters: VerificationIPFlowParameters, options?: NetworkWatchersVerifyIPFlowOptionalParams) => PollerLike<OperationState<VerificationIPFlowResult>, VerificationIPFlowResult>

Valore della proprietà

(resourceGroupName: string, networkWatcherName: string, parameters: VerificationIPFlowParameters, options?: NetworkWatchersVerifyIPFlowOptionalParams) => PollerLike<OperationState<VerificationIPFlowResult>, VerificationIPFlowResult>