EndpointOperations interface

Interface représentant une opération de point de terminaison.

Propriétés

beginCreateOrUpdate
beginCreateOrUpdateAndWait
createOrUpdate

Créez ou mettez à jour une ressource de point de terminaison avec les paramètres spécifiés

get

Obtient la ressource de point de terminaison

getModels

Obtenez les modèles disponibles sous la ressource de point de terminaison.

list

Répertorier tous les points de terminaison de cet espace de travail

listKeys

Répertoriez les clés de la ressource de point de terminaison.

regenerateKeys

Régénérer les clés de compte

Détails de la propriété

beginCreateOrUpdate

Avertissement

Cette API est à présent déconseillée.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EndpointResourcePropertiesBasicResource>, EndpointResourcePropertiesBasicResource>>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EndpointResourcePropertiesBasicResource>, EndpointResourcePropertiesBasicResource>>

beginCreateOrUpdateAndWait

Avertissement

Cette API est à présent déconseillée.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => Promise<EndpointResourcePropertiesBasicResource>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => Promise<EndpointResourcePropertiesBasicResource>

createOrUpdate

Créez ou mettez à jour une ressource de point de terminaison avec les paramètres spécifiés

createOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<EndpointResourcePropertiesBasicResource>, EndpointResourcePropertiesBasicResource>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<EndpointResourcePropertiesBasicResource>, EndpointResourcePropertiesBasicResource>

get

Obtient la ressource de point de terminaison

get: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointGetOptionalParams) => Promise<EndpointResourcePropertiesBasicResource>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointGetOptionalParams) => Promise<EndpointResourcePropertiesBasicResource>

getModels

Obtenez les modèles disponibles sous la ressource de point de terminaison.

getModels: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointGetModelsOptionalParams) => PagedAsyncIterableIterator<EndpointModelProperties, EndpointModelProperties[], PageSettings>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointGetModelsOptionalParams) => PagedAsyncIterableIterator<EndpointModelProperties, EndpointModelProperties[], PageSettings>

list

Répertorier tous les points de terminaison de cet espace de travail

list: (resourceGroupName: string, workspaceName: string, options?: EndpointListOptionalParams) => PagedAsyncIterableIterator<EndpointResourcePropertiesBasicResource, EndpointResourcePropertiesBasicResource[], PageSettings>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, options?: EndpointListOptionalParams) => PagedAsyncIterableIterator<EndpointResourcePropertiesBasicResource, EndpointResourcePropertiesBasicResource[], PageSettings>

listKeys

Répertoriez les clés de la ressource de point de terminaison.

listKeys: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointListKeysOptionalParams) => Promise<EndpointKeys>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointListKeysOptionalParams) => Promise<EndpointKeys>

regenerateKeys

Régénérer les clés de compte

regenerateKeys: (resourceGroupName: string, workspaceName: string, endpointName: string, body: RegenerateServiceAccountKeyContent, options?: EndpointRegenerateKeysOptionalParams) => Promise<AccountApiKeys>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, endpointName: string, body: RegenerateServiceAccountKeyContent, options?: EndpointRegenerateKeysOptionalParams) => Promise<AccountApiKeys>