你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetAppExtensions.UpdateNetworkSiblingSetNetAppResource Method

Definition

Update the network features of the specified network sibling set.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/updateNetworkSiblingSet
  • Operation Id: NetAppResource_UpdateNetworkSiblingSet
  • Default Api Version: 2023-07-01
public static Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.Models.NetworkSiblingSet> UpdateNetworkSiblingSetNetAppResource (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.NetApp.Models.UpdateNetworkSiblingSetContent content, System.Threading.CancellationToken cancellationToken = default);
static member UpdateNetworkSiblingSetNetAppResource : Azure.ResourceManager.Resources.SubscriptionResource * Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.NetApp.Models.UpdateNetworkSiblingSetContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.Models.NetworkSiblingSet>
<Extension()>
Public Function UpdateNetworkSiblingSetNetAppResource (subscriptionResource As SubscriptionResource, waitUntil As WaitUntil, location As AzureLocation, content As UpdateNetworkSiblingSetContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NetworkSiblingSet)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

location
AzureLocation

The name of the Azure region.

content
UpdateNetworkSiblingSetContent

Update for the specified network sibling set.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource or content is null.

Applies to