@azure/arm-subscriptions-profile-2020-09-01-hybrid package
Classes
SubscriptionClient |
Interfaces
AvailabilityZonePeers |
List of availability zones shared by the subscriptions. |
CheckResourceNameOptionalParams |
Optional parameters. |
CheckResourceNameResult |
Resource Name valid if not a reserved word, does not contain a reserved word and does not start with a reserved word |
CheckZonePeersRequest |
Check zone peers request parameters. |
CheckZonePeersResult |
Result of the Check zone peers operation. |
ErrorAdditionalInfo |
The resource management error additional info. |
ErrorDefinition |
Error description and code explaining why resource name is invalid. |
ErrorDetail |
The error detail. |
ErrorResponse |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). |
ErrorResponseAutoGenerated |
Error response. |
Location |
Location information. |
LocationListResult |
Location list operation response. |
Operation |
Microsoft.Resources operation |
OperationDisplay |
The object that represents the operation. |
OperationListResult |
Result of the request to list Microsoft.Resources operations. It contains a list of operations and a URL link to get the next set of results. |
Operations |
Interface representing a Operations. |
OperationsListNextOptionalParams |
Optional parameters. |
OperationsListOptionalParams |
Optional parameters. |
Peers |
Information about shared availability zone. |
ResourceName |
Name and Type of the Resource |
Subscription |
Subscription information. |
SubscriptionClientOptionalParams |
Optional parameters. |
SubscriptionListResult |
Subscription list operation response. |
SubscriptionPolicies |
Subscription policies. |
Subscriptions |
Interface representing a Subscriptions. |
SubscriptionsCheckZonePeersOptionalParams |
Optional parameters. |
SubscriptionsGetOptionalParams |
Optional parameters. |
SubscriptionsListLocationsOptionalParams |
Optional parameters. |
SubscriptionsListNextOptionalParams |
Optional parameters. |
SubscriptionsListOptionalParams |
Optional parameters. |
TenantIdDescription |
Tenant Id information. |
TenantListResult |
Tenant Ids information. |
Tenants |
Interface representing a Tenants. |
TenantsListNextOptionalParams |
Optional parameters. |
TenantsListOptionalParams |
Optional parameters. |
Type Aliases
CheckResourceNameResponse |
Contains response data for the checkResourceName operation. |
OperationsListNextResponse |
Contains response data for the listNext operation. |
OperationsListResponse |
Contains response data for the list operation. |
ResourceNameStatus |
Defines values for ResourceNameStatus. Known values supported by the serviceAllowed |
SpendingLimit |
Defines values for SpendingLimit. |
SubscriptionState |
Defines values for SubscriptionState. |
SubscriptionsCheckZonePeersResponse |
Contains response data for the checkZonePeers operation. |
SubscriptionsGetResponse |
Contains response data for the get operation. |
SubscriptionsListLocationsResponse |
Contains response data for the listLocations operation. |
SubscriptionsListNextResponse |
Contains response data for the listNext operation. |
SubscriptionsListResponse |
Contains response data for the list operation. |
TenantsListNextResponse |
Contains response data for the listNext operation. |
TenantsListResponse |
Contains response data for the list operation. |
Enums
KnownResourceNameStatus |
Known values of ResourceNameStatus 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.