Uses of Class
com.azure.resourcemanager.appcontainers.models.AvailableOperations
-
Packages that use AvailableOperations Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of AvailableOperations in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AvailableOperations Modifier and Type Method Description AvailableOperations
AvailableOperations. withNextLink(String nextLink)
Set the nextLink property: URL client should use to fetch the next page (per server side paging).AvailableOperations
AvailableOperations. withValue(List<OperationDetailInner> value)
Set the value property: Collection of available operation details.
-