@azure/arm-hybridkubernetes package
Classes
| ConnectedKubernetesClient |
Interfaces
| ConnectedCluster |
Represents a connected cluster. |
| ConnectedClusterCreateOptionalParams |
Optional parameters. |
| ConnectedClusterDeleteOptionalParams |
Optional parameters. |
| ConnectedClusterGetOptionalParams |
Optional parameters. |
| ConnectedClusterIdentity |
Identity for the connected cluster. |
| ConnectedClusterList |
The paginated list of connected Clusters |
| ConnectedClusterListByResourceGroupNextOptionalParams |
Optional parameters. |
| ConnectedClusterListByResourceGroupOptionalParams |
Optional parameters. |
| ConnectedClusterListBySubscriptionNextOptionalParams |
Optional parameters. |
| ConnectedClusterListBySubscriptionOptionalParams |
Optional parameters. |
| ConnectedClusterListClusterUserCredentialOptionalParams |
Optional parameters. |
| ConnectedClusterOperations |
Interface representing a ConnectedClusterOperations. |
| ConnectedClusterPatch |
Object containing updates for patch operations. |
| ConnectedClusterUpdateOptionalParams |
Optional parameters. |
| ConnectedKubernetesClientOptionalParams |
Optional parameters. |
| CredentialResult |
The credential result response. |
| CredentialResults |
The list of credential result response. |
| 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.). |
| HybridConnectionConfig |
Contains the REP (rendezvous endpoint) and “Sender” access token. |
| ListClusterUserCredentialProperties | |
| Operation |
The Connected cluster API operation |
| OperationDisplay |
The object that represents the operation. |
| OperationList |
The paginated list of connected cluster API operations. |
| Operations |
Interface representing a Operations. |
| OperationsGetNextOptionalParams |
Optional parameters. |
| OperationsGetOptionalParams |
Optional parameters. |
| Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
| 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
| AuthenticationMethod |
Defines values for AuthenticationMethod. Known values supported by the serviceToken |
| ConnectedClusterCreateResponse |
Contains response data for the create operation. |
| ConnectedClusterGetResponse |
Contains response data for the get operation. |
| ConnectedClusterListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
| ConnectedClusterListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
| ConnectedClusterListBySubscriptionNextResponse |
Contains response data for the listBySubscriptionNext operation. |
| ConnectedClusterListBySubscriptionResponse |
Contains response data for the listBySubscription operation. |
| ConnectedClusterListClusterUserCredentialResponse |
Contains response data for the listClusterUserCredential operation. |
| ConnectedClusterUpdateResponse |
Contains response data for the update operation. |
| ConnectivityStatus |
Defines values for ConnectivityStatus. Known values supported by the serviceConnecting |
| CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
| LastModifiedByType |
Defines values for LastModifiedByType. Known values supported by the serviceUser |
| OperationsGetNextResponse |
Contains response data for the getNext operation. |
| OperationsGetResponse |
Contains response data for the get operation. |
| ProvisioningState |
Defines values for ProvisioningState. Known values supported by the serviceSucceeded |
| ResourceIdentityType |
Defines values for ResourceIdentityType. |
Enums
| KnownAuthenticationMethod |
Known values of AuthenticationMethod that the service accepts. |
| KnownConnectivityStatus |
Known values of ConnectivityStatus that the service accepts. |
| KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
| KnownLastModifiedByType |
Known values of LastModifiedByType that the service accepts. |
| KnownProvisioningState |
Known values of ProvisioningState 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().