次の方法で共有


NetAppExtensions.QueryNetworkSiblingSetNetAppResource メソッド

定義

指定したネットワーク 兄弟セットの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/queryNetworkSiblingSet
  • 操作IdNetAppResource_QueryNetworkSiblingSet
public static Azure.Response<Azure.ResourceManager.NetApp.Models.NetworkSiblingSet> QueryNetworkSiblingSetNetAppResource (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.NetApp.Models.QueryNetworkSiblingSetContent content, System.Threading.CancellationToken cancellationToken = default);
static member QueryNetworkSiblingSetNetAppResource : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.NetApp.Models.QueryNetworkSiblingSetContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.Models.NetworkSiblingSet>
<Extension()>
Public Function QueryNetworkSiblingSetNetAppResource (subscriptionResource As SubscriptionResource, location As AzureLocation, content As QueryNetworkSiblingSetContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkSiblingSet)

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

Azure リージョンの名前。

content
QueryNetworkSiblingSetContent

クエリに設定されたネットワーク兄弟。

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象