ConnectionMonitorTestsOperations interface
Interfaccia che rappresenta un'operazione ConnectionMonitorTests.
Proprietà
| create |
Crea o aggiorna un test di monitoraggio della connessione con il nome specificato nella sottoscrizione, nel gruppo di risorse e nel servizio di peering specificati. |
| delete | Elimina un test di monitoraggio connessione esistente con il nome specificato nella sottoscrizione, nel gruppo di risorse e nel servizio di peering specificati. |
| get | Ottiene un test di monitoraggio connessione esistente con il nome specificato nella sottoscrizione, nel gruppo di risorse e nel servizio di peering specificati. |
| list |
Elenca tutti i test di monitoraggio della connessione nella sottoscrizione, nel gruppo di risorse e nel servizio di peering specificati. |
Dettagli proprietà
createOrUpdate
Crea o aggiorna un test di monitoraggio della connessione con il nome specificato nella sottoscrizione, nel gruppo di risorse e nel servizio di peering specificati.
createOrUpdate: (resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, connectionMonitorTest: ConnectionMonitorTest, options?: ConnectionMonitorTestsCreateOrUpdateOptionalParams) => Promise<ConnectionMonitorTest>
Valore della proprietà
(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, connectionMonitorTest: ConnectionMonitorTest, options?: ConnectionMonitorTestsCreateOrUpdateOptionalParams) => Promise<ConnectionMonitorTest>
delete
Elimina un test di monitoraggio connessione esistente con il nome specificato nella sottoscrizione, nel gruppo di risorse e nel servizio di peering specificati.
delete: (resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsDeleteOptionalParams) => Promise<void>
get
Ottiene un test di monitoraggio connessione esistente con il nome specificato nella sottoscrizione, nel gruppo di risorse e nel servizio di peering specificati.
get: (resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsGetOptionalParams) => Promise<ConnectionMonitorTest>
Valore della proprietà
(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsGetOptionalParams) => Promise<ConnectionMonitorTest>
listByPeeringService
Elenca tutti i test di monitoraggio della connessione nella sottoscrizione, nel gruppo di risorse e nel servizio di peering specificati.
listByPeeringService: (resourceGroupName: string, peeringServiceName: string, options?: ConnectionMonitorTestsListByPeeringServiceOptionalParams) => PagedAsyncIterableIterator<ConnectionMonitorTest, ConnectionMonitorTest[], PageSettings>
Valore della proprietà
(resourceGroupName: string, peeringServiceName: string, options?: ConnectionMonitorTestsListByPeeringServiceOptionalParams) => PagedAsyncIterableIterator<ConnectionMonitorTest, ConnectionMonitorTest[], PageSettings>