EndpointOperations interface
Schnittstelle, die eine Endpunkt-Operationen darstellt.
Eigenschaften
| begin |
|
| begin |
|
| create |
Erstellen oder Aktualisieren einer Endpunktressource mit den angegebenen Parametern |
| get | Abrufen der Endpunktressource |
| get |
Rufen Sie verfügbare Modelle unter der Endpunktressource ab. |
| list | Auflisten aller Endpunkte in diesem Arbeitsbereich |
| list |
Auflisten von Schlüsseln für die Endpunktressource. |
| regenerate |
Kontoschlüssel neu generieren |
Details zur Eigenschaft
beginCreateOrUpdate
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EndpointResourcePropertiesBasicResource>, EndpointResourcePropertiesBasicResource>>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EndpointResourcePropertiesBasicResource>, EndpointResourcePropertiesBasicResource>>
beginCreateOrUpdateAndWait
Warnung
Diese API ist nun veraltet.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => Promise<EndpointResourcePropertiesBasicResource>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => Promise<EndpointResourcePropertiesBasicResource>
createOrUpdate
Erstellen oder Aktualisieren einer Endpunktressource mit den angegebenen Parametern
createOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<EndpointResourcePropertiesBasicResource>, EndpointResourcePropertiesBasicResource>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<EndpointResourcePropertiesBasicResource>, EndpointResourcePropertiesBasicResource>
get
Abrufen der Endpunktressource
get: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointGetOptionalParams) => Promise<EndpointResourcePropertiesBasicResource>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointGetOptionalParams) => Promise<EndpointResourcePropertiesBasicResource>
getModels
Rufen Sie verfügbare Modelle unter der Endpunktressource ab.
getModels: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointGetModelsOptionalParams) => PagedAsyncIterableIterator<EndpointModelProperties, EndpointModelProperties[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointGetModelsOptionalParams) => PagedAsyncIterableIterator<EndpointModelProperties, EndpointModelProperties[], PageSettings>
list
Auflisten aller Endpunkte in diesem Arbeitsbereich
list: (resourceGroupName: string, workspaceName: string, options?: EndpointListOptionalParams) => PagedAsyncIterableIterator<EndpointResourcePropertiesBasicResource, EndpointResourcePropertiesBasicResource[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: EndpointListOptionalParams) => PagedAsyncIterableIterator<EndpointResourcePropertiesBasicResource, EndpointResourcePropertiesBasicResource[], PageSettings>
listKeys
Auflisten von Schlüsseln für die Endpunktressource.
listKeys: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointListKeysOptionalParams) => Promise<EndpointKeys>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointListKeysOptionalParams) => Promise<EndpointKeys>
regenerateKeys
Kontoschlüssel neu generieren
regenerateKeys: (resourceGroupName: string, workspaceName: string, endpointName: string, body: RegenerateServiceAccountKeyContent, options?: EndpointRegenerateKeysOptionalParams) => Promise<AccountApiKeys>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, endpointName: string, body: RegenerateServiceAccountKeyContent, options?: EndpointRegenerateKeysOptionalParams) => Promise<AccountApiKeys>