次の方法で共有


NetAppExtensions.QueryNetworkSiblingSetNetAppResourceAsync メソッド

定義

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

Azure リージョンの名前。

content
QueryNetworkSiblingSetContent

クエリを実行するように設定されたネットワーク兄弟。

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象