326 строки
25 KiB
YAML
326 строки
25 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints"
|
|
name: "ServerlessEndpoints"
|
|
nameWithType: "ServerlessEndpoints"
|
|
summary: "Resource collection API of Serverless<wbr>Endpoints."
|
|
syntax: "public interface **ServerlessEndpoints**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "ServerlessEndpoints.define(String name)"
|
|
summary: "Begins definition for a new Serverless<wbr>Endpoint resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ServerlessEndpoint.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new ServerlessEndpoint resource."
|
|
returns:
|
|
description: "the first stage of the new ServerlessEndpoint definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint.DefinitionStages.Blank?alt=com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.delete(String resourceGroupName, String workspaceName, String name)"
|
|
name: "delete(String resourceGroupName, String workspaceName, String name)"
|
|
nameWithType: "ServerlessEndpoints.delete(String resourceGroupName, String workspaceName, String name)"
|
|
summary: "Delete Serverless Endpoint (asynchronous)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of Azure Machine Learning workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serverless Endpoint name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String workspaceName, String name)"
|
|
desc: "Delete Serverless Endpoint (asynchronous)."
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.delete(String resourceGroupName, String workspaceName, String name, Context context)"
|
|
name: "delete(String resourceGroupName, String workspaceName, String name, Context context)"
|
|
nameWithType: "ServerlessEndpoints.delete(String resourceGroupName, String workspaceName, String name, Context context)"
|
|
summary: "Delete Serverless Endpoint (asynchronous)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of Azure Machine Learning workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serverless Endpoint name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String resourceGroupName, String workspaceName, String name, Context context)"
|
|
desc: "Delete Serverless Endpoint (asynchronous)."
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "ServerlessEndpoints.deleteById(String id)"
|
|
summary: "Delete Serverless Endpoint (asynchronous)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteById(String id)"
|
|
desc: "Delete Serverless Endpoint (asynchronous)."
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "ServerlessEndpoints.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Delete Serverless Endpoint (asynchronous)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void deleteByIdWithResponse(String id, Context context)"
|
|
desc: "Delete Serverless Endpoint (asynchronous)."
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.get(String resourceGroupName, String workspaceName, String name)"
|
|
name: "get(String resourceGroupName, String workspaceName, String name)"
|
|
nameWithType: "ServerlessEndpoints.get(String resourceGroupName, String workspaceName, String name)"
|
|
summary: "Get Serverless Endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of Azure Machine Learning workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serverless Endpoint name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ServerlessEndpoint get(String resourceGroupName, String workspaceName, String name)"
|
|
desc: "Get Serverless Endpoint."
|
|
returns:
|
|
description: "serverless Endpoint."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint?alt=com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint&text=ServerlessEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "ServerlessEndpoints.getById(String id)"
|
|
summary: "Get Serverless Endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ServerlessEndpoint getById(String id)"
|
|
desc: "Get Serverless Endpoint."
|
|
returns:
|
|
description: "serverless Endpoint along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint?alt=com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint&text=ServerlessEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "ServerlessEndpoints.getByIdWithResponse(String id, Context context)"
|
|
summary: "Get Serverless Endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<ServerlessEndpoint> getByIdWithResponse(String id, Context context)"
|
|
desc: "Get Serverless Endpoint."
|
|
returns:
|
|
description: "serverless Endpoint along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint?alt=com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint&text=ServerlessEndpoint\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.getWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
|
|
nameWithType: "ServerlessEndpoints.getWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
|
|
summary: "Get Serverless Endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of Azure Machine Learning workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serverless Endpoint name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<ServerlessEndpoint> getWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
|
|
desc: "Get Serverless Endpoint."
|
|
returns:
|
|
description: "serverless Endpoint along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint?alt=com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint&text=ServerlessEndpoint\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.list(String resourceGroupName, String workspaceName)"
|
|
name: "list(String resourceGroupName, String workspaceName)"
|
|
nameWithType: "ServerlessEndpoints.list(String resourceGroupName, String workspaceName)"
|
|
summary: "List Serverless Endpoints."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of Azure Machine Learning workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<ServerlessEndpoint> list(String resourceGroupName, String workspaceName)"
|
|
desc: "List Serverless Endpoints."
|
|
returns:
|
|
description: "a paginated list of ServerlessEndpoint entities as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint?alt=com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint&text=ServerlessEndpoint\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.list(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.list(String resourceGroupName, String workspaceName, String skip, Context context)"
|
|
name: "list(String resourceGroupName, String workspaceName, String skip, Context context)"
|
|
nameWithType: "ServerlessEndpoints.list(String resourceGroupName, String workspaceName, String skip, Context context)"
|
|
summary: "List Serverless Endpoints."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of Azure Machine Learning workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Continuation token for pagination."
|
|
name: "skip"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<ServerlessEndpoint> list(String resourceGroupName, String workspaceName, String skip, Context context)"
|
|
desc: "List Serverless Endpoints."
|
|
returns:
|
|
description: "a paginated list of ServerlessEndpoint entities as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint?alt=com.azure.resourcemanager.machinelearning.models.ServerlessEndpoint&text=ServerlessEndpoint\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.listKeys(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.listKeys(String resourceGroupName, String workspaceName, String name)"
|
|
name: "listKeys(String resourceGroupName, String workspaceName, String name)"
|
|
nameWithType: "ServerlessEndpoints.listKeys(String resourceGroupName, String workspaceName, String name)"
|
|
summary: "List Endpoint<wbr>Auth<wbr>Keys for an Endpoint using Key-based authentication."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of Azure Machine Learning workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serverless Endpoint name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract EndpointAuthKeys listKeys(String resourceGroupName, String workspaceName, String name)"
|
|
desc: "List EndpointAuthKeys for an Endpoint using Key-based authentication."
|
|
returns:
|
|
description: "keys for endpoint authentication."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys?alt=com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys&text=EndpointAuthKeys\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.listKeysWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.listKeysWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
|
|
name: "listKeysWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
|
|
nameWithType: "ServerlessEndpoints.listKeysWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
|
|
summary: "List Endpoint<wbr>Auth<wbr>Keys for an Endpoint using Key-based authentication."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of Azure Machine Learning workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serverless Endpoint name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<EndpointAuthKeys> listKeysWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
|
|
desc: "List EndpointAuthKeys for an Endpoint using Key-based authentication."
|
|
returns:
|
|
description: "keys for endpoint authentication along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys?alt=com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys&text=EndpointAuthKeys\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.regenerateKeys(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearning.models.RegenerateEndpointKeysRequest)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.regenerateKeys(String resourceGroupName, String workspaceName, String name, RegenerateEndpointKeysRequest body)"
|
|
name: "regenerateKeys(String resourceGroupName, String workspaceName, String name, RegenerateEndpointKeysRequest body)"
|
|
nameWithType: "ServerlessEndpoints.regenerateKeys(String resourceGroupName, String workspaceName, String name, RegenerateEndpointKeysRequest body)"
|
|
summary: "Regenerate Endpoint<wbr>Auth<wbr>Keys for an Endpoint using Key-based authentication (asynchronous)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of Azure Machine Learning workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serverless Endpoint name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "RegenerateKeys request ."
|
|
name: "body"
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.RegenerateEndpointKeysRequest?alt=com.azure.resourcemanager.machinelearning.models.RegenerateEndpointKeysRequest&text=RegenerateEndpointKeysRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract EndpointAuthKeys regenerateKeys(String resourceGroupName, String workspaceName, String name, RegenerateEndpointKeysRequest body)"
|
|
desc: "Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous)."
|
|
returns:
|
|
description: "keys for endpoint authentication."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys?alt=com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys&text=EndpointAuthKeys\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.regenerateKeys(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearning.models.RegenerateEndpointKeysRequest,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ServerlessEndpoints.regenerateKeys(String resourceGroupName, String workspaceName, String name, RegenerateEndpointKeysRequest body, Context context)"
|
|
name: "regenerateKeys(String resourceGroupName, String workspaceName, String name, RegenerateEndpointKeysRequest body, Context context)"
|
|
nameWithType: "ServerlessEndpoints.regenerateKeys(String resourceGroupName, String workspaceName, String name, RegenerateEndpointKeysRequest body, Context context)"
|
|
summary: "Regenerate Endpoint<wbr>Auth<wbr>Keys for an Endpoint using Key-based authentication (asynchronous)."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of Azure Machine Learning workspace."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Serverless Endpoint name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "RegenerateKeys request ."
|
|
name: "body"
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.RegenerateEndpointKeysRequest?alt=com.azure.resourcemanager.machinelearning.models.RegenerateEndpointKeysRequest&text=RegenerateEndpointKeysRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract EndpointAuthKeys regenerateKeys(String resourceGroupName, String workspaceName, String name, RegenerateEndpointKeysRequest body, Context context)"
|
|
desc: "Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous)."
|
|
returns:
|
|
description: "keys for endpoint authentication."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys?alt=com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys&text=EndpointAuthKeys\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Resource collection API of ServerlessEndpoints."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearning.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|