PoliciesOperations interface

Schnittstelle stellt Richtlinienoperationen dar.

Eigenschaften

beginCreateOrUpdateByBillingAccount
beginCreateOrUpdateByBillingAccountAndWait
beginCreateOrUpdateByBillingProfile
beginCreateOrUpdateByBillingProfileAndWait
beginCreateOrUpdateByCustomer
beginCreateOrUpdateByCustomerAndWait
beginCreateOrUpdateByCustomerAtBillingAccount
beginCreateOrUpdateByCustomerAtBillingAccountAndWait
createOrUpdateByBillingAccount

Aktualisieren der Richtlinien für ein Abrechnungskonto des Typs Enterprise Agreement.

createOrUpdateByBillingProfile

Aktualisiert die Richtlinien für ein Abrechnungsprofil. Dieser Vorgang wird nur für Abrechnungskonten mit vertragstyp Microsoft-Kundenvereinbarung unterstützt.

createOrUpdateByCustomer

Aktualisiert die Richtlinien für einen Kunden. Dieser Vorgang wird nur für Abrechnungskonten mit vertragstyp Microsoft Partner-Vereinbarung unterstützt.

createOrUpdateByCustomerAtBillingAccount

Aktualisiert die Richtlinien für einen Kunden auf Abrechnungskontobereich. Dieser Vorgang wird nur für Abrechnungskonten mit vertragstyp Microsoft Partner-Vereinbarung unterstützt.

getByBillingAccount

Abrufen der Richtlinien für ein Abrechnungskonto des Typs Enterprise Agreement.

getByBillingProfile

Listet die Richtlinien für ein Abrechnungsprofil auf. Dieser Vorgang wird nur für Abrechnungskonten mit vertragstyp Microsoft-Kundenvereinbarung unterstützt.

getByCustomer

Listet die Richtlinien für einen Kunden auf. Dieser Vorgang wird nur für Abrechnungskonten mit vertragstyp Microsoft Partner-Vereinbarung unterstützt.

getByCustomerAtBillingAccount

Listet die Richtlinien für einen Kunden auf Abrechnungskontobereich auf. Dieser Vorgang wird nur für Abrechnungskonten mit vertragstyp Microsoft Partner-Vereinbarung unterstützt.

getBySubscription

Listet die Richtlinien auf, die von der die Abrechnung administrierenden Person für die definierten Abonnements verwaltet werden. Dies wird für Microsoft Onlinedienste-Programm, Microsoft-Kundenvereinbarung und Microsoft Partner-Vereinbarung unterstützt.

Details zur Eigenschaft

beginCreateOrUpdateByBillingAccount

Warnung

Diese API ist nun veraltet.

use createOrUpdateByBillingAccount instead

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

Eigenschaftswert

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

beginCreateOrUpdateByBillingAccountAndWait

Warnung

Diese API ist nun veraltet.

use createOrUpdateByBillingAccount instead

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

Eigenschaftswert

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

beginCreateOrUpdateByBillingProfile

Warnung

Diese API ist nun veraltet.

use createOrUpdateByBillingProfile instead

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

Eigenschaftswert

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

beginCreateOrUpdateByBillingProfileAndWait

Warnung

Diese API ist nun veraltet.

use createOrUpdateByBillingProfile instead

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

Eigenschaftswert

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

beginCreateOrUpdateByCustomer

Warnung

Diese API ist nun veraltet.

use createOrUpdateByCustomer instead

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

Eigenschaftswert

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

beginCreateOrUpdateByCustomerAndWait

Warnung

Diese API ist nun veraltet.

use createOrUpdateByCustomer instead

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

Eigenschaftswert

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

beginCreateOrUpdateByCustomerAtBillingAccount

Warnung

Diese API ist nun veraltet.

use createOrUpdateByCustomerAtBillingAccount instead

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

Eigenschaftswert

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

beginCreateOrUpdateByCustomerAtBillingAccountAndWait

Warnung

Diese API ist nun veraltet.

use createOrUpdateByCustomerAtBillingAccount instead

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

Eigenschaftswert

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

createOrUpdateByBillingAccount

Aktualisieren der Richtlinien für ein Abrechnungskonto des Typs Enterprise Agreement.

