Uses of Class
com.azure.resourcemanager.netapp.fluent.models.RegionInfoResourceInner
Packages that use RegionInfoResourceInner
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 RegionInfoResourceInner in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent that return RegionInfoResourceInnerModifier and TypeMethodDescriptionDescribes region specific information.Methods in com.azure.resourcemanager.netapp.fluent that return types with arguments of type RegionInfoResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<RegionInfoResourceInner> NetAppResourceRegionInfosClient.getWithResponse
(String location, com.azure.core.util.Context context) Describes region specific information.com.azure.core.http.rest.PagedIterable
<RegionInfoResourceInner> Describes region specific information.com.azure.core.http.rest.PagedIterable
<RegionInfoResourceInner> Describes region specific information. -
Uses of RegionInfoResourceInner in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return RegionInfoResourceInnerModifier and TypeMethodDescriptionstatic RegionInfoResourceInner
RegionInfoResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RegionInfoResourceInner from the JsonReader.RegionInfoResourceInner.withAvailabilityZoneMappings
(List<RegionInfoAvailabilityZoneMappingsItem> availabilityZoneMappings) Set the availabilityZoneMappings property: Provides logical availability zone mappings for the subscription for a region.RegionInfoResourceInner.withStorageToNetworkProximity
(RegionStorageToNetworkProximity storageToNetworkProximity) Set the storageToNetworkProximity property: Provides storage to network proximity information in the region. -
Uses of RegionInfoResourceInner in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return RegionInfoResourceInnerModifier and TypeMethodDescriptionRegionInfoResource.innerModel()
Gets the inner com.azure.resourcemanager.netapp.fluent.models.RegionInfoResourceInner object.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type RegionInfoResourceInnerModifier and TypeMethodDescriptionRegionInfosList.value()
Get the value property: A list of regionInfo resources.Method parameters in com.azure.resourcemanager.netapp.models with type arguments of type RegionInfoResourceInnerModifier and TypeMethodDescriptionRegionInfosList.withValue
(List<RegionInfoResourceInner> value) Set the value property: A list of regionInfo resources.