Class ConnectionMonitorEndpointScope
java.lang.Object
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointScope
Describes the connection monitor endpoint scope.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ConnectionMonitorEndpointScope class. -
Method Summary
Modifier and TypeMethodDescriptionexclude()Get the exclude property: List of items which needs to be excluded from the endpoint scope.include()Get the include property: List of items which needs to be included to the endpoint scope.voidvalidate()Validates the instance.Set the exclude property: List of items which needs to be excluded from the endpoint scope.Set the include property: List of items which needs to be included to the endpoint scope.
-
Constructor Details
-
ConnectionMonitorEndpointScope
public ConnectionMonitorEndpointScope()Creates an instance of ConnectionMonitorEndpointScope class.
-
-
Method Details
-
include
Get the include property: List of items which needs to be included to the endpoint scope.- Returns:
- the include value.
-
withInclude
Set the include property: List of items which needs to be included to the endpoint scope.- Parameters:
include- the include value to set.- Returns:
- the ConnectionMonitorEndpointScope object itself.
-
exclude
Get the exclude property: List of items which needs to be excluded from the endpoint scope.- Returns:
- the exclude value.
-
withExclude
Set the exclude property: List of items which needs to be excluded from the endpoint scope.- Parameters:
exclude- the exclude value to set.- Returns:
- the ConnectionMonitorEndpointScope object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-