Policies interface
ポリシーを表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdateByBillingAccount(string, BillingAccountPolicy, PoliciesCreateOrUpdateByBillingAccountOptionalParams)
Enterprise Agreement の種類の課金アカウントのポリシーを更新します。
function beginCreateOrUpdateByBillingAccount(billingAccountName: string, parameters: BillingAccountPolicy, options?: PoliciesCreateOrUpdateByBillingAccountOptionalParams): Promise<SimplePollerLike<OperationState<BillingAccountPolicy>, BillingAccountPolicy>>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- parameters
- BillingAccountPolicy
課金アカウントスコープでのポリシー。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<BillingAccountPolicy>, BillingAccountPolicy>>
beginCreateOrUpdateByBillingAccountAndWait(string, BillingAccountPolicy, PoliciesCreateOrUpdateByBillingAccountOptionalParams)
Enterprise Agreement の種類の課金アカウントのポリシーを更新します。
function beginCreateOrUpdateByBillingAccountAndWait(billingAccountName: string, parameters: BillingAccountPolicy, options?: PoliciesCreateOrUpdateByBillingAccountOptionalParams): Promise<BillingAccountPolicy>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- parameters
- BillingAccountPolicy
課金アカウントスコープでのポリシー。
オプション パラメーター。
戻り値
Promise<BillingAccountPolicy>
beginCreateOrUpdateByBillingProfile(string, string, BillingProfilePolicy, PoliciesCreateOrUpdateByBillingProfileOptionalParams)
課金プロファイルのポリシーを更新します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでのみサポートされます。
function beginCreateOrUpdateByBillingProfile(billingAccountName: string, billingProfileName: string, parameters: BillingProfilePolicy, options?: PoliciesCreateOrUpdateByBillingProfileOptionalParams): Promise<SimplePollerLike<OperationState<BillingProfilePolicy>, BillingProfilePolicy>>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- billingProfileName
-
string
課金プロファイルを一意に識別する ID。
- parameters
- BillingProfilePolicy
課金プロファイルスコープのポリシー。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<BillingProfilePolicy>, BillingProfilePolicy>>
beginCreateOrUpdateByBillingProfileAndWait(string, string, BillingProfilePolicy, PoliciesCreateOrUpdateByBillingProfileOptionalParams)
課金プロファイルのポリシーを更新します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでのみサポートされます。
function beginCreateOrUpdateByBillingProfileAndWait(billingAccountName: string, billingProfileName: string, parameters: BillingProfilePolicy, options?: PoliciesCreateOrUpdateByBillingProfileOptionalParams): Promise<BillingProfilePolicy>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- billingProfileName
-
string
課金プロファイルを一意に識別する ID。
- parameters
- BillingProfilePolicy
課金プロファイルスコープのポリシー。
オプション パラメーター。
戻り値
Promise<BillingProfilePolicy>
beginCreateOrUpdateByCustomer(string, string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerOptionalParams)
顧客のポリシーを更新します。 この操作は、契約の種類が Microsoft Partner Agreement の請求先アカウントでのみサポートされます。
function beginCreateOrUpdateByCustomer(billingAccountName: string, billingProfileName: string, customerName: string, parameters: CustomerPolicy, options?: PoliciesCreateOrUpdateByCustomerOptionalParams): Promise<SimplePollerLike<OperationState<CustomerPolicy>, CustomerPolicy>>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- billingProfileName
-
string
課金プロファイルを一意に識別する ID。
- customerName
-
string
顧客を一意に識別する ID。
- parameters
- CustomerPolicy
顧客スコープのポリシー。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<CustomerPolicy>, CustomerPolicy>>
beginCreateOrUpdateByCustomerAndWait(string, string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerOptionalParams)
顧客のポリシーを更新します。 この操作は、契約の種類が Microsoft Partner Agreement の請求先アカウントでのみサポートされます。
function beginCreateOrUpdateByCustomerAndWait(billingAccountName: string, billingProfileName: string, customerName: string, parameters: CustomerPolicy, options?: PoliciesCreateOrUpdateByCustomerOptionalParams): Promise<CustomerPolicy>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- billingProfileName
-
string
課金プロファイルを一意に識別する ID。
- customerName
-
string
顧客を一意に識別する ID。
- parameters
- CustomerPolicy
顧客スコープのポリシー。
オプション パラメーター。
戻り値
Promise<CustomerPolicy>
beginCreateOrUpdateByCustomerAtBillingAccount(string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams)
課金アカウントスコープで顧客のポリシーを更新します。 この操作は、契約の種類が Microsoft Partner Agreement の請求先アカウントでのみサポートされます。
function beginCreateOrUpdateByCustomerAtBillingAccount(billingAccountName: string, customerName: string, parameters: CustomerPolicy, options?: PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams): Promise<SimplePollerLike<OperationState<CustomerPolicy>, CustomerPolicy>>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- customerName
-
string
顧客を一意に識別する ID。
- parameters
- CustomerPolicy
顧客スコープのポリシー。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<CustomerPolicy>, CustomerPolicy>>
beginCreateOrUpdateByCustomerAtBillingAccountAndWait(string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams)
課金アカウントスコープで顧客のポリシーを更新します。 この操作は、契約の種類が Microsoft Partner Agreement の請求先アカウントでのみサポートされます。
function beginCreateOrUpdateByCustomerAtBillingAccountAndWait(billingAccountName: string, customerName: string, parameters: CustomerPolicy, options?: PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams): Promise<CustomerPolicy>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- customerName
-
string
顧客を一意に識別する ID。
- parameters
- CustomerPolicy
顧客スコープのポリシー。
オプション パラメーター。
戻り値
Promise<CustomerPolicy>
getByBillingAccount(string, PoliciesGetByBillingAccountOptionalParams)
Enterprise Agreement の種類の課金アカウントのポリシーを取得します。
function getByBillingAccount(billingAccountName: string, options?: PoliciesGetByBillingAccountOptionalParams): Promise<BillingAccountPolicy>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
オプション パラメーター。
戻り値
Promise<BillingAccountPolicy>
getByBillingProfile(string, string, PoliciesGetByBillingProfileOptionalParams)
課金プロファイルのポリシーを一覧表示します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでのみサポートされます。
function getByBillingProfile(billingAccountName: string, billingProfileName: string, options?: PoliciesGetByBillingProfileOptionalParams): Promise<BillingProfilePolicy>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- billingProfileName
-
string
課金プロファイルを一意に識別する ID。
オプション パラメーター。
戻り値
Promise<BillingProfilePolicy>
getByCustomer(string, string, string, string, PoliciesGetByCustomerOptionalParams)
顧客のポリシーを一覧表示します。 この操作は、契約の種類が Microsoft Partner Agreement の請求先アカウントでのみサポートされます。
function getByCustomer(billingAccountName: string, billingProfileName: string, customerName: string, policyName: string, options?: PoliciesGetByCustomerOptionalParams): Promise<CustomerPolicy>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- billingProfileName
-
string
課金プロファイルを一意に識別する ID。
- customerName
-
string
顧客を一意に識別する ID。
- policyName
-
string
予約済みリソース名である "default" などのサービス定義リソース名。
オプション パラメーター。
戻り値
Promise<CustomerPolicy>
getByCustomerAtBillingAccount(string, string, PoliciesGetByCustomerAtBillingAccountOptionalParams)
請求先アカウントスコープの顧客のポリシーを一覧表示します。 この操作は、契約の種類が Microsoft Partner Agreement の請求先アカウントでのみサポートされます。
function getByCustomerAtBillingAccount(billingAccountName: string, customerName: string, options?: PoliciesGetByCustomerAtBillingAccountOptionalParams): Promise<CustomerPolicy>
パラメーター
- billingAccountName
-
string
課金アカウントを一意に識別する ID。
- customerName
-
string
顧客を一意に識別する ID。
オプション パラメーター。
戻り値
Promise<CustomerPolicy>
getBySubscription(PoliciesGetBySubscriptionOptionalParams)
定義されたサブスクリプションの課金管理者によって管理されるポリシーを一覧表示します。 これは、Microsoft Online Services プログラム、Microsoft 顧客契約、および Microsoft パートナー契約でサポートされています。
function getBySubscription(options?: PoliciesGetBySubscriptionOptionalParams): Promise<SubscriptionPolicy>
パラメーター
オプション パラメーター。
戻り値
Promise<SubscriptionPolicy>