AzureDevOpsOrgListResponse Interface

public interface AzureDevOpsOrgListResponse

An immutable client-side representation of AzureDevOpsOrgListResponse.

Method Summary

Modifier and Type Method and Description
abstract AzureDevOpsOrgListResponseInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.AzureDevOpsOrgListResponseInner object.

abstract String nextLink()

Gets the nextLink property: The link to the next page of items.

abstract List<AzureDevOpsOrg> value()

Gets the value property: The AzureDevOpsOrg items on this page.

Method Details

innerModel

public abstract AzureDevOpsOrgListResponseInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.AzureDevOpsOrgListResponseInner object.

Returns:

the inner object.

nextLink

public abstract String nextLink()

Gets the nextLink property: The link to the next page of items.

Returns:

the nextLink value.

value

public abstract List<AzureDevOpsOrg> value()

Gets the value property: The AzureDevOpsOrg items on this page.

Returns:

the value value.

Applies to