ResourceProviderOperationList Class
- java.
lang. Object - com.
azure. resourcemanager. devspaces. models. ResourceProviderOperationList
- com.
Implements
public final class ResourceProviderOperationList
implements JsonSerializable<ResourceProviderOperationList>
The ResourceProviderOperationList model.
Constructor Summary
| Constructor | Description |
|---|---|
| ResourceProviderOperationList() |
Creates an instance of Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resource |
fromJson(JsonReader jsonReader)
Reads an instance of Resource |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Resource |
value()
Get the value property: Resource provider operations list. |
|
Resource |
withValue(List<ResourceProviderOperationDefinitionInner> value)
Set the value property: Resource provider operations list. |
Methods inherited from java.lang.Object
Constructor Details
ResourceProviderOperationList
public ResourceProviderOperationList()
Creates an instance of ResourceProviderOperationList class.
Method Details
fromJson
public static ResourceProviderOperationList fromJson(JsonReader jsonReader)
Reads an instance of ResourceProviderOperationList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI that can be used to request the next page for list of Azure operations.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ResourceProviderOperationDefinitionInner> value()
Get the value property: Resource provider operations list.
Returns:
withValue
public ResourceProviderOperationList withValue(List<ResourceProviderOperationDefinitionInner> value)
Set the value property: Resource provider operations list.
Parameters:
Returns: