ScheduledActions interface
Interface die een ScheduledActions vertegenwoordigt.
Methoden
Methodedetails
checkNameAvailability(CheckNameAvailabilityRequest, ScheduledActionsCheckNameAvailabilityOptionalParams)
Controleert de beschikbaarheid en juistheid van de naam voor een geplande actie.
function checkNameAvailability(checkNameAvailabilityRequest: CheckNameAvailabilityRequest, options?: ScheduledActionsCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResponse>
Parameters
- checkNameAvailabilityRequest
- CheckNameAvailabilityRequest
Geplande actie die moet worden gemaakt of bijgewerkt.
De optiesparameters.
Retouren
Promise<CheckNameAvailabilityResponse>
checkNameAvailabilityByScope(string, CheckNameAvailabilityRequest, ScheduledActionsCheckNameAvailabilityByScopeOptionalParams)
Controleert de beschikbaarheid en juistheid van de naam voor een geplande actie binnen het opgegeven bereik.
function checkNameAvailabilityByScope(scope: string, checkNameAvailabilityRequest: CheckNameAvailabilityRequest, options?: ScheduledActionsCheckNameAvailabilityByScopeOptionalParams): Promise<CheckNameAvailabilityResponse>
Parameters
- scope
-
string
Het bereik dat is gekoppeld aan geplande actiebewerkingen. Dit omvat abonnementen/{subscriptionId} voor abonnementsbereik, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{ enrollmentAccountId} voor enrollmentAccount-bereik, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' voor BillingProfile-bereik, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' voor InvoiceSection-bereik, 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' voor het bereik externe factureringsaccount en 'providers/Microsoft'. CostManagement/externalSubscriptions/{externalSubscriptionName}' voor extern abonnementsbereik. Opmerking: Inzichtwaarschuwingen zijn alleen beschikbaar voor het abonnementsbereik.
- checkNameAvailabilityRequest
- CheckNameAvailabilityRequest
Geplande actie die moet worden gemaakt of bijgewerkt.
De optiesparameters.
Retouren
Promise<CheckNameAvailabilityResponse>
createOrUpdate(string, ScheduledAction, ScheduledActionsCreateOrUpdateOptionalParams)
Een persoonlijke geplande actie maken of bijwerken.
function createOrUpdate(name: string, scheduledAction: ScheduledAction, options?: ScheduledActionsCreateOrUpdateOptionalParams): Promise<ScheduledAction>
Parameters
- name
-
string
Naam van geplande actie.
- scheduledAction
- ScheduledAction
Geplande actie die moet worden gemaakt of bijgewerkt.
De optiesparameters.
Retouren
Promise<ScheduledAction>
createOrUpdateByScope(string, string, ScheduledAction, ScheduledActionsCreateOrUpdateByScopeOptionalParams)
Een gedeelde geplande actie binnen het opgegeven bereik maken of bijwerken.
function createOrUpdateByScope(scope: string, name: string, scheduledAction: ScheduledAction, options?: ScheduledActionsCreateOrUpdateByScopeOptionalParams): Promise<ScheduledAction>
Parameters
- scope
-
string
Het bereik dat is gekoppeld aan geplande actiebewerkingen. Dit omvat abonnementen/{subscriptionId} voor abonnementsbereik, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{ enrollmentAccountId} voor enrollmentAccount-bereik, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' voor BillingProfile-bereik, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' voor InvoiceSection-bereik, 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' voor het bereik externe factureringsaccount en 'providers/Microsoft'. CostManagement/externalSubscriptions/{externalSubscriptionName}' voor extern abonnementsbereik. Opmerking: Inzichtwaarschuwingen zijn alleen beschikbaar voor het abonnementsbereik.
- name
-
string
Naam van geplande actie.
- scheduledAction
- ScheduledAction
Geplande actie die moet worden gemaakt of bijgewerkt.
De optiesparameters.
Retouren
Promise<ScheduledAction>
delete(string, ScheduledActionsDeleteOptionalParams)
Een persoonlijke geplande actie verwijderen.
function delete(name: string, options?: ScheduledActionsDeleteOptionalParams): Promise<void>
Parameters
- name
-
string
Naam van geplande actie.
De optiesparameters.
Retouren
Promise<void>
deleteByScope(string, string, ScheduledActionsDeleteByScopeOptionalParams)
Een geplande actie binnen het opgegeven bereik verwijderen.
function deleteByScope(scope: string, name: string, options?: ScheduledActionsDeleteByScopeOptionalParams): Promise<void>
Parameters
- scope
-
string
Het bereik dat is gekoppeld aan geplande actiebewerkingen. Dit omvat abonnementen/{subscriptionId} voor abonnementsbereik, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{ enrollmentAccountId} voor enrollmentAccount-bereik, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' voor BillingProfile-bereik, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' voor InvoiceSection-bereik, 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' voor het bereik externe factureringsaccount en 'providers/Microsoft'. CostManagement/externalSubscriptions/{externalSubscriptionName}' voor extern abonnementsbereik. Opmerking: Inzichtwaarschuwingen zijn alleen beschikbaar voor het abonnementsbereik.
- name
-
string
Naam van geplande actie.
De optiesparameters.
Retouren
Promise<void>
get(string, ScheduledActionsGetOptionalParams)
Haal de persoonlijke geplande actie op naam op.
function get(name: string, options?: ScheduledActionsGetOptionalParams): Promise<ScheduledAction>
Parameters
- name
-
string
Naam van geplande actie.
De optiesparameters.
Retouren
Promise<ScheduledAction>
getByScope(string, string, ScheduledActionsGetByScopeOptionalParams)
Haal de gedeelde geplande actie op uit het opgegeven bereik op naam.
function getByScope(scope: string, name: string, options?: ScheduledActionsGetByScopeOptionalParams): Promise<ScheduledAction>
Parameters
- scope
-
string
Het bereik dat is gekoppeld aan geplande actiebewerkingen. Dit omvat abonnementen/{subscriptionId} voor abonnementsbereik, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{ enrollmentAccountId} voor enrollmentAccount-bereik, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' voor BillingProfile-bereik, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' voor InvoiceSection-bereik, 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' voor het bereik externe factureringsaccount en 'providers/Microsoft'. CostManagement/externalSubscriptions/{externalSubscriptionName}' voor extern abonnementsbereik. Opmerking: Inzichtwaarschuwingen zijn alleen beschikbaar voor het abonnementsbereik.
- name
-
string
Naam van geplande actie.
De optiesparameters.
Retouren
Promise<ScheduledAction>
list(ScheduledActionsListOptionalParams)
Alle geplande privéacties weergeven.
function list(options?: ScheduledActionsListOptionalParams): PagedAsyncIterableIterator<ScheduledAction, ScheduledAction[], PageSettings>
Parameters
De optiesparameters.
Retouren
listByScope(string, ScheduledActionsListByScopeOptionalParams)
Alle gedeelde geplande acties binnen het opgegeven bereik weergeven.
function listByScope(scope: string, options?: ScheduledActionsListByScopeOptionalParams): PagedAsyncIterableIterator<ScheduledAction, ScheduledAction[], PageSettings>
Parameters
- scope
-
string
Het bereik dat is gekoppeld aan geplande actiebewerkingen. Dit omvat abonnementen/{subscriptionId} voor abonnementsbereik, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{ enrollmentAccountId} voor enrollmentAccount-bereik, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' voor BillingProfile-bereik, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' voor InvoiceSection-bereik, 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' voor het bereik externe factureringsaccount en 'providers/Microsoft'. CostManagement/externalSubscriptions/{externalSubscriptionName}' voor extern abonnementsbereik. Opmerking: Inzichtwaarschuwingen zijn alleen beschikbaar voor het abonnementsbereik.
De optiesparameters.
Retouren
run(string, ScheduledActionsRunOptionalParams)
Hiermee wordt een privé geplande actie verwerkt.
function run(name: string, options?: ScheduledActionsRunOptionalParams): Promise<void>
Parameters
- name
-
string
Naam van geplande actie.
De optiesparameters.
Retouren
Promise<void>
runByScope(string, string, ScheduledActionsRunByScopeOptionalParams)
Hiermee wordt een gedeelde geplande actie uitgevoerd binnen het opgegeven bereik.
function runByScope(scope: string, name: string, options?: ScheduledActionsRunByScopeOptionalParams): Promise<void>
Parameters
- scope
-
string
Het bereik dat is gekoppeld aan geplande actiebewerkingen. Dit omvat abonnementen/{subscriptionId} voor abonnementsbereik, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{ enrollmentAccountId} voor enrollmentAccount-bereik, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' voor BillingProfile-bereik, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' voor InvoiceSection-bereik, 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' voor het bereik externe factureringsaccount en 'providers/Microsoft'. CostManagement/externalSubscriptions/{externalSubscriptionName}' voor extern abonnementsbereik. Opmerking: Inzichtwaarschuwingen zijn alleen beschikbaar voor het abonnementsbereik.
- name
-
string
Naam van geplande actie.
De optiesparameters.
Retouren
Promise<void>
Azure SDK for JavaScript