Interface ConnectionMonitor.DefinitionStages.WithCreate
-
- All Superinterfaces:
ConnectionMonitor.DefinitionStages.WithAutoStart,ConnectionMonitor.DefinitionStages.WithMonitoringInterval,ConnectionMonitor.DefinitionStages.WithSourcePort,ConnectionMonitor.DefinitionStages.WithTags,Creatable<ConnectionMonitor>,HasName,Indexable
- All Known Subinterfaces:
ConnectionMonitor.Definition
- Enclosing interface:
- ConnectionMonitor.DefinitionStages
public static interface ConnectionMonitor.DefinitionStages.WithCreate extends Creatable<ConnectionMonitor>, ConnectionMonitor.DefinitionStages.WithSourcePort, ConnectionMonitor.DefinitionStages.WithAutoStart, ConnectionMonitor.DefinitionStages.WithMonitoringInterval, ConnectionMonitor.DefinitionStages.WithTags
The stage of the connection monitor definition allowing creating and updating.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.ConnectionMonitor.DefinitionStages.WithAutoStart
withoutAutoStart
-
Methods inherited from interface com.azure.resourcemanager.network.models.ConnectionMonitor.DefinitionStages.WithMonitoringInterval
withMonitoringInterval
-
Methods inherited from interface com.azure.resourcemanager.network.models.ConnectionMonitor.DefinitionStages.WithSourcePort
withSourcePort
-
Methods inherited from interface com.azure.resourcemanager.network.models.ConnectionMonitor.DefinitionStages.WithTags
withoutTag, withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
-