| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> |
ConnectionMonitorsClient.beginCreateOrUpdate(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate)
Create or update a connection monitor.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> |
ConnectionMonitorsClient.beginCreateOrUpdate(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate,
com.azure.core.util.Context context)
Create or update a connection monitor.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectionMonitorResultInner>,ConnectionMonitorResultInner> |
ConnectionMonitorsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate)
Create or update a connection monitor.
|
ConnectionMonitorResultInner |
ConnectionMonitorsClient.createOrUpdate(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters)
Create or update a connection monitor.
|
ConnectionMonitorResultInner |
ConnectionMonitorsClient.createOrUpdate(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate)
Create or update a connection monitor.
|
ConnectionMonitorResultInner |
ConnectionMonitorsClient.createOrUpdate(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate,
com.azure.core.util.Context context)
Create or update a connection monitor.
|
Mono<ConnectionMonitorResultInner> |
ConnectionMonitorsClient.createOrUpdateAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters)
Create or update a connection monitor.
|
Mono<ConnectionMonitorResultInner> |
ConnectionMonitorsClient.createOrUpdateAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate)
Create or update a connection monitor.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ConnectionMonitorsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String connectionMonitorName,
ConnectionMonitorInner parameters,
String migrate)
Create or update a connection monitor.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorInner |
ConnectionMonitorInner.withAutoStart(Boolean autoStart)
Set the autoStart property: Determines if the connection monitor will start automatically once created.
|
ConnectionMonitorInner |
ConnectionMonitorInner.withDestination(ConnectionMonitorDestination destination)
Set the destination property: Describes the destination of connection monitor.
|
ConnectionMonitorInner |
ConnectionMonitorInner.withEndpoints(List<ConnectionMonitorEndpoint> endpoints)
Set the endpoints property: List of connection monitor endpoints.
|
ConnectionMonitorInner |
ConnectionMonitorInner.withLocation(String location)
Set the location property: Connection monitor location.
|
ConnectionMonitorInner |
ConnectionMonitorInner.withMonitoringIntervalInSeconds(Integer monitoringIntervalInSeconds)
Set the monitoringIntervalInSeconds property: Monitoring interval in seconds.
|
ConnectionMonitorInner |
ConnectionMonitorInner.withNotes(String notes)
Set the notes property: Optional notes to be associated with the connection monitor.
|
ConnectionMonitorInner |
ConnectionMonitorInner.withOutputs(List<ConnectionMonitorOutput> outputs)
Set the outputs property: List of connection monitor outputs.
|
ConnectionMonitorInner |
ConnectionMonitorInner.withSource(ConnectionMonitorSource source)
Set the source property: Describes the source of connection monitor.
|
ConnectionMonitorInner |
ConnectionMonitorInner.withTags(Map<String,String> tags)
Set the tags property: Connection monitor tags.
|
ConnectionMonitorInner |
ConnectionMonitorInner.withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations)
Set the testConfigurations property: List of connection monitor test configurations.
|
ConnectionMonitorInner |
ConnectionMonitorInner.withTestGroups(List<ConnectionMonitorTestGroup> testGroups)
Set the testGroups property: List of connection monitor test groups.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.