@azure/arm-extendedlocation package
Classes
CustomLocationsManagementClient |
Interfaces
CustomLocation |
Custom Locations definition. |
CustomLocationFindTargetResourceGroupProperties |
The Find Target Resource Group operation request. |
CustomLocationFindTargetResourceGroupResult |
The Find Target Resource Group operation response. |
CustomLocationListResult |
The List Custom Locations operation response. |
CustomLocationOperation |
Custom Locations operation. |
CustomLocationOperationsList |
Lists of Custom Locations operations. |
CustomLocationPropertiesAuthentication |
This is optional input that contains the authentication that should be used to generate the namespace. |
CustomLocations |
Interface representing a CustomLocations. |
CustomLocationsCreateOrUpdateOptionalParams |
Optional parameters. |
CustomLocationsDeleteOptionalParams |
Optional parameters. |
CustomLocationsFindTargetResourceGroupOptionalParams |
Optional parameters. |
CustomLocationsGetOptionalParams |
Optional parameters. |
CustomLocationsListByResourceGroupNextOptionalParams |
Optional parameters. |
CustomLocationsListByResourceGroupOptionalParams |
Optional parameters. |
CustomLocationsListBySubscriptionNextOptionalParams |
Optional parameters. |
CustomLocationsListBySubscriptionOptionalParams |
Optional parameters. |
CustomLocationsListEnabledResourceTypesNextOptionalParams |
Optional parameters. |
CustomLocationsListEnabledResourceTypesOptionalParams |
Optional parameters. |
CustomLocationsListOperationsNextOptionalParams |
Optional parameters. |
CustomLocationsListOperationsOptionalParams |
Optional parameters. |
CustomLocationsManagementClientOptionalParams |
Optional parameters. |
CustomLocationsUpdateOptionalParams |
Optional parameters. |
EnabledResourceType |
EnabledResourceType definition. |
EnabledResourceTypePropertiesTypesMetadataItem |
Metadata of the Resource Type. |
EnabledResourceTypesListResult |
List of EnabledResourceTypes definition. |
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. (This also follows the OData error response format.). |
Identity |
Identity for the resource. |
MatchExpressionsProperties |
Resource Sync Rules matchExpression property definition. |
PatchableCustomLocations |
The Custom Locations patchable resource definition. |
PatchableResourceSyncRule |
The Resource Sync Rules patchable resource definition. |
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 |
ResourceSyncRule |
Resource Sync Rules definition. |
ResourceSyncRuleListResult |
The List Resource Sync Rules operation response. |
ResourceSyncRulePropertiesSelector |
A label selector is composed of two parts, matchLabels and matchExpressions. The first part, matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is 'key', the operator is 'In', and the values array contains only 'value'. The second part, matchExpressions is a list of resource selector requirements. Valid operators include In, NotIn, Exists, and DoesNotExist. The values set must be non-empty in the case of In and NotIn. The values set must be empty in the case of Exists and DoesNotExist. All of the requirements, from both matchLabels and matchExpressions must all be satisfied in order to match. |
ResourceSyncRules |
Interface representing a ResourceSyncRules. |
ResourceSyncRulesCreateOrUpdateOptionalParams |
Optional parameters. |
ResourceSyncRulesDeleteOptionalParams |
Optional parameters. |
ResourceSyncRulesGetOptionalParams |
Optional parameters. |
ResourceSyncRulesListByCustomLocationIDNextOptionalParams |
Optional parameters. |
ResourceSyncRulesListByCustomLocationIDOptionalParams |
Optional parameters. |
ResourceSyncRulesUpdateOptionalParams |
Optional parameters. |
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
CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
CustomLocationsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
CustomLocationsFindTargetResourceGroupResponse |
Contains response data for the findTargetResourceGroup operation. |
CustomLocationsGetResponse |
Contains response data for the get operation. |
CustomLocationsListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
CustomLocationsListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
CustomLocationsListBySubscriptionNextResponse |
Contains response data for the listBySubscriptionNext operation. |
CustomLocationsListBySubscriptionResponse |
Contains response data for the listBySubscription operation. |
CustomLocationsListEnabledResourceTypesNextResponse |
Contains response data for the listEnabledResourceTypesNext operation. |
CustomLocationsListEnabledResourceTypesResponse |
Contains response data for the listEnabledResourceTypes operation. |
CustomLocationsListOperationsNextResponse |
Contains response data for the listOperationsNext operation. |
CustomLocationsListOperationsResponse |
Contains response data for the listOperations operation. |
CustomLocationsUpdateResponse |
Contains response data for the update operation. |
HostType |
Defines values for HostType. Known values supported by the serviceKubernetes |
ResourceIdentityType |
Defines values for ResourceIdentityType. Known values supported by the serviceSystemAssigned |
ResourceSyncRulesCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
ResourceSyncRulesGetResponse |
Contains response data for the get operation. |
ResourceSyncRulesListByCustomLocationIDNextResponse |
Contains response data for the listByCustomLocationIDNext operation. |
ResourceSyncRulesListByCustomLocationIDResponse |
Contains response data for the listByCustomLocationID operation. |
ResourceSyncRulesUpdateResponse |
Contains response data for the update operation. |
Enums
KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
KnownHostType |
Known values of HostType that the service accepts. |
KnownResourceIdentityType |
Known values of ResourceIdentityType 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