Sdílet prostřednictvím


Policies interface

Rozhraní představující zásady

Metody

beginCreateOrUpdateByBillingAccount(string, BillingAccountPolicy, PoliciesCreateOrUpdateByBillingAccountOptionalParams)

Aktualizujte zásady pro fakturační účet typu smlouvy Enterprise.

beginCreateOrUpdateByBillingAccountAndWait(string, BillingAccountPolicy, PoliciesCreateOrUpdateByBillingAccountOptionalParams)

Aktualizujte zásady pro fakturační účet typu smlouvy Enterprise.

beginCreateOrUpdateByBillingProfile(string, string, BillingProfilePolicy, PoliciesCreateOrUpdateByBillingProfileOptionalParams)

Aktualizuje zásady pro fakturační profil. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy se zákazníkem Microsoftu.

beginCreateOrUpdateByBillingProfileAndWait(string, string, BillingProfilePolicy, PoliciesCreateOrUpdateByBillingProfileOptionalParams)

Aktualizuje zásady pro fakturační profil. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy se zákazníkem Microsoftu.

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

Aktualizuje zásady pro zákazníka. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy s partnerem Microsoftu.

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

Aktualizuje zásady pro zákazníka. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy s partnerem Microsoftu.

beginCreateOrUpdateByCustomerAtBillingAccount(string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams)

Aktualizuje zásady pro zákazníka v rozsahu fakturačního účtu. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy s partnerem Microsoftu.

beginCreateOrUpdateByCustomerAtBillingAccountAndWait(string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams)

Aktualizuje zásady pro zákazníka v rozsahu fakturačního účtu. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy s partnerem Microsoftu.

getByBillingAccount(string, PoliciesGetByBillingAccountOptionalParams)

Získejte zásady pro fakturační účet typu smlouvy Enterprise.

getByBillingProfile(string, string, PoliciesGetByBillingProfileOptionalParams)

Zobrazí seznam zásad pro fakturační profil. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy se zákazníkem Microsoftu.

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

Zobrazí seznam zásad pro zákazníka. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy s partnerem Microsoftu.

getByCustomerAtBillingAccount(string, string, PoliciesGetByCustomerAtBillingAccountOptionalParams)

Uvádí zásady pro zákazníka v rozsahu fakturačního účtu. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy s partnerem Microsoftu.

getBySubscription(PoliciesGetBySubscriptionOptionalParams)

Zobrazí seznam zásad spravovaných správcem fakturace pro definovaná předplatná. To je podporováno pro program služeb Microsoft Online Services, smlouvu se zákazníkem Microsoftu a smlouvu s partnerem Microsoftu.

Podrobnosti metody

beginCreateOrUpdateByBillingAccount(string, BillingAccountPolicy, PoliciesCreateOrUpdateByBillingAccountOptionalParams)

Aktualizujte zásady pro fakturační účet typu smlouvy Enterprise.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

parameters
BillingAccountPolicy

Zásady v rozsahu fakturačního účtu.

Návraty

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

beginCreateOrUpdateByBillingAccountAndWait(string, BillingAccountPolicy, PoliciesCreateOrUpdateByBillingAccountOptionalParams)

Aktualizujte zásady pro fakturační účet typu smlouvy Enterprise.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

parameters
BillingAccountPolicy

Zásady v rozsahu fakturačního účtu.

Návraty

beginCreateOrUpdateByBillingProfile(string, string, BillingProfilePolicy, PoliciesCreateOrUpdateByBillingProfileOptionalParams)

Aktualizuje zásady pro fakturační profil. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy se zákazníkem Microsoftu.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName

string

ID, které jednoznačně identifikuje fakturační profil.

parameters
BillingProfilePolicy

Zásady v rozsahu fakturačního profilu.

Návraty

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

beginCreateOrUpdateByBillingProfileAndWait(string, string, BillingProfilePolicy, PoliciesCreateOrUpdateByBillingProfileOptionalParams)

