共用方式為


ResourceProviderOperationList Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.ResourceProviderOperationList

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 nextLink property: Url to follow for getting next page of resources.

void validate()

Validates the instance.

List<ResourceProviderOperationInner> value()

Get the value property: List of Operations.

ResourceProviderOperationList withNextLink(String nextLink)

Set the nextLink property: Url to follow for getting next page of resources.

ResourceProviderOperationList 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:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List<ResourceProviderOperationInner> value()

Get the value property: List of Operations.

Returns:

the value value.

withNextLink

public ResourceProviderOperationList withNextLink(String nextLink)

Set the nextLink property: Url to follow for getting next page of resources.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ResourceProviderOperationList object itself.

withValue

public ResourceProviderOperationList withValue(List<ResourceProviderOperationInner> value)

Set the value property: List of Operations.

Parameters:

value - the value value to set.

Returns:

the ResourceProviderOperationList object itself.

Applies to