NetAppExtensions.QueryNetworkSiblingSetNetAppResource メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したネットワーク 兄弟セットの詳細を取得します。
- 要求パス/サブスクリプション/{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 です。