Compartilhar via


ActiveConnectivityConfigurationsListResult Class

Result of the request to list active connectivity configurations. It contains a list of active connectivity configurations and a skiptoken to get the next set of results.

Inheritance
azure.mgmt.network._serialization.Model
ActiveConnectivityConfigurationsListResult

Constructor

ActiveConnectivityConfigurationsListResult(*, value: List[_models.ActiveConnectivityConfiguration] | None = None, skip_token: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

Gets a page of active connectivity configurations.

skip_token
str

When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

Variables

Name Description
value

Gets a page of active connectivity configurations.

skip_token
str

When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.