Partager via


ServerlessEndpoints interface

Interface représentant un serverlessEndpoints.

Méthodes

beginCreateOrUpdate(string, string, string, ServerlessEndpoint, ServerlessEndpointsCreateOrUpdateOptionalParams)

Créez ou mettez à jour un point de terminaison serverless (asynchrone).

beginCreateOrUpdateAndWait(string, string, string, ServerlessEndpoint, ServerlessEndpointsCreateOrUpdateOptionalParams)

Créez ou mettez à jour un point de terminaison serverless (asynchrone).

beginDelete(string, string, string, ServerlessEndpointsDeleteOptionalParams)

Supprimez le point de terminaison serverless (asynchrone).

beginDeleteAndWait(string, string, string, ServerlessEndpointsDeleteOptionalParams)

Supprimez le point de terminaison serverless (asynchrone).

beginRegenerateKeys(string, string, string, RegenerateEndpointKeysRequest, ServerlessEndpointsRegenerateKeysOptionalParams)

Régénérez EndpointAuthKeys pour un point de terminaison à l’aide de l’authentification basée sur des clés (asynchrone).

beginRegenerateKeysAndWait(string, string, string, RegenerateEndpointKeysRequest, ServerlessEndpointsRegenerateKeysOptionalParams)

Régénérez EndpointAuthKeys pour un point de terminaison à l’aide de l’authentification basée sur des clés (asynchrone).

beginUpdate(string, string, string, PartialMinimalTrackedResourceWithSkuAndIdentity, ServerlessEndpointsUpdateOptionalParams)

Mettre à jour le point de terminaison serverless (asynchrone).

beginUpdateAndWait(string, string, string, PartialMinimalTrackedResourceWithSkuAndIdentity, ServerlessEndpointsUpdateOptionalParams)

Mettre à jour le point de terminaison serverless (asynchrone).

get(string, string, string, ServerlessEndpointsGetOptionalParams)

Obtenir le point de terminaison serverless.

list(string, string, ServerlessEndpointsListOptionalParams)

Répertorier les points de terminaison serverless.

listKeys(string, string, string, ServerlessEndpointsListKeysOptionalParams)

Répertoriez EndpointAuthKeys pour un point de terminaison à l’aide de l’authentification basée sur des clés.

Détails de la méthode

beginCreateOrUpdate(string, string, string, ServerlessEndpoint, ServerlessEndpointsCreateOrUpdateOptionalParams)

Créez ou mettez à jour un point de terminaison serverless (asynchrone).

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: ServerlessEndpoint, options?: ServerlessEndpointsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerlessEndpoint>, ServerlessEndpoint>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

name

string

Nom du point de terminaison serverless.

body
ServerlessEndpoint

Entité de point de terminaison serverless à appliquer pendant l’opération.

options
ServerlessEndpointsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<ServerlessEndpoint>, ServerlessEndpoint>>

beginCreateOrUpdateAndWait(string, string, string, ServerlessEndpoint, ServerlessEndpointsCreateOrUpdateOptionalParams)

Créez ou mettez à jour un point de terminaison serverless (asynchrone).

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, name: string, body: ServerlessEndpoint, options?: ServerlessEndpointsCreateOrUpdateOptionalParams): Promise<ServerlessEndpoint>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

name

string

Nom du point de terminaison serverless.

body
ServerlessEndpoint

Entité de point de terminaison serverless à appliquer pendant l’opération.

options
ServerlessEndpointsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, string, ServerlessEndpointsDeleteOptionalParams)

Supprimez le point de terminaison serverless (asynchrone).

function beginDelete(resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ServerlessEndpointsDeleteHeaders>, ServerlessEndpointsDeleteHeaders>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

name

string

Nom du point de terminaison serverless.

options
ServerlessEndpointsDeleteOptionalParams

Paramètres d’options.

Retours

beginDeleteAndWait(string, string, string, ServerlessEndpointsDeleteOptionalParams)

Supprimez le point de terminaison serverless (asynchrone).

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsDeleteOptionalParams): Promise<ServerlessEndpointsDeleteHeaders>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

name

string

Nom du point de terminaison serverless.

options
ServerlessEndpointsDeleteOptionalParams

Paramètres d’options.

Retours

