Uses of Class
com.azure.resourcemanager.netapp.models.UpdateNetworkSiblingSetRequest
Packages that use UpdateNetworkSiblingSetRequest
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of UpdateNetworkSiblingSetRequest in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type UpdateNetworkSiblingSetRequestModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<NetworkSiblingSetInner>, NetworkSiblingSetInner> NetAppResourcesClient.beginUpdateNetworkSiblingSet
(String location, UpdateNetworkSiblingSetRequest body) Update the network features of a network sibling set Update the network features of the specified network sibling set.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<NetworkSiblingSetInner>, NetworkSiblingSetInner> NetAppResourcesClient.beginUpdateNetworkSiblingSet
(String location, UpdateNetworkSiblingSetRequest body, com.azure.core.util.Context context) Update the network features of a network sibling set Update the network features of the specified network sibling set.NetAppResourcesClient.updateNetworkSiblingSet
(String location, UpdateNetworkSiblingSetRequest body) Update the network features of a network sibling set Update the network features of the specified network sibling set.NetAppResourcesClient.updateNetworkSiblingSet
(String location, UpdateNetworkSiblingSetRequest body, com.azure.core.util.Context context) Update the network features of a network sibling set Update the network features of the specified network sibling set. -
Uses of UpdateNetworkSiblingSetRequest in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return UpdateNetworkSiblingSetRequestModifier and TypeMethodDescriptionUpdateNetworkSiblingSetRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UpdateNetworkSiblingSetRequest from the JsonReader.UpdateNetworkSiblingSetRequest.withNetworkFeatures
(NetworkFeatures networkFeatures) Set the networkFeatures property: Network features available to the volume.UpdateNetworkSiblingSetRequest.withNetworkSiblingSetId
(String networkSiblingSetId) Set the networkSiblingSetId property: Network Sibling Set ID for a group of volumes sharing networking resources in a subnet.UpdateNetworkSiblingSetRequest.withNetworkSiblingSetStateId
(String networkSiblingSetStateId) Set the networkSiblingSetStateId property: Network sibling set state Id identifying the current state of the sibling set.UpdateNetworkSiblingSetRequest.withSubnetId
(String subnetId) Set the subnetId property: The Azure Resource URI for a delegated subnet.Methods in com.azure.resourcemanager.netapp.models with parameters of type UpdateNetworkSiblingSetRequestModifier and TypeMethodDescriptionNetAppResources.updateNetworkSiblingSet
(String location, UpdateNetworkSiblingSetRequest body) Update the network features of a network sibling set Update the network features of the specified network sibling set.NetAppResources.updateNetworkSiblingSet
(String location, UpdateNetworkSiblingSetRequest body, com.azure.core.util.Context context) Update the network features of a network sibling set Update the network features of the specified network sibling set.