ConnectorSettingList Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.ConnectorSettingList

public final class ConnectorSettingList

For a subscription, list of all cloud account connectors and their settings.

Constructor Summary

Constructor Description
ConnectorSettingList()

Creates an instance of ConnectorSettingList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URI to fetch the next page.

void validate()

Validates the instance.

List<ConnectorSettingInner> value()

Get the value property: List of all the cloud account connector settings.

ConnectorSettingList withValue(List<ConnectorSettingInner> value)

Set the value property: List of all the cloud account connector settings.

Methods inherited from java.lang.Object

Constructor Details

ConnectorSettingList

public ConnectorSettingList()

Creates an instance of ConnectorSettingList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of all the cloud account connector settings.

Returns:

the value value.

withValue

public ConnectorSettingList withValue(List value)

Set the value property: List of all the cloud account connector settings.

Parameters:

value - the value value to set.

Returns:

the ConnectorSettingList object itself.

Applies to