@azure/arm-disconnectedoperations package
Interfaces
| Artifact |
Disconnected operations artifact resource. |
| ArtifactDownloadResult |
The artifact download properties |
| ArtifactProperties |
The artifact properties |
| ArtifactsGetOptionalParams |
Optional parameters. |
| ArtifactsListByParentOptionalParams |
Optional parameters. |
| ArtifactsListDownloadUriOptionalParams |
Optional parameters. |
| ArtifactsOperations |
Interface representing a Artifacts operations. |
| BenefitPlans |
The benefit plans |
| BillingConfiguration |
The billing configuration |
| BillingConfigurationCreateOrUpdate |
The billing configuration |
| BillingPeriod |
The billing period |
| DisconnectedOperation |
Disconnected operation resource. |
| DisconnectedOperationCreateOrUpdate |
Disconnected operation resource for create or update. |
| DisconnectedOperationDeploymentManifest |
The disconnected operation manifest |
| DisconnectedOperationProperties |
The disconnected operation properties |
| DisconnectedOperationPropertiesCreateOrUpdate |
model interface DisconnectedOperationPropertiesCreateOrUpdate |
| DisconnectedOperationUpdate |
The type used for update operations of the DisconnectedOperation. |
| DisconnectedOperationUpdateProperties |
The updatable properties of the DisconnectedOperation. |
| DisconnectedOperationsCreateOrUpdateOptionalParams |
Optional parameters. |
| DisconnectedOperationsDeleteOptionalParams |
Optional parameters. |
| DisconnectedOperationsGetOptionalParams |
Optional parameters. |
| DisconnectedOperationsListByResourceGroupOptionalParams |
Optional parameters. |
| DisconnectedOperationsListBySubscriptionOptionalParams |
Optional parameters. |
| DisconnectedOperationsListDeploymentManifestOptionalParams |
Optional parameters. |
| DisconnectedOperationsManagementClientOptionalParams |
Optional parameters for the client. |
| DisconnectedOperationsOperations |
Interface representing a DisconnectedOperations operations. |
| DisconnectedOperationsUpdateOptionalParams |
Optional parameters. |
| ErrorAdditionalInfo |
The resource management error additional info. |
| ErrorDetail |
The error detail. |
| ErrorResponse |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. |
| HardwareSetting |
Hardware settings resource. |
| HardwareSettingProperties |
The hardware setting properties |
| HardwareSettingsCreateOrUpdateOptionalParams |
Optional parameters. |
| HardwareSettingsDeleteOptionalParams |
Optional parameters. |
| HardwareSettingsGetOptionalParams |
Optional parameters. |
| HardwareSettingsListByParentOptionalParams |
Optional parameters. |
| HardwareSettingsOperations |
Interface representing a HardwareSettings operations. |
| Image |
Holds the release information of a disconnected operations image. |
| ImageDownloadResult |
The image download properties |
| ImageProperties |
The image properties |
| ImageUpdateProperties |
The update properties of the Update Release type Image |
| ImagesGetOptionalParams |
Optional parameters. |
| ImagesListByDisconnectedOperationOptionalParams |
Optional parameters. |
| ImagesListDownloadUriOptionalParams |
Optional parameters. |
| ImagesOperations |
Interface representing a Images operations. |
| PageSettings |
Options for the byPage method |
| PagedAsyncIterableIterator |
An interface that allows async iterable iteration both to completion and by page. |
| ProxyResource |
The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location |
| Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
| RestorePollerOptions | |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
| TrackedResource |
The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' |
Type Aliases
| AutoRenew |
Auto renew status Known values supported by the serviceEnabled: Auto renew is enabled. |
| AzureSupportedClouds |
The supported values for cloud setting as a string literal type |
| BenefitPlanStatus |
Benefit plans status Known values supported by the serviceEnabled: Benefit plan is enabled. |
| BillingModel |
Billing model Known values supported by the serviceCapacity: Billed on capacity. |
| BillingStatus |
Billing status Known values supported by the serviceEnabled: Billing is enabled. |
| ConnectionIntent |
Connection Intent Known values supported by the serviceConnected: Device is connected to cloud. |
| ConnectionStatus |
Connection status Known values supported by the serviceConnected: Device is connected to cloud. |
| ContinuablePage |
An interface that describes a page of results. |
| CreatedByType |
The kind of entity that created the resource. Known values supported by the serviceUser: The entity was created by a user. |
| PricingModel |
Pricing model Known values supported by the serviceTrial: Trial pricing model. |
| RegistrationStatus |
Registration status Known values supported by the serviceRegistered: Device is registered to cloud. |
| ReleaseType |
Release Type Known values supported by the serviceInstall: Release is a new install. |
| ResourceProvisioningState |
The provisioning state of a resource type. Known values supported by the serviceSucceeded: Resource has been created. |
| SystemReboot |
System Reboot Known values supported by the serviceRequired: System reboot is required. |
Enums
| AzureClouds |
An enum to describe Azure Cloud environments. |
| KnownAutoRenew |
Auto renew status |
| KnownBenefitPlanStatus |
Benefit plans status |
| KnownBillingModel |
Billing model |
| KnownBillingStatus |
Billing status |
| KnownConnectionIntent |
Connection Intent |
| KnownConnectionStatus |
Connection status |
| KnownCreatedByType |
The kind of entity that created the resource. |
| KnownPricingModel |
Pricing model |
| KnownRegistrationStatus |
Registration status |
| KnownReleaseType |
Release Type |
| KnownResourceProvisioningState |
The provisioning state of a resource type. |
| KnownSystemReboot |
System Reboot |
| KnownVersions |
The available API versions. |
Functions
| restore |
Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope. |
Function Details
restorePoller<TResponse, TResult>(DisconnectedOperationsManagementClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)
Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope.
function restorePoller<TResponse, TResult>(client: DisconnectedOperationsManagementClient, serializedState: string, sourceOperation: (args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult, PathUncheckedResponse>): PollerLike<OperationState<TResult>, TResult>
Parameters
- serializedState
-
string
- sourceOperation
-
(args: any[]) => PollerLike<OperationState<TResult>, TResult>
- options
-
RestorePollerOptions<TResult, PathUncheckedResponse>
Returns
PollerLike<OperationState<TResult>, TResult>