Share via


@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.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

PrivateEndpointConnectionProvisioningState

Defines values for PrivateEndpointConnectionProvisioningState.
KnownPrivateEndpointConnectionProvisioningState can be used interchangeably with PrivateEndpointConnectionProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded
Creating
Deleting
Failed

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.
KnownPrivateEndpointServiceConnectionStatus can be used interchangeably with PrivateEndpointServiceConnectionStatus, this enum contains the known values that the service supports.

Known values supported by the service

Pending
Approved
Rejected

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.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded
Failed
Canceled
Creating
Updating
Deleting

PublicNetworkAccessType

Defines values for PublicNetworkAccessType.
KnownPublicNetworkAccessType can be used interchangeably with PublicNetworkAccessType, this enum contains the known values that the service supports.

Known values supported by the service

Enabled: Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints.
Disabled: Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link.

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

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 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.