次の方法で共有


ReservationsExtensions.GetAllReservationQuota メソッド

定義

SubscriptionResource 内の ReservationQuotaResources のコレクションを取得します。

public static Azure.ResourceManager.Reservations.ReservationQuotaCollection GetAllReservationQuota (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string providerId, Azure.Core.AzureLocation location);
static member GetAllReservationQuota : Azure.ResourceManager.Resources.SubscriptionResource * string * Azure.Core.AzureLocation -> Azure.ResourceManager.Reservations.ReservationQuotaCollection
<Extension()>
Public Function GetAllReservationQuota (subscriptionResource As SubscriptionResource, providerId As String, location As AzureLocation) As ReservationQuotaCollection

パラメーター

subscriptionResource
SubscriptionResource

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

providerId
String

Azure リソース プロバイダー ID。

location
AzureLocation

Azure リージョン。

戻り値

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

例外

providerId は空の文字列であり、空でないと予想されていました。

providerId が null です。

適用対象