ResourceProviderOperationList Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. ResourceProviderOperationList
- com.
public final class ResourceProviderOperationList
Results of the request to list operations.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ResourceProviderOperationList() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Resource |
value()
Get the value property: List of Operations. |
|
Resource |
withNextLink(String nextLink)
Set the next |
|
Resource |
withValue(List<ResourceProviderOperationInner> value)
Set the value property: List of Operations. |
Methods inherited from java.lang.Object
Constructor Details
ResourceProviderOperationList
public ResourceProviderOperationList()
Method Details
nextLink
public String nextLink()
Get the nextLink property: Url to follow for getting next page of resources.
Returns:
validate
public void validate()
Validates the instance.
value
public List<ResourceProviderOperationInner> value()
Get the value property: List of Operations.
Returns:
withNextLink
public ResourceProviderOperationList withNextLink(String nextLink)
Set the nextLink property: Url to follow for getting next page of resources.
Parameters:
Returns:
withValue
public ResourceProviderOperationList withValue(List<ResourceProviderOperationInner> value)
Set the value property: List of Operations.
Parameters:
Returns: