Class ProviderResourceTypeListResultInner
java.lang.Object
com.azure.resourcemanager.resources.fluent.models.ProviderResourceTypeListResultInner
List of resource types of a resource provider.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ProviderResourceTypeListResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to use for getting the next set of results.voidvalidate()Validates the instance.value()Get the value property: An array of resource types.withValue(List<ProviderResourceType> value) Set the value property: An array of resource types.
-
Constructor Details
-
ProviderResourceTypeListResultInner
public ProviderResourceTypeListResultInner()Creates an instance of ProviderResourceTypeListResultInner class.
-
-
Method Details
-
value
Get the value property: An array of resource types.- Returns:
- the value value.
-
withValue
Set the value property: An array of resource types.- Parameters:
value- the value value to set.- Returns:
- the ProviderResourceTypeListResultInner object itself.
-
nextLink
Get the nextLink property: The URL to use for getting the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-