Uses of Class
com.azure.resourcemanager.elasticsan.models.XMsAccessSoftDeletedResources
Packages that use XMsAccessSoftDeletedResources
Package
Description
Package containing the service clients for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of XMsAccessSoftDeletedResources in com.azure.resourcemanager.elasticsan.fluent
Methods in com.azure.resourcemanager.elasticsan.fluent with parameters of type XMsAccessSoftDeletedResourcesModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<VolumeGroupInner> VolumeGroupsClient.listByElasticSan
(String resourceGroupName, String elasticSanName, XMsAccessSoftDeletedResources xMsAccessSoftDeletedResources, com.azure.core.util.Context context) List VolumeGroups.com.azure.core.http.rest.PagedIterable
<VolumeInner> VolumesClient.listByVolumeGroup
(String resourceGroupName, String elasticSanName, String volumeGroupName, XMsAccessSoftDeletedResources xMsAccessSoftDeletedResources, com.azure.core.util.Context context) List Volumes in a VolumeGroup. -
Uses of XMsAccessSoftDeletedResources in com.azure.resourcemanager.elasticsan.models
Fields in com.azure.resourcemanager.elasticsan.models declared as XMsAccessSoftDeletedResourcesModifier and TypeFieldDescriptionstatic final XMsAccessSoftDeletedResources
XMsAccessSoftDeletedResources.FALSE
Static value false for XMsAccessSoftDeletedResources.static final XMsAccessSoftDeletedResources
XMsAccessSoftDeletedResources.TRUE
Static value true for XMsAccessSoftDeletedResources.Methods in com.azure.resourcemanager.elasticsan.models that return XMsAccessSoftDeletedResourcesModifier and TypeMethodDescriptionXMsAccessSoftDeletedResources.fromString
(String name) Creates or finds a XMsAccessSoftDeletedResources from its string representation.Methods in com.azure.resourcemanager.elasticsan.models that return types with arguments of type XMsAccessSoftDeletedResourcesModifier and TypeMethodDescriptionXMsAccessSoftDeletedResources.values()
Gets known XMsAccessSoftDeletedResources values.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type XMsAccessSoftDeletedResourcesModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<VolumeGroup> VolumeGroups.listByElasticSan
(String resourceGroupName, String elasticSanName, XMsAccessSoftDeletedResources xMsAccessSoftDeletedResources, com.azure.core.util.Context context) List VolumeGroups.com.azure.core.http.rest.PagedIterable
<Volume> Volumes.listByVolumeGroup
(String resourceGroupName, String elasticSanName, String volumeGroupName, XMsAccessSoftDeletedResources xMsAccessSoftDeletedResources, com.azure.core.util.Context context) List Volumes in a VolumeGroup.