Uses of Class
com.azure.resourcemanager.compute.models.ProximityPlacementGroupListResult
Packages that use ProximityPlacementGroupListResult
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ProximityPlacementGroupListResult in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type ProximityPlacementGroupListResultModifier and TypeClassDescriptionfinal classThe List Proximity Placement Group operation response.Methods in com.azure.resourcemanager.compute.models that return ProximityPlacementGroupListResultModifier and TypeMethodDescriptionProximityPlacementGroupListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProximityPlacementGroupListResult from the JsonReader.ProximityPlacementGroupListResult.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of proximity placement groups.ProximityPlacementGroupListResult.withValue(List<ProximityPlacementGroupInner> value) Set the value property: The list of proximity placement groups.