@azure/arm-analysisservices package
Classes
| AzureAnalysisServices | 
Interfaces
| AnalysisServicesServer | Represents an instance of an Analysis Services resource. | 
| AnalysisServicesServerMutableProperties | An object that represents a set of mutable Analysis Services resource properties. | 
| AnalysisServicesServerProperties | Properties of Analysis Services resource. | 
| AnalysisServicesServerUpdateParameters | Provision request specification | 
| AnalysisServicesServers | An array of Analysis Services resources. | 
| AzureAnalysisServicesOptionalParams | Optional parameters. | 
| CheckServerNameAvailabilityParameters | Details of server name request body. | 
| CheckServerNameAvailabilityResult | The checking result of server name availability. | 
| ErrorAdditionalInfo | The resource management error additional info. | 
| ErrorDetail | The error detail. | 
| ErrorResponse | Describes the format of Error response. | 
| GatewayDetails | The gateway details. | 
| GatewayListStatusError | Status of gateway is error. | 
| GatewayListStatusLive | Status of gateway is live. | 
| IPv4FirewallRule | The detail of firewall rule. | 
| IPv4FirewallSettings | An array of firewall rules. | 
| LogSpecifications | The log metric specification for exposing performance metrics to shoebox. | 
| MetricDimensions | Metric dimension. | 
| MetricSpecifications | Available operation metric specification for exposing performance metrics to shoebox. | 
| Operation | A Consumption REST API operation. | 
| OperationDisplay | The object that represents the operation. | 
| OperationListResult | Result of listing consumption operations. It contains a list of operations and a URL link to get the next set of results. | 
| OperationProperties | Additional properties to expose performance metrics to shoebox. | 
| OperationPropertiesServiceSpecification | Performance metrics to shoebox. | 
| OperationStatus | The status of operation. | 
| Operations | Interface representing a Operations. | 
| OperationsListNextOptionalParams | Optional parameters. | 
| OperationsListOptionalParams | Optional parameters. | 
| Resource | Represents an instance of an Analysis Services resource. | 
| ResourceSku | Represents the SKU name and Azure pricing tier for Analysis Services resource. | 
| ServerAdministrators | An array of administrator user identities. | 
| Servers | Interface representing a Servers. | 
| ServersCheckNameAvailabilityOptionalParams | Optional parameters. | 
| ServersCreateOptionalParams | Optional parameters. | 
| ServersDeleteOptionalParams | Optional parameters. | 
| ServersDissociateGatewayOptionalParams | Optional parameters. | 
| ServersGetDetailsOptionalParams | Optional parameters. | 
| ServersListByResourceGroupOptionalParams | Optional parameters. | 
| ServersListGatewayStatusOptionalParams | Optional parameters. | 
| ServersListOperationResultsOptionalParams | Optional parameters. | 
| ServersListOperationStatusesOptionalParams | Optional parameters. | 
| ServersListOptionalParams | Optional parameters. | 
| ServersListSkusForExistingOptionalParams | Optional parameters. | 
| ServersListSkusForNewOptionalParams | Optional parameters. | 
| ServersResumeOptionalParams | Optional parameters. | 
| ServersSuspendOptionalParams | Optional parameters. | 
| ServersUpdateOptionalParams | Optional parameters. | 
| SkuDetailsForExistingResource | An object that represents SKU details for existing resources. | 
| SkuEnumerationForExistingResourceResult | An object that represents enumerating SKUs for existing resources. | 
| SkuEnumerationForNewResourceResult | An object that represents enumerating SKUs for new resources. | 
Type Aliases
| ConnectionMode | Defines values for ConnectionMode. | 
| ManagedMode | Defines values for ManagedMode. | 
| OperationsListNextResponse | Contains response data for the listNext operation. | 
| OperationsListResponse | Contains response data for the list operation. | 
| ProvisioningState | Defines values for ProvisioningState.  Known values supported by the serviceDeleting  | 
| ServerMonitorMode | Defines values for ServerMonitorMode. | 
| ServersCheckNameAvailabilityResponse | Contains response data for the checkNameAvailability operation. | 
| ServersCreateResponse | Contains response data for the create operation. | 
| ServersGetDetailsResponse | Contains response data for the getDetails operation. | 
| ServersListByResourceGroupResponse | Contains response data for the listByResourceGroup operation. | 
| ServersListGatewayStatusResponse | Contains response data for the listGatewayStatus operation. | 
| ServersListOperationStatusesResponse | Contains response data for the listOperationStatuses operation. | 
| ServersListResponse | Contains response data for the list operation. | 
| ServersListSkusForExistingResponse | Contains response data for the listSkusForExisting operation. | 
| ServersListSkusForNewResponse | Contains response data for the listSkusForNew operation. | 
| ServersUpdateResponse | Contains response data for the update operation. | 
| SkuTier | Defines values for SkuTier.  Known values supported by the serviceDevelopment  | 
| State | Defines values for State.  Known values supported by the serviceDeleting  | 
Enums
| KnownProvisioningState | Known values of ProvisioningState that the service accepts. | 
| KnownSkuTier | Known values of SkuTier that the service accepts. | 
| KnownState | Known values of State 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 | undefinedParameters
- page
- 
				unknown 
A result object from calling .byPage() on a paged operation.
Returns
string | undefined
The continuation token that can be passed into byPage().