Uses of Class
com.azure.resourcemanager.compute.models.DiskEncryptionSetList
Packages that use DiskEncryptionSetList
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiskEncryptionSetList in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type DiskEncryptionSetListModifier and TypeClassDescriptionfinal classThe List disk encryption set operation response.Methods in com.azure.resourcemanager.compute.models that return DiskEncryptionSetListModifier and TypeMethodDescriptionstatic DiskEncryptionSetListDiskEncryptionSetList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiskEncryptionSetList from the JsonReader.DiskEncryptionSetList.withNextLink(String nextLink) Set the nextLink property: The link to the next page of items.DiskEncryptionSetList.withValue(List<DiskEncryptionSetInner> value) Set the value property: The DiskEncryptionSet items on this page.