ConnectionMonitorEndpointScope Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.ConnectionMonitorEndpointScope

public final class ConnectionMonitorEndpointScope

Describes the connection monitor endpoint scope.

Constructor Summary

Constructor Description
ConnectionMonitorEndpointScope()

Creates an instance of ConnectionMonitorEndpointScope class.

Method Summary

Modifier and Type Method and Description
List<ConnectionMonitorEndpointScopeItem> exclude()

Get the exclude property: List of items which needs to be excluded from the endpoint scope.

List<ConnectionMonitorEndpointScopeItem> include()

Get the include property: List of items which needs to be included to the endpoint scope.

void validate()

Validates the instance.

ConnectionMonitorEndpointScope withExclude(List<ConnectionMonitorEndpointScopeItem> exclude)

Set the exclude property: List of items which needs to be excluded from the endpoint scope.

ConnectionMonitorEndpointScope withInclude(List<ConnectionMonitorEndpointScopeItem> include)

Set the include property: List of items which needs to be included to the endpoint scope.

Methods inherited from java.lang.Object

Constructor Details

ConnectionMonitorEndpointScope

public ConnectionMonitorEndpointScope()

Creates an instance of ConnectionMonitorEndpointScope class.

Method Details

exclude

public List exclude()

Get the exclude property: List of items which needs to be excluded from the endpoint scope.

Returns:

the exclude value.

include

public List include()

Get the include property: List of items which needs to be included to the endpoint scope.

Returns:

the include value.

validate

public void validate()

Validates the instance.

withExclude

public ConnectionMonitorEndpointScope withExclude(List exclude)

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.

withInclude

public ConnectionMonitorEndpointScope withInclude(List include)

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.

Applies to