AzureDevOpsOrgListResponse Interface
public interface AzureDevOpsOrgListResponse
An immutable client-side representation of AzureDevOpsOrgListResponse.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Azure |
innerModel()
Gets the inner com. |
| abstract String |
nextLink()
Gets the next |
|
abstract
List<Azure |
value()
Gets the value property: The Azure |
Method Details
innerModel
public abstract AzureDevOpsOrgListResponseInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.AzureDevOpsOrgListResponseInner object.
Returns:
nextLink
public abstract String nextLink()
Gets the nextLink property: The link to the next page of items.
Returns:
value
public abstract List<AzureDevOpsOrg> value()
Gets the value property: The AzureDevOpsOrg items on this page.
Returns: