@azure/arm-maintenance package
Classes
MaintenanceManagementClient |
Interfaces
Type Aliases
ApplyUpdateForResourceGroupListResponse |
Contains response data for the list operation. |
ApplyUpdatesCreateOrUpdateOrCancelResponse |
Contains response data for the createOrUpdateOrCancel operation. |
ApplyUpdatesCreateOrUpdateParentResponse |
Contains response data for the createOrUpdateParent operation. |
ApplyUpdatesCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
ApplyUpdatesGetParentResponse |
Contains response data for the getParent operation. |
ApplyUpdatesGetResponse |
Contains response data for the get operation. |
ApplyUpdatesListResponse |
Contains response data for the list operation. |
ConfigurationAssignmentsCreateOrUpdateParentResponse |
Contains response data for the createOrUpdateParent operation. |
ConfigurationAssignmentsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
ConfigurationAssignmentsDeleteParentResponse |
Contains response data for the deleteParent operation. |
ConfigurationAssignmentsDeleteResponse |
Contains response data for the delete operation. |
ConfigurationAssignmentsForResourceGroupCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
ConfigurationAssignmentsForResourceGroupDeleteResponse |
Contains response data for the delete operation. |
ConfigurationAssignmentsForResourceGroupGetResponse |
Contains response data for the get operation. |
ConfigurationAssignmentsForResourceGroupUpdateResponse |
Contains response data for the update operation. |
ConfigurationAssignmentsForSubscriptionsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
ConfigurationAssignmentsForSubscriptionsDeleteResponse |
Contains response data for the delete operation. |
ConfigurationAssignmentsForSubscriptionsGetResponse |
Contains response data for the get operation. |
ConfigurationAssignmentsForSubscriptionsUpdateResponse |
Contains response data for the update operation. |
ConfigurationAssignmentsGetParentResponse |
Contains response data for the getParent operation. |
ConfigurationAssignmentsGetResponse |
Contains response data for the get operation. |
ConfigurationAssignmentsListParentResponse |
Contains response data for the listParent operation. |
ConfigurationAssignmentsListResponse |
Contains response data for the list operation. |
ConfigurationAssignmentsWithinSubscriptionListResponse |
Contains response data for the list operation. |
CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
ImpactType |
Defines values for ImpactType. Known values supported by the serviceNone: Pending updates has no impact on resource. |
MaintenanceConfigurationsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
MaintenanceConfigurationsDeleteResponse |
Contains response data for the delete operation. |
MaintenanceConfigurationsForResourceGroupListResponse |
Contains response data for the list operation. |
MaintenanceConfigurationsGetResponse |
Contains response data for the get operation. |
MaintenanceConfigurationsListResponse |
Contains response data for the list operation. |
MaintenanceConfigurationsUpdateResponse |
Contains response data for the update operation. |
MaintenanceScope |
Defines values for MaintenanceScope. Known values supported by the serviceHost: This maintenance scope controls installation of azure platform updates i.e. services on physical nodes hosting customer VMs. |
OperationsListResponse |
Contains response data for the list operation. |
PublicMaintenanceConfigurationsGetResponse |
Contains response data for the get operation. |
PublicMaintenanceConfigurationsListResponse |
Contains response data for the list operation. |
RebootOptions |
Defines values for RebootOptions. Known values supported by the serviceIfRequired |
ScheduledEventAcknowledgeResponse |
Contains response data for the acknowledge operation. |
TagOperators |
Defines values for TagOperators. |
UpdateStatus |
Defines values for UpdateStatus. Known values supported by the servicePending: There are pending updates to be installed. |
UpdatesListParentResponse |
Contains response data for the listParent operation. |
UpdatesListResponse |
Contains response data for the list operation. |
Visibility |
Defines values for Visibility. Known values supported by the serviceCustom: Only visible to users with permissions. |
Enums
KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
KnownImpactType |
Known values of ImpactType that the service accepts. |
KnownMaintenanceScope |
Known values of MaintenanceScope that the service accepts. |
KnownRebootOptions |
Known values of RebootOptions that the service accepts. |
KnownUpdateStatus |
Known values of UpdateStatus that the service accepts. |
KnownVisibility |
Known values of Visibility that the service accepts. |
Functions
get |
Given the last |
Function Details
getContinuationToken(unknown)
Given the last .value
produced by the byPage
iterator,
returns a continuation token that can be used to begin paging from
that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
An object from accessing value
on the IteratorResult from a byPage
iterator.
Returns
string | undefined
The continuation token that can be passed into byPage() during future calls.
Azure SDK for JavaScript