Uses of Class
com.azure.resourcemanager.netapp.models.AvsDataStore
Packages that use AvsDataStore
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of AvsDataStore in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return AvsDataStoreModifier and TypeMethodDescriptionVolumeInner.avsDataStore()Get the avsDataStore property: Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose.VolumeProperties.avsDataStore()Get the avsDataStore property: Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type AvsDataStoreModifier and TypeMethodDescriptionVolumeInner.withAvsDataStore(AvsDataStore avsDataStore) Set the avsDataStore property: Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose.VolumeProperties.withAvsDataStore(AvsDataStore avsDataStore) Set the avsDataStore property: Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose. -
Uses of AvsDataStore in com.azure.resourcemanager.netapp.models
Fields in com.azure.resourcemanager.netapp.models declared as AvsDataStoreModifier and TypeFieldDescriptionstatic final AvsDataStoreAvsDataStore.DISABLEDStatic value Disabled for AvsDataStore.static final AvsDataStoreAvsDataStore.ENABLEDStatic value Enabled for AvsDataStore.Methods in com.azure.resourcemanager.netapp.models that return AvsDataStoreModifier and TypeMethodDescriptionVolume.avsDataStore()Gets the avsDataStore property: Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose.VolumeGroupVolumeProperties.avsDataStore()Get the avsDataStore property: Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose.static AvsDataStoreAvsDataStore.fromString(String name) Creates or finds a AvsDataStore from its string representation.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type AvsDataStoreModifier and TypeMethodDescriptionstatic Collection<AvsDataStore> AvsDataStore.values()Gets known AvsDataStore values.Methods in com.azure.resourcemanager.netapp.models with parameters of type AvsDataStoreModifier and TypeMethodDescriptionVolume.DefinitionStages.WithAvsDataStore.withAvsDataStore(AvsDataStore avsDataStore) Specifies the avsDataStore property: Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose.VolumeGroupVolumeProperties.withAvsDataStore(AvsDataStore avsDataStore) Set the avsDataStore property: Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose.