@azure/arm-deviceupdate package
Classes
Interfaces
Account |
Device Update account details. |
Account |
List of Accounts. |
Account |
Request payload used to update and existing Accounts. |
Accounts |
Interface representing a Accounts. |
Accounts |
Optional parameters. |
Accounts |
Optional parameters. |
Accounts |
Optional parameters. |
Accounts |
Optional parameters. |
Accounts |
Optional parameters. |
Accounts |
Optional parameters. |
Accounts |
Optional parameters. |
Accounts |
Optional parameters. |
Accounts |
Optional parameters. |
Check |
Optional parameters. |
Check |
The check availability request body. |
Check |
The check availability result. |
Connection |
Private endpoint connection proxy object properties. |
Device |
Optional parameters. |
Diagnostic |
Customer-initiated diagnostic log collection storage properties |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). |
Group |
Group connectivity details. |
Group |
The group information for creating a private endpoint on an Account |
Group |
The properties for a group information object |
Instance |
Device Update instance details. |
Instance |
List of Instances. |
Instances |
Interface representing a Instances. |
Instances |
Optional parameters. |
Instances |
Optional parameters. |
Instances |
Optional parameters. |
Instances |
Optional parameters. |
Instances |
Optional parameters. |
Instances |
Optional parameters. |
Instances |
Optional parameters. |
Iot |
Device Update account integration with IoT Hub settings. |
Location | |
Managed |
Managed service identity (system assigned and/or user assigned identities) |
Operation |
Details of a REST API operation, returned from the Resource Provider Operations API |
Operation |
Localized display information for this particular operation. |
Operation |
A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. |
Operations |
Interface representing a Operations. |
Operations |
Optional parameters. |
Operations |
Optional parameters. |
Private |
The Private Endpoint resource. |
Private |
The Private Endpoint Connection resource. |
Private |
List of private endpoint connection associated with the specified storage account |
Private |
Interface representing a PrivateEndpointConnectionProxies. |
Private |
Optional parameters. |
Private |
Optional parameters. |
Private |
Optional parameters. |
Private |
Optional parameters. |
Private |
Optional parameters. |
Private |
Optional parameters. |
Private |
Private endpoint connection proxy details. |
Private |
The available private endpoint connection proxies for an Account (not to be used by anyone, here because of ARM requirements) |
Private |
Private endpoint connection proxy object properties. |
Private |
Interface representing a PrivateEndpointConnections. |
Private |
Optional parameters. |
Private |
Optional parameters. |
Private |
Optional parameters. |
Private |
Optional parameters. |
Private |
Private endpoint update details. |
Private |
The available private link resources for an Account |
Private |
Properties of a private link resource. |
Private |
Interface representing a PrivateLinkResources. |
Private |
Optional parameters. |
Private |
Optional parameters. |
Private |
Private link service connection details. |
Private |
A collection of information about the state of the connection between service consumer and provider. |
Private |
Private link service proxy details. |
Private |
Remote private endpoint connection details. |
Proxy |
The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location |
Remote |
Remote private endpoint details. |
Remote |
Remote private endpoint connection details. |
Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
System |
Metadata pertaining to creation and last modification of the resource. |
Tag |
Request payload used to update an existing resource's tags. |
Tracked |
The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' |
User |
User assigned identity properties |
Type Aliases
Accounts |
Contains response data for the create operation. |
Accounts |
Contains response data for the get operation. |
Accounts |
Contains response data for the head operation. |
Accounts |
Contains response data for the listByResourceGroupNext operation. |
Accounts |
Contains response data for the listByResourceGroup operation. |
Accounts |
Contains response data for the listBySubscriptionNext operation. |
Accounts |
Contains response data for the listBySubscription operation. |
Accounts |
Contains response data for the update operation. |
Action |
Defines values for ActionType. Known values supported by the serviceInternal |
Authentication |
Defines values for AuthenticationType. Known values supported by the serviceKeyBased |
Check |
Contains response data for the checkNameAvailability operation. |
Check |
Defines values for CheckNameAvailabilityReason. Known values supported by the serviceInvalid |
Created |
Defines values for CreatedByType. Known values supported by the serviceUser |
Group |
Defines values for GroupIdProvisioningState. Known values supported by the serviceSucceeded |
Instances |
Contains response data for the create operation. |
Instances |
Contains response data for the get operation. |
Instances |
Contains response data for the head operation. |
Instances |
Contains response data for the listByAccountNext operation. |
Instances |
Contains response data for the listByAccount operation. |
Instances |
Contains response data for the update operation. |
Managed |
Defines values for ManagedServiceIdentityType. Known values supported by the serviceNone |
Operations |
Contains response data for the listNext operation. |
Operations |
Contains response data for the list operation. |
Origin |
Defines values for Origin. Known values supported by the serviceuser |
Private |
Defines values for PrivateEndpointConnectionProvisioningState. Known values supported by the serviceSucceeded |
Private |
Contains response data for the createOrUpdate operation. |
Private |
Contains response data for the get operation. |
Private |
Contains response data for the listByAccount operation. |
Private |
Defines values for PrivateEndpointConnectionProxyProvisioningState. Known values supported by the serviceSucceeded |
Private |
Contains response data for the createOrUpdate operation. |
Private |
Contains response data for the get operation. |
Private |
Contains response data for the listByAccount operation. |
Private |
Defines values for PrivateEndpointServiceConnectionStatus. Known values supported by the servicePending |
Private |
Contains response data for the get operation. |
Private |
Contains response data for the listByAccount operation. |
Provisioning |
Defines values for ProvisioningState. Known values supported by the serviceSucceeded |
Public |
Defines values for PublicNetworkAccess. Known values supported by the serviceEnabled |
Role |
Defines values for Role. Known values supported by the servicePrimary |
Sku |
Defines values for Sku. Known values supported by the serviceFree |
Enums
Functions
get |
Given the last |
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.