createOrUpdateByBillingAccount: (billingAccountName: string, parameters: BillingAccountPolicy, options?: PoliciesCreateOrUpdateByBillingAccountOptionalParams) => PollerLike<OperationState<BillingAccountPolicy>, BillingAccountPolicy>

Eigenschaftswert

(billingAccountName: string, parameters: BillingAccountPolicy, options?: PoliciesCreateOrUpdateByBillingAccountOptionalParams) => PollerLike<OperationState<BillingAccountPolicy>, BillingAccountPolicy>

createOrUpdateByBillingProfile

Aktualisiert die Richtlinien für ein Abrechnungsprofil. Dieser Vorgang wird nur für Abrechnungskonten mit vertragstyp Microsoft-Kundenvereinbarung unterstützt.

createOrUpdateByBillingProfile: (billingAccountName: string, billingProfileName: string, parameters: BillingProfilePolicy, options?: PoliciesCreateOrUpdateByBillingProfileOptionalParams) => PollerLike<OperationState<BillingProfilePolicy>, BillingProfilePolicy>

Eigenschaftswert

(billingAccountName: string, billingProfileName: string, parameters: BillingProfilePolicy, options?: PoliciesCreateOrUpdateByBillingProfileOptionalParams) => PollerLike<OperationState<BillingProfilePolicy>, BillingProfilePolicy>

createOrUpdateByCustomer

Aktualisiert die Richtlinien für einen Kunden. Dieser Vorgang wird nur für Abrechnungskonten mit vertragstyp Microsoft Partner-Vereinbarung unterstützt.

createOrUpdateByCustomer: (billingAccountName: string, billingProfileName: string, customerName: string, parameters: CustomerPolicy, options?: PoliciesCreateOrUpdateByCustomerOptionalParams) => PollerLike<OperationState<CustomerPolicy>, CustomerPolicy>

Eigenschaftswert

(billingAccountName: string, billingProfileName: string, customerName: string, parameters: CustomerPolicy, options?: PoliciesCreateOrUpdateByCustomerOptionalParams) => PollerLike<OperationState<CustomerPolicy>, CustomerPolicy>

createOrUpdateByCustomerAtBillingAccount

Aktualisiert die Richtlinien für einen Kunden auf Abrechnungskontobereich. Dieser Vorgang wird nur für Abrechnungskonten mit vertragstyp Microsoft Partner-Vereinbarung unterstützt.

createOrUpdateByCustomerAtBillingAccount: (billingAccountName: string, customerName: string, parameters: CustomerPolicy, options?: PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams) => PollerLike<OperationState<CustomerPolicy>, CustomerPolicy>

Eigenschaftswert

(billingAccountName: string, customerName: string, parameters: CustomerPolicy, options?: PoliciesCreateOrUpdateByCustomerAtBillingAccountOptionalParams) => PollerLike<OperationState<CustomerPolicy>, CustomerPolicy>

getByBillingAccount

Abrufen der Richtlinien für ein Abrechnungskonto des Typs Enterprise Agreement.

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

Eigenschaftswert

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

getByBillingProfile

Listet die Richtlinien für ein Abrechnungsprofil auf. Dieser Vorgang wird nur für Abrechnungskonten mit vertragstyp Microsoft-Kundenvereinbarung unterstützt.

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

Eigenschaftswert

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

getByCustomer

Listet die Richtlinien für einen Kunden auf. Dieser Vorgang wird nur für Abrechnungskonten mit vertragstyp Microsoft Partner-Vereinbarung unterstützt.

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

Eigenschaftswert

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

getByCustomerAtBillingAccount

Listet die Richtlinien für einen Kunden auf Abrechnungskontobereich auf. Dieser Vorgang wird nur für Abrechnungskonten mit vertragstyp Microsoft Partner-Vereinbarung unterstützt.

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

Eigenschaftswert

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

getBySubscription

Listet die Richtlinien auf, die von der die Abrechnung administrierenden Person für die definierten Abonnements verwaltet werden. Dies wird für Microsoft Onlinedienste-Programm, Microsoft-Kundenvereinbarung und Microsoft Partner-Vereinbarung unterstützt.

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

Eigenschaftswert

(options?: PoliciesGetBySubscriptionOptionalParams) => Promise<SubscriptionPolicy>