@azure/arm-azureadexternalidentities package
Interfaces
| AvailableOperations |
Available operations of the service |
| B2CResourceSKU |
SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at aka.ms/b2cBilling. |
| B2CTenantResource | |
| B2CTenantResourceList |
The collection of Azure AD B2C tenant resources |
| B2CTenantResourcePropertiesBillingConfig |
The billing configuration for the tenant. |
| B2CTenantUpdateRequest |
The request body to update the Azure AD B2C tenant resource. |
| B2CTenants |
Interface representing a B2CTenants. |
| B2CTenantsCheckNameAvailabilityOptionalParams |
Optional parameters. |
| B2CTenantsCreateHeaders |
Defines headers for B2CTenants_create operation. |
| B2CTenantsCreateOptionalParams |
Optional parameters. |
| B2CTenantsDeleteHeaders |
Defines headers for B2CTenants_delete operation. |
| B2CTenantsDeleteOptionalParams |
Optional parameters. |
| B2CTenantsGetOptionalParams |
Optional parameters. |
| B2CTenantsListByResourceGroupOptionalParams |
Optional parameters. |
| B2CTenantsListBySubscriptionOptionalParams |
Optional parameters. |
| B2CTenantsUpdateOptionalParams |
Optional parameters. |
| CheckNameAvailabilityRequestBody |
The information required to check the availability of the name for the tenant. |
| CloudError |
An error response for a resource management request. |
| CreateTenantRequestBody |
The information needed to create the Azure AD B2C tenant and corresponding Azure resource, which is used for billing purposes. |
| ErrorAdditionalInfo |
The resource management error additional info. |
| 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.) |
| ExternalIdentitiesConfigurationClientOptionalParams |
Optional parameters. |
| GuestUsages |
Interface representing a GuestUsages. |
| GuestUsagesCreateOptionalParams |
Optional parameters. |
| GuestUsagesDeleteOptionalParams |
Optional parameters. |
| GuestUsagesGetOptionalParams |
Optional parameters. |
| GuestUsagesListByResourceGroupOptionalParams |
Optional parameters. |
| GuestUsagesListBySubscriptionOptionalParams |
Optional parameters. |
| GuestUsagesResource |
Guest Usages Resource |
| GuestUsagesResourceList |
The collection of guest usages resources |
| GuestUsagesResourcePatch |
Guest Usages Resource for Patch |
| GuestUsagesUpdateOptionalParams |
Optional parameters. |
| NameAvailabilityResponse |
Response of the CheckNameAvailability operation. |
| OperationDetail |
Operation detail payload |
| OperationDisplay |
Operation display payload |
| Operations |
Interface representing a Operations. |
| OperationsListOptionalParams |
Optional parameters. |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
Type Aliases
| B2CResourceSKUName |
Defines values for B2CResourceSKUName. Known values supported by the serviceStandard: Azure AD B2C usage is billed to a linked Azure subscription and uses a monthly active users (MAU) billing model. |
| B2CResourceSKUTier |
Defines values for B2CResourceSKUTier. Known values supported by the serviceA0: The SKU tier used for all Azure AD B2C tenants. |
| B2CTenantsCheckNameAvailabilityResponse |
Contains response data for the checkNameAvailability operation. |
| B2CTenantsCreateResponse |
Contains response data for the create operation. |
| B2CTenantsGetResponse |
Contains response data for the get operation. |
| B2CTenantsListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
| B2CTenantsListBySubscriptionResponse |
Contains response data for the listBySubscription operation. |
| B2CTenantsUpdateResponse |
Contains response data for the update operation. |
| BillingType |
Defines values for BillingType. Known values supported by the serviceMAU: Azure AD B2C usage is billed to a linked Azure subscription and uses a monthly active users (MAU) billing model. |
| CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
| GuestUsagesCreateResponse |
Contains response data for the create operation. |
| GuestUsagesGetResponse |
Contains response data for the get operation. |
| GuestUsagesListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
| GuestUsagesListBySubscriptionResponse |
Contains response data for the listBySubscription operation. |
| GuestUsagesUpdateResponse |
Contains response data for the update operation. |
| NameAvailabilityReasonType |
Defines values for NameAvailabilityReasonType. Known values supported by the serviceAlreadyExists: The name is already in use and is therefore unavailable. |
| OperationsListResponse |
Contains response data for the list operation. |
| TypeValue |
Defines values for TypeValue. Known values supported by the serviceMicrosoft.AzureActiveDirectory/b2cDirectories: The resource type for Azure AD B2C tenant resource. |
Enums
| KnownB2CResourceSKUName |
Known values of B2CResourceSKUName that the service accepts. |
| KnownB2CResourceSKUTier |
Known values of B2CResourceSKUTier that the service accepts. |
| KnownBillingType |
Known values of BillingType that the service accepts. |
| KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
| KnownNameAvailabilityReasonType |
Known values of NameAvailabilityReasonType that the service accepts. |
| KnownTypeValue |
Known values of TypeValue that the service accepts. |
Functions
| get |
Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later. |
Function Details
getContinuationToken(unknown)
Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
A result object from calling .byPage() on a paged operation.
Returns
string | undefined
The continuation token that can be passed into byPage().