beginRegenerateKeys(string, string, string, RegenerateEndpointKeysRequest, ServerlessEndpointsRegenerateKeysOptionalParams)

Régénérez EndpointAuthKeys pour un point de terminaison à l’aide de l’authentification basée sur des clés (asynchrone).

function beginRegenerateKeys(resourceGroupName: string, workspaceName: string, name: string, body: RegenerateEndpointKeysRequest, options?: ServerlessEndpointsRegenerateKeysOptionalParams): Promise<SimplePollerLike<OperationState<EndpointAuthKeys>, EndpointAuthKeys>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

name

string

Nom du point de terminaison serverless.

body
RegenerateEndpointKeysRequest

Requête RégénérerKeys .

options
ServerlessEndpointsRegenerateKeysOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<EndpointAuthKeys>, EndpointAuthKeys>>

beginRegenerateKeysAndWait(string, string, string, RegenerateEndpointKeysRequest, ServerlessEndpointsRegenerateKeysOptionalParams)

Régénérez EndpointAuthKeys pour un point de terminaison à l’aide de l’authentification basée sur des clés (asynchrone).

function beginRegenerateKeysAndWait(resourceGroupName: string, workspaceName: string, name: string, body: RegenerateEndpointKeysRequest, options?: ServerlessEndpointsRegenerateKeysOptionalParams): Promise<EndpointAuthKeys>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

name

string

Nom du point de terminaison serverless.

body
RegenerateEndpointKeysRequest

Requête RégénérerKeys .

options
ServerlessEndpointsRegenerateKeysOptionalParams

Paramètres d’options.

Retours

Promise<EndpointAuthKeys>

beginUpdate(string, string, string, PartialMinimalTrackedResourceWithSkuAndIdentity, ServerlessEndpointsUpdateOptionalParams)

Mettre à jour le point de terminaison serverless (asynchrone).

function beginUpdate(resourceGroupName: string, workspaceName: string, name: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: ServerlessEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerlessEndpoint>, ServerlessEndpoint>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

name

string

Nom du point de terminaison serverless.

body
PartialMinimalTrackedResourceWithSkuAndIdentity

Entité de point de terminaison serverless à appliquer pendant l’opération.

options
ServerlessEndpointsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<ServerlessEndpoint>, ServerlessEndpoint>>

beginUpdateAndWait(string, string, string, PartialMinimalTrackedResourceWithSkuAndIdentity, ServerlessEndpointsUpdateOptionalParams)

Mettre à jour le point de terminaison serverless (asynchrone).

function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, name: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: ServerlessEndpointsUpdateOptionalParams): Promise<ServerlessEndpoint>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

name

string

Nom du point de terminaison serverless.

body
PartialMinimalTrackedResourceWithSkuAndIdentity

Entité de point de terminaison serverless à appliquer pendant l’opération.

options
ServerlessEndpointsUpdateOptionalParams

Paramètres d’options.

Retours

get(string, string, string, ServerlessEndpointsGetOptionalParams)

Obtenir le point de terminaison serverless.

function get(resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsGetOptionalParams): Promise<ServerlessEndpoint>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

name

string

Nom du point de terminaison serverless.

options
ServerlessEndpointsGetOptionalParams

Paramètres d’options.

Retours

list(string, string, ServerlessEndpointsListOptionalParams)

Répertorier les points de terminaison serverless.

function list(resourceGroupName: string, workspaceName: string, options?: ServerlessEndpointsListOptionalParams): PagedAsyncIterableIterator<ServerlessEndpoint, ServerlessEndpoint[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

options
ServerlessEndpointsListOptionalParams

Paramètres d’options.

Retours

listKeys(string, string, string, ServerlessEndpointsListKeysOptionalParams)

Répertoriez EndpointAuthKeys pour un point de terminaison à l’aide de l’authentification basée sur des clés.

function listKeys(resourceGroupName: string, workspaceName: string, name: string, options?: ServerlessEndpointsListKeysOptionalParams): Promise<EndpointAuthKeys>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail Azure Machine Learning.

name

string

Nom du point de terminaison serverless.

options
ServerlessEndpointsListKeysOptionalParams

Paramètres d’options.

Retours

Promise<EndpointAuthKeys>