次の方法で共有


ComputeExtensions.GetManagedDisks メソッド

定義

オーバーロード

GetManagedDisks(ResourceGroupResource)

ResourceGroupResource 内の ManagedDiskResources のコレクションを取得します。

GetManagedDisks(SubscriptionResource, CancellationToken)

サブスクリプションのすべてのディスクを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/disks
  • 操作IdDisks_List

GetManagedDisks(ResourceGroupResource)

ResourceGroupResource 内の ManagedDiskResources のコレクションを取得します。

public static Azure.ResourceManager.Compute.ManagedDiskCollection GetManagedDisks (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetManagedDisks : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Compute.ManagedDiskCollection
<Extension()>
Public Function GetManagedDisks (resourceGroupResource As ResourceGroupResource) As ManagedDiskCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

ManagedDiskResources のコレクションとその ManagedDiskResource に対する操作を表す オブジェクト。

適用対象

GetManagedDisks(SubscriptionResource, CancellationToken)

サブスクリプションのすべてのディスクを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/disks
  • 操作IdDisks_List
public static Azure.Pageable<Azure.ResourceManager.Compute.ManagedDiskResource> GetManagedDisks (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedDisks : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.ManagedDiskResource>
<Extension()>
Public Function GetManagedDisks (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedDiskResource)

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の ManagedDiskResource サービス要求を受け取る可能性がある のコレクション。

適用対象