Uses of Class
com.azure.resourcemanager.netapp.fluent.models.VolumeGroupInner
Packages that use VolumeGroupInner
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of VolumeGroupInner in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent that return types with arguments of type VolumeGroupInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<VolumeGroupInner> VolumeGroupsClient.listByNetAppAccount
(String resourceGroupName, String accountName) Describe all volume groups List all volume groups for given account.com.azure.core.http.rest.PagedIterable
<VolumeGroupInner> VolumeGroupsClient.listByNetAppAccount
(String resourceGroupName, String accountName, com.azure.core.util.Context context) Describe all volume groups List all volume groups for given account. -
Uses of VolumeGroupInner in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return VolumeGroupInnerModifier and TypeMethodDescriptionstatic VolumeGroupInner
VolumeGroupInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VolumeGroupInner from the JsonReader.VolumeGroupInner.withGroupMetadata
(VolumeGroupMetadata groupMetadata) Set the groupMetadata property: Volume group details.VolumeGroupInner.withLocation
(String location) Set the location property: Resource location. -
Uses of VolumeGroupInner in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return VolumeGroupInnerModifier and TypeMethodDescriptionVolumeGroup.innerModel()
Gets the inner com.azure.resourcemanager.netapp.fluent.models.VolumeGroupInner object.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type VolumeGroupInnerModifier and TypeMethodDescriptionVolumeGroupList.value()
Get the value property: List of volume Groups.Method parameters in com.azure.resourcemanager.netapp.models with type arguments of type VolumeGroupInnerModifier and TypeMethodDescriptionVolumeGroupList.withValue
(List<VolumeGroupInner> value) Set the value property: List of volume Groups.