Delen via


Policies interface

Interface die een beleid vertegenwoordigt.

Methoden

beginCreateOrUpdateByBillingAccount(string, BillingAccountPolicy, PoliciesCreateOrUpdateByBillingAccountOptionalParams)

Werk het beleid voor een factureringsrekening van het type Enterprise Agreement bij.

beginCreateOrUpdateByBillingAccountAndWait(string, BillingAccountPolicy, PoliciesCreateOrUpdateByBillingAccountOptionalParams)

Werk het beleid voor een factureringsrekening van het type Enterprise Agreement bij.

beginCreateOrUpdateByBillingProfile(string, string, BillingProfilePolicy, PoliciesCreateOrUpdateByBillingProfileOptionalParams)

Hiermee werkt u het beleid voor een factureringsprofiel bij. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met een overeenkomsttype Microsoft-klantovereenkomst.

beginCreateOrUpdateByBillingProfileAndWait(string, string, BillingProfilePolicy, PoliciesCreateOrUpdateByBillingProfileOptionalParams)

Hiermee werkt u het beleid voor een factureringsprofiel bij. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met een overeenkomsttype Microsoft-klantovereenkomst.

beginCreateOrUpdateByCustomer(string, string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerOptionalParams)

Hiermee werkt u het beleid voor een klant bij. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst.

beginCreateOrUpdateByCustomerAndWait(string, string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerOptionalParams)

Hiermee werkt u het beleid voor een klant bij. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst.

beginCreateOrUpdateByCustomerAtBillingAccount(string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams)

Hiermee werkt u het beleid voor een klant bij op het bereik van de factureringsrekening. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst.

beginCreateOrUpdateByCustomerAtBillingAccountAndWait(string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams)

Hiermee werkt u het beleid voor een klant bij op het bereik van de factureringsrekening. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst.

getByBillingAccount(string, PoliciesGetByBillingAccountOptionalParams)

Haal het beleid op voor een factureringsrekening van het type Enterprise Agreement.

getByBillingProfile(string, string, PoliciesGetByBillingProfileOptionalParams)

Hier worden de beleidsregels voor een factureringsprofiel weergegeven. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met een overeenkomsttype Microsoft-klantovereenkomst.

getByCustomer(string, string, string, string, PoliciesGetByCustomerOptionalParams)

Geeft een lijst weer van het beleid voor een klant. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst.

getByCustomerAtBillingAccount(string, string, PoliciesGetByCustomerAtBillingAccountOptionalParams)

Geeft een lijst weer van het beleid voor een klant binnen het bereik van de factureringsrekening. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst.

getBySubscription(PoliciesGetBySubscriptionOptionalParams)

Hier ziet u de beleidsregels die worden beheerd door de factureringsbeheerder voor de gedefinieerde abonnementen. Dit wordt ondersteund voor het Microsoft Online Services-programma, de Microsoft-klantovereenkomst en de Microsoft Partner-overeenkomst.

Methodedetails

beginCreateOrUpdateByBillingAccount(string, BillingAccountPolicy, PoliciesCreateOrUpdateByBillingAccountOptionalParams)

Werk het beleid voor een factureringsrekening van het type Enterprise Agreement bij.

function beginCreateOrUpdateByBillingAccount(billingAccountName: string, parameters: BillingAccountPolicy, options?: PoliciesCreateOrUpdateByBillingAccountOptionalParams): Promise<SimplePollerLike<OperationState<BillingAccountPolicy>, BillingAccountPolicy>>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

parameters
BillingAccountPolicy

Een beleid voor het bereik van de factureringsrekening.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<BillingAccountPolicy>, BillingAccountPolicy>>

beginCreateOrUpdateByBillingAccountAndWait(string, BillingAccountPolicy, PoliciesCreateOrUpdateByBillingAccountOptionalParams)

Werk het beleid voor een factureringsrekening van het type Enterprise Agreement bij.

