EndpointOperations interface
Interface representing a Endpoint operations.
Properties
| begin |
|
| begin |
|
| create |
Create or update endpoint resource with the specified parameters |
| get | Gets endpoint resource |
| get |
Get available models under the endpoint resource. |
| list | List All the endpoints under this workspace |
| list |
List keys for the endpoint resource. |
| regenerate |
Regenerate account keys |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EndpointResourcePropertiesBasicResource>, EndpointResourcePropertiesBasicResource>>
Property Value
(resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EndpointResourcePropertiesBasicResource>, EndpointResourcePropertiesBasicResource>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => Promise<EndpointResourcePropertiesBasicResource>
Property Value
(resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => Promise<EndpointResourcePropertiesBasicResource>
createOrUpdate
Create or update endpoint resource with the specified parameters
createOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<EndpointResourcePropertiesBasicResource>, EndpointResourcePropertiesBasicResource>
Property Value
(resourceGroupName: string, workspaceName: string, endpointName: string, body: EndpointResourcePropertiesBasicResource, options?: EndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<EndpointResourcePropertiesBasicResource>, EndpointResourcePropertiesBasicResource>
get
Gets endpoint resource
get: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointGetOptionalParams) => Promise<EndpointResourcePropertiesBasicResource>
Property Value
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointGetOptionalParams) => Promise<EndpointResourcePropertiesBasicResource>
getModels
Get available models under the endpoint resource.
getModels: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointGetModelsOptionalParams) => PagedAsyncIterableIterator<EndpointModelProperties, EndpointModelProperties[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointGetModelsOptionalParams) => PagedAsyncIterableIterator<EndpointModelProperties, EndpointModelProperties[], PageSettings>
list
List All the endpoints under this workspace
list: (resourceGroupName: string, workspaceName: string, options?: EndpointListOptionalParams) => PagedAsyncIterableIterator<EndpointResourcePropertiesBasicResource, EndpointResourcePropertiesBasicResource[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: EndpointListOptionalParams) => PagedAsyncIterableIterator<EndpointResourcePropertiesBasicResource, EndpointResourcePropertiesBasicResource[], PageSettings>
listKeys
List keys for the endpoint resource.
listKeys: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointListKeysOptionalParams) => Promise<EndpointKeys>
Property Value
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointListKeysOptionalParams) => Promise<EndpointKeys>
regenerateKeys
Regenerate account keys
regenerateKeys: (resourceGroupName: string, workspaceName: string, endpointName: string, body: RegenerateServiceAccountKeyContent, options?: EndpointRegenerateKeysOptionalParams) => Promise<AccountApiKeys>
Property Value
(resourceGroupName: string, workspaceName: string, endpointName: string, body: RegenerateServiceAccountKeyContent, options?: EndpointRegenerateKeysOptionalParams) => Promise<AccountApiKeys>