EndpointOperations interface

Interfaccia che rappresenta un'operazione Endpoint.

Proprietà

beginCreateOrUpdate
beginCreateOrUpdateAndWait
createOrUpdate

Creare o aggiornare la risorsa endpoint con i parametri specificati

get

Ottiene la risorsa endpoint

getModels

Ottenere i modelli disponibili nella risorsa endpoint.

list

Elencare tutti gli endpoint in questa area di lavoro

listKeys

Elencare le chiavi per la risorsa endpoint.

regenerateKeys

Rigenerare le chiavi dell'account

Dettagli proprietà

beginCreateOrUpdate

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

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

Valore della proprietà

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

beginCreateOrUpdateAndWait

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

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

Valore della proprietà

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

createOrUpdate

Creare o aggiornare la risorsa endpoint con i parametri specificati

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

Valore della proprietà

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

get

Ottiene la risorsa endpoint

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

Valore della proprietà

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

getModels

Ottenere i modelli disponibili nella risorsa endpoint.

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

Valore della proprietà

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

list

Elencare tutti gli endpoint in questa area di lavoro

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

Valore della proprietà

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

listKeys

Elencare le chiavi per la risorsa endpoint.

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

Valore della proprietà

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

regenerateKeys

Rigenerare le chiavi dell'account

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

Valore della proprietà

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