function beginCreateOrUpdateByBillingAccountAndWait(billingAccountName: string, parameters: BillingAccountPolicy, options?: PoliciesCreateOrUpdateByBillingAccountOptionalParams): Promise<BillingAccountPolicy>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

parameters
BillingAccountPolicy

Een beleid voor het bereik van de factureringsrekening.

Retouren

beginCreateOrUpdateByBillingProfile(string, string, BillingProfilePolicy, PoliciesCreateOrUpdateByBillingProfileOptionalParams)

Hiermee werkt u het beleid voor een factureringsprofiel bij. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met een overeenkomsttype Microsoft-klantovereenkomst.

function beginCreateOrUpdateByBillingProfile(billingAccountName: string, billingProfileName: string, parameters: BillingProfilePolicy, options?: PoliciesCreateOrUpdateByBillingProfileOptionalParams): Promise<SimplePollerLike<OperationState<BillingProfilePolicy>, BillingProfilePolicy>>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

billingProfileName

string

De id waarmee een factureringsprofiel uniek wordt geïdentificeerd.

parameters
BillingProfilePolicy

Een beleid voor het bereik van het factureringsprofiel.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<BillingProfilePolicy>, BillingProfilePolicy>>

beginCreateOrUpdateByBillingProfileAndWait(string, string, BillingProfilePolicy, PoliciesCreateOrUpdateByBillingProfileOptionalParams)

Hiermee werkt u het beleid voor een factureringsprofiel bij. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met een overeenkomsttype Microsoft-klantovereenkomst.

function beginCreateOrUpdateByBillingProfileAndWait(billingAccountName: string, billingProfileName: string, parameters: BillingProfilePolicy, options?: PoliciesCreateOrUpdateByBillingProfileOptionalParams): Promise<BillingProfilePolicy>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

billingProfileName

string

De id waarmee een factureringsprofiel uniek wordt geïdentificeerd.

parameters
BillingProfilePolicy

Een beleid voor het bereik van het factureringsprofiel.

Retouren

beginCreateOrUpdateByCustomer(string, string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerOptionalParams)

Hiermee werkt u het beleid voor een klant bij. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst.

function beginCreateOrUpdateByCustomer(billingAccountName: string, billingProfileName: string, customerName: string, parameters: CustomerPolicy, options?: PoliciesCreateOrUpdateByCustomerOptionalParams): Promise<SimplePollerLike<OperationState<CustomerPolicy>, CustomerPolicy>>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

billingProfileName

string

De id waarmee een factureringsprofiel uniek wordt geïdentificeerd.

customerName

string

De id waarmee een klant uniek wordt geïdentificeerd.

parameters
CustomerPolicy

Een beleid op klantbereik.

options
PoliciesCreateOrUpdateByCustomerOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<CustomerPolicy>, CustomerPolicy>>

beginCreateOrUpdateByCustomerAndWait(string, string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerOptionalParams)

Hiermee werkt u het beleid voor een klant bij. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst.

function beginCreateOrUpdateByCustomerAndWait(billingAccountName: string, billingProfileName: string, customerName: string, parameters: CustomerPolicy, options?: PoliciesCreateOrUpdateByCustomerOptionalParams): Promise<CustomerPolicy>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

billingProfileName

string

De id waarmee een factureringsprofiel uniek wordt geïdentificeerd.

customerName

string

De id waarmee een klant uniek wordt geïdentificeerd.

parameters
CustomerPolicy

Een beleid op klantbereik.

options
PoliciesCreateOrUpdateByCustomerOptionalParams

De optiesparameters.

Retouren

Promise<CustomerPolicy>

beginCreateOrUpdateByCustomerAtBillingAccount(string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams)

Hiermee werkt u het beleid voor een klant bij op het bereik van de factureringsrekening. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst.

