ServerlessEndpoints Interface
public interface ServerlessEndpoints
Resource collection API of ServerlessEndpoints.
Method Summary
Method Details
define
public abstract ServerlessEndpoint.DefinitionStages.Blank define(String name)
Begins definition for a new ServerlessEndpoint resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String name)
Delete Serverless Endpoint (asynchronous).
Parameters:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String name, Context context)
Delete Serverless Endpoint (asynchronous).
Parameters:
deleteById
public abstract void deleteById(String id)
Delete Serverless Endpoint (asynchronous).
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete Serverless Endpoint (asynchronous).
Parameters:
get
public abstract ServerlessEndpoint get(String resourceGroupName, String workspaceName, String name)
Get Serverless Endpoint.
Parameters:
Returns:
getById
public abstract ServerlessEndpoint getById(String id)
Get Serverless Endpoint.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ServerlessEndpoint> getByIdWithResponse(String id, Context context)
Get Serverless Endpoint.
Parameters:
Returns:
getWithResponse
public abstract Response<ServerlessEndpoint> getWithResponse(String resourceGroupName, String workspaceName, String name, Context context)
Get Serverless Endpoint.
Parameters:
Returns:
list
public abstract PagedIterable<ServerlessEndpoint> list(String resourceGroupName, String workspaceName)
List Serverless Endpoints.
Parameters:
Returns:
list
public abstract PagedIterable<ServerlessEndpoint> list(String resourceGroupName, String workspaceName, String skip, Context context)
List Serverless Endpoints.
Parameters:
Returns:
listKeys
public abstract EndpointAuthKeys listKeys(String resourceGroupName, String workspaceName, String name)
List EndpointAuthKeys for an Endpoint using Key-based authentication.
Parameters:
Returns:
listKeysWithResponse
public abstract Response<EndpointAuthKeys> listKeysWithResponse(String resourceGroupName, String workspaceName, String name, Context context)
List EndpointAuthKeys for an Endpoint using Key-based authentication.
Parameters:
Returns:
regenerateKeys
public abstract EndpointAuthKeys regenerateKeys(String resourceGroupName, String workspaceName, String name, RegenerateEndpointKeysRequest body)
Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous).
Parameters:
Returns:
regenerateKeys
public abstract EndpointAuthKeys regenerateKeys(String resourceGroupName, String workspaceName, String name, RegenerateEndpointKeysRequest body, Context context)
Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous).
Parameters:
Returns: