次の方法で共有


NetAppExtensions.UpdateNetworkSiblingSetNetAppResource メソッド

定義

指定したネットワーク 兄弟セットのネットワーク機能を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/updateNetworkSiblingSet
  • 操作IdNetAppResource_UpdateNetworkSiblingSet
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)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

location
AzureLocation

Azure リージョンの名前。

content
UpdateNetworkSiblingSetContent

指定したネットワーク 兄弟セットの更新。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象