function beginCreateOrUpdateByCustomerAtBillingAccount(billingAccountName: string, customerName: string, parameters: CustomerPolicy, options?: PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams): Promise<SimplePollerLike<OperationState<CustomerPolicy>, CustomerPolicy>>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

customerName

string

De id waarmee een klant uniek wordt geïdentificeerd.

parameters
CustomerPolicy

Een beleid op klantbereik.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<CustomerPolicy>, CustomerPolicy>>

beginCreateOrUpdateByCustomerAtBillingAccountAndWait(string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams)

Hiermee werkt u het beleid voor een klant bij op het bereik van de factureringsrekening. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst.

function beginCreateOrUpdateByCustomerAtBillingAccountAndWait(billingAccountName: string, customerName: string, parameters: CustomerPolicy, options?: PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams): Promise<CustomerPolicy>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

customerName

string

De id waarmee een klant uniek wordt geïdentificeerd.

parameters
CustomerPolicy

Een beleid op klantbereik.

Retouren

Promise<CustomerPolicy>

getByBillingAccount(string, PoliciesGetByBillingAccountOptionalParams)

Haal het beleid op voor een factureringsrekening van het type Enterprise Agreement.

function getByBillingAccount(billingAccountName: string, options?: PoliciesGetByBillingAccountOptionalParams): Promise<BillingAccountPolicy>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

options
PoliciesGetByBillingAccountOptionalParams

De optiesparameters.

Retouren

getByBillingProfile(string, string, PoliciesGetByBillingProfileOptionalParams)

Hier worden de beleidsregels voor een factureringsprofiel weergegeven. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met een overeenkomsttype Microsoft-klantovereenkomst.

function getByBillingProfile(billingAccountName: string, billingProfileName: string, options?: PoliciesGetByBillingProfileOptionalParams): Promise<BillingProfilePolicy>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

billingProfileName

string

De id waarmee een factureringsprofiel uniek wordt geïdentificeerd.

options
PoliciesGetByBillingProfileOptionalParams

De optiesparameters.

Retouren

getByCustomer(string, string, string, string, PoliciesGetByCustomerOptionalParams)

Geeft een lijst weer van het beleid voor een klant. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst.

function getByCustomer(billingAccountName: string, billingProfileName: string, customerName: string, policyName: string, options?: PoliciesGetByCustomerOptionalParams): Promise<CustomerPolicy>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

billingProfileName

string

De id waarmee een factureringsprofiel uniek wordt geïdentificeerd.

customerName

string

De id waarmee een klant uniek wordt geïdentificeerd.

policyName

string

Door de service gedefinieerde resourcenamen, zoals 'standaard' die gereserveerde resourcenamen zijn.

options
PoliciesGetByCustomerOptionalParams

De optiesparameters.

Retouren

Promise<CustomerPolicy>

getByCustomerAtBillingAccount(string, string, PoliciesGetByCustomerAtBillingAccountOptionalParams)

Geeft een lijst weer van het beleid voor een klant binnen het bereik van de factureringsrekening. Deze bewerking wordt alleen ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst.

function getByCustomerAtBillingAccount(billingAccountName: string, customerName: string, options?: PoliciesGetByCustomerAtBillingAccountOptionalParams): Promise<CustomerPolicy>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

customerName

string

De id waarmee een klant uniek wordt geïdentificeerd.

Retouren

Promise<CustomerPolicy>

getBySubscription(PoliciesGetBySubscriptionOptionalParams)

Hier ziet u de beleidsregels die worden beheerd door de factureringsbeheerder voor de gedefinieerde abonnementen. Dit wordt ondersteund voor het Microsoft Online Services-programma, de Microsoft-klantovereenkomst en de Microsoft Partner-overeenkomst.

function getBySubscription(options?: PoliciesGetBySubscriptionOptionalParams): Promise<SubscriptionPolicy>

Parameters

options
PoliciesGetBySubscriptionOptionalParams

De optiesparameters.

Retouren