Aktualizuje zásady pro fakturační profil. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy se zákazníkem Microsoftu.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName

string

ID, které jednoznačně identifikuje fakturační profil.

parameters
BillingProfilePolicy

Zásady v rozsahu fakturačního profilu.

Návraty

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

Aktualizuje zásady pro zákazníka. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy s partnerem Microsoftu.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName

string

ID, které jednoznačně identifikuje fakturační profil.

customerName

string

ID, které jednoznačně identifikuje zákazníka.

parameters
CustomerPolicy

Zásady v oboru zákazníka.

options
PoliciesCreateOrUpdateByCustomerOptionalParams

Parametry možností.

Návraty

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

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

Aktualizuje zásady pro zákazníka. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy s partnerem Microsoftu.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName

string

ID, které jednoznačně identifikuje fakturační profil.

customerName

string

ID, které jednoznačně identifikuje zákazníka.

parameters
CustomerPolicy

Zásady v oboru zákazníka.

options
PoliciesCreateOrUpdateByCustomerOptionalParams

Parametry možností.

Návraty

Promise<CustomerPolicy>

beginCreateOrUpdateByCustomerAtBillingAccount(string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams)

Aktualizuje zásady pro zákazníka v rozsahu fakturačního účtu. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy s partnerem Microsoftu.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

customerName

string

ID, které jednoznačně identifikuje zákazníka.

parameters
CustomerPolicy

Zásady v oboru zákazníka.

Návraty

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

beginCreateOrUpdateByCustomerAtBillingAccountAndWait(string, string, CustomerPolicy, PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams)

Aktualizuje zásady pro zákazníka v rozsahu fakturačního účtu. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy s partnerem Microsoftu.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

customerName

string

ID, které jednoznačně identifikuje zákazníka.

parameters
CustomerPolicy

Zásady v oboru zákazníka.

Návraty

Promise<CustomerPolicy>

getByBillingAccount(string, PoliciesGetByBillingAccountOptionalParams)

Získejte zásady pro fakturační účet typu smlouvy Enterprise.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

options
PoliciesGetByBillingAccountOptionalParams

Parametry možností.

Návraty

getByBillingProfile(string, string, PoliciesGetByBillingProfileOptionalParams)

Zobrazí seznam zásad pro fakturační profil. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy se zákazníkem Microsoftu.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName

string

ID, které jednoznačně identifikuje fakturační profil.

options
PoliciesGetByBillingProfileOptionalParams

Parametry možností.

Návraty

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

Zobrazí seznam zásad pro zákazníka. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy s partnerem Microsoftu.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName

string

ID, které jednoznačně identifikuje fakturační profil.

customerName

string

ID, které jednoznačně identifikuje zákazníka.

policyName

string

Názvy prostředků definované službou, například výchozí názvy prostředků.

options
PoliciesGetByCustomerOptionalParams

Parametry možností.

Návraty

Promise<CustomerPolicy>

getByCustomerAtBillingAccount(string, string, PoliciesGetByCustomerAtBillingAccountOptionalParams)

Uvádí zásady pro zákazníka v rozsahu fakturačního účtu. Tato operace se podporuje jenom u fakturačních účtů s typem Smlouvy s partnerem Microsoftu.

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

Parametry

billingAccountName

string

ID, které jednoznačně identifikuje fakturační účet.

customerName

string

ID, které jednoznačně identifikuje zákazníka.

Návraty

Promise<CustomerPolicy>

getBySubscription(PoliciesGetBySubscriptionOptionalParams)

Zobrazí seznam zásad spravovaných správcem fakturace pro definovaná předplatná. To je podporováno pro program služeb Microsoft Online Services, smlouvu se zákazníkem Microsoftu a smlouvu s partnerem Microsoftu.

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

Parametry

options
PoliciesGetBySubscriptionOptionalParams

Parametry možností.

Návraty