@azure/arm-msi package
Classes
| ManagedServiceIdentityClient |
Interfaces
| CloudError |
An error response from the ManagedServiceIdentity service. |
| CloudErrorBody |
An error response from the ManagedServiceIdentity service. |
| FederatedIdentityCredential |
Describes a federated identity credential. |
| FederatedIdentityCredentials |
Interface representing a FederatedIdentityCredentials. |
| FederatedIdentityCredentialsCreateOrUpdateOptionalParams |
Optional parameters. |
| FederatedIdentityCredentialsDeleteOptionalParams |
Optional parameters. |
| FederatedIdentityCredentialsGetOptionalParams |
Optional parameters. |
| FederatedIdentityCredentialsListNextOptionalParams |
Optional parameters. |
| FederatedIdentityCredentialsListOptionalParams |
Optional parameters. |
| FederatedIdentityCredentialsListResult |
Values returned by the List operation for federated identity credentials. |
| Identity |
Describes an identity resource. |
| IdentityUpdate |
Describes an identity resource. |
| ManagedServiceIdentityClientOptionalParams |
Optional parameters. |
| Operation |
Operation supported by the Microsoft.ManagedIdentity REST API. |
| OperationDisplay |
The object that describes the operation. |
| OperationListResult |
A list of operations supported by Microsoft.ManagedIdentity Resource Provider. |
| Operations |
Interface representing a Operations. |
| OperationsListNextOptionalParams |
Optional parameters. |
| OperationsListOptionalParams |
Optional parameters. |
| 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 |
| SystemAssignedIdentities |
Interface representing a SystemAssignedIdentities. |
| SystemAssignedIdentitiesGetByScopeOptionalParams |
Optional parameters. |
| SystemAssignedIdentity |
Describes a system assigned identity resource. |
| 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' |
| UserAssignedIdentities |
Interface representing a UserAssignedIdentities. |
| UserAssignedIdentitiesCreateOrUpdateOptionalParams |
Optional parameters. |
| UserAssignedIdentitiesDeleteOptionalParams |
Optional parameters. |
| UserAssignedIdentitiesGetOptionalParams |
Optional parameters. |
| UserAssignedIdentitiesListByResourceGroupNextOptionalParams |
Optional parameters. |
| UserAssignedIdentitiesListByResourceGroupOptionalParams |
Optional parameters. |
| UserAssignedIdentitiesListBySubscriptionNextOptionalParams |
Optional parameters. |
| UserAssignedIdentitiesListBySubscriptionOptionalParams |
Optional parameters. |
| UserAssignedIdentitiesListResult |
Values returned by the List operation. |
| UserAssignedIdentitiesUpdateOptionalParams |
Optional parameters. |
Type Aliases
| CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
| FederatedIdentityCredentialsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
| FederatedIdentityCredentialsGetResponse |
Contains response data for the get operation. |
| FederatedIdentityCredentialsListNextResponse |
Contains response data for the listNext operation. |
| FederatedIdentityCredentialsListResponse |
Contains response data for the list operation. |
| IsolationScope |
Defines values for IsolationScope. Known values supported by the serviceNone |
| OperationsListNextResponse |
Contains response data for the listNext operation. |
| OperationsListResponse |
Contains response data for the list operation. |
| SystemAssignedIdentitiesGetByScopeResponse |
Contains response data for the getByScope operation. |
| UserAssignedIdentitiesCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
| UserAssignedIdentitiesGetResponse |
Contains response data for the get operation. |
| UserAssignedIdentitiesListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
| UserAssignedIdentitiesListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
| UserAssignedIdentitiesListBySubscriptionNextResponse |
Contains response data for the listBySubscriptionNext operation. |
| UserAssignedIdentitiesListBySubscriptionResponse |
Contains response data for the listBySubscription operation. |
| UserAssignedIdentitiesUpdateResponse |
Contains response data for the update operation. |
Enums
| KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
| KnownIsolationScope |
Known values of IsolationScope 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.