@azure/arm-kubernetesconfiguration-privatelinkscopes package
Classes
| PrivateLinkScopesClient |
Interfaces
| 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.). |
| KubernetesConfigurationPrivateLinkScope |
An Azure Arc PrivateLinkScope definition. |
| KubernetesConfigurationPrivateLinkScopeListResult |
Describes the list of Azure Arc PrivateLinkScope resources. |
| KubernetesConfigurationPrivateLinkScopeProperties |
Properties that define a Azure Arc PrivateLinkScope resource. |
| PrivateEndpoint |
The Private Endpoint resource. |
| PrivateEndpointConnection |
The Private Endpoint Connection resource. |
| PrivateEndpointConnectionListResult |
List of private endpoint connection associated with the specified storage account |
| PrivateEndpointConnections |
Interface representing a PrivateEndpointConnections. |
| PrivateEndpointConnectionsCreateOrUpdateOptionalParams |
Optional parameters. |
| PrivateEndpointConnectionsDeleteOptionalParams |
Optional parameters. |
| PrivateEndpointConnectionsGetOptionalParams |
Optional parameters. |
| PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams |
Optional parameters. |
| PrivateLinkResource |
A private link resource |
| PrivateLinkResourceListResult |
A list of private link resources |
| PrivateLinkResources |
Interface representing a PrivateLinkResources. |
| PrivateLinkResourcesGetOptionalParams |
Optional parameters. |
| PrivateLinkResourcesListByPrivateLinkScopeOptionalParams |
Optional parameters. |
| PrivateLinkScopes |
Interface representing a PrivateLinkScopes. |
| PrivateLinkScopesClientOptionalParams |
Optional parameters. |
| PrivateLinkScopesCreateOrUpdateOptionalParams |
Optional parameters. |
| PrivateLinkScopesDeleteOptionalParams |
Optional parameters. |
| PrivateLinkScopesGetOptionalParams |
Optional parameters. |
| PrivateLinkScopesListByResourceGroupNextOptionalParams |
Optional parameters. |
| PrivateLinkScopesListByResourceGroupOptionalParams |
Optional parameters. |
| PrivateLinkScopesListNextOptionalParams |
Optional parameters. |
| PrivateLinkScopesListOptionalParams |
Optional parameters. |
| PrivateLinkScopesUpdateTagsOptionalParams |
Optional parameters. |
| PrivateLinkServiceConnectionState |
A collection of information about the state of the connection between service consumer and provider. |
| 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. |
| TagsResource |
A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. |
| 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 |
| PrivateEndpointConnectionProvisioningState |
Defines values for PrivateEndpointConnectionProvisioningState. Known values supported by the serviceSucceeded |
| PrivateEndpointConnectionsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
| PrivateEndpointConnectionsGetResponse |
Contains response data for the get operation. |
| PrivateEndpointConnectionsListByPrivateLinkScopeResponse |
Contains response data for the listByPrivateLinkScope operation. |
| PrivateEndpointServiceConnectionStatus |
Defines values for PrivateEndpointServiceConnectionStatus. Known values supported by the servicePending |
| PrivateLinkResourcesGetResponse |
Contains response data for the get operation. |
| PrivateLinkResourcesListByPrivateLinkScopeResponse |
Contains response data for the listByPrivateLinkScope operation. |
| PrivateLinkScopesCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
| PrivateLinkScopesGetResponse |
Contains response data for the get operation. |
| PrivateLinkScopesListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
| PrivateLinkScopesListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
| PrivateLinkScopesListNextResponse |
Contains response data for the listNext operation. |
| PrivateLinkScopesListResponse |
Contains response data for the list operation. |
| PrivateLinkScopesUpdateTagsResponse |
Contains response data for the updateTags operation. |
| ProvisioningState |
Defines values for ProvisioningState. Known values supported by the serviceSucceeded |
| PublicNetworkAccessType |
Defines values for PublicNetworkAccessType. Known values supported by the serviceEnabled: Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. |
Enums
| KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
| KnownPrivateEndpointConnectionProvisioningState |
Known values of PrivateEndpointConnectionProvisioningState that the service accepts. |
| KnownPrivateEndpointServiceConnectionStatus |
Known values of PrivateEndpointServiceConnectionStatus that the service accepts. |
| KnownProvisioningState |
Known values of ProvisioningState that the service accepts. |
| KnownPublicNetworkAccessType |
Known values of PublicNetworkAccessType 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.