1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. listEndpointKeys
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.machinelearningservices.listEndpointKeys

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Uses Azure REST API version 2025-01-01-preview.

Other available API versions: 2024-01-01-preview, 2024-07-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native machinelearningservices [ApiVersion]. See the version guide for details.

Using listEndpointKeys

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listEndpointKeys(args: ListEndpointKeysArgs, opts?: InvokeOptions): Promise<ListEndpointKeysResult>
function listEndpointKeysOutput(args: ListEndpointKeysOutputArgs, opts?: InvokeOptions): Output<ListEndpointKeysResult>
Copy
def list_endpoint_keys(endpoint_name: Optional[str] = None,
                       resource_group_name: Optional[str] = None,
                       workspace_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> ListEndpointKeysResult
def list_endpoint_keys_output(endpoint_name: Optional[pulumi.Input[str]] = None,
                       resource_group_name: Optional[pulumi.Input[str]] = None,
                       workspace_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[ListEndpointKeysResult]
Copy
func ListEndpointKeys(ctx *Context, args *ListEndpointKeysArgs, opts ...InvokeOption) (*ListEndpointKeysResult, error)
func ListEndpointKeysOutput(ctx *Context, args *ListEndpointKeysOutputArgs, opts ...InvokeOption) ListEndpointKeysResultOutput
Copy

> Note: This function is named ListEndpointKeys in the Go SDK.

public static class ListEndpointKeys 
{
    public static Task<ListEndpointKeysResult> InvokeAsync(ListEndpointKeysArgs args, InvokeOptions? opts = null)
    public static Output<ListEndpointKeysResult> Invoke(ListEndpointKeysInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListEndpointKeysResult> listEndpointKeys(ListEndpointKeysArgs args, InvokeOptions options)
public static Output<ListEndpointKeysResult> listEndpointKeys(ListEndpointKeysArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:machinelearningservices:listEndpointKeys
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EndpointName
This property is required.
Changes to this property will trigger replacement.
string
Name of the endpoint resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Azure Machine Learning Workspace Name
EndpointName
This property is required.
Changes to this property will trigger replacement.
string
Name of the endpoint resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Azure Machine Learning Workspace Name
endpointName
This property is required.
Changes to this property will trigger replacement.
String
Name of the endpoint resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Azure Machine Learning Workspace Name
endpointName
This property is required.
Changes to this property will trigger replacement.
string
Name of the endpoint resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
Azure Machine Learning Workspace Name
endpoint_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the endpoint resource.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
Azure Machine Learning Workspace Name
endpointName
This property is required.
Changes to this property will trigger replacement.
String
Name of the endpoint resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Azure Machine Learning Workspace Name

listEndpointKeys Result

The following output properties are available:

Keys AccountApiKeysResponse
Dictionary of Keys for the endpoint.
keys AccountApiKeysResponse
Dictionary of Keys for the endpoint.
keys AccountApiKeysResponse
Dictionary of Keys for the endpoint.
keys AccountApiKeysResponse
Dictionary of Keys for the endpoint.
keys Property Map
Dictionary of Keys for the endpoint.

Supporting Types

AccountApiKeysResponse

Key1 string
Key2 string
Key1 string
Key2 string
key1 String
key2 String
key1 string
key2 string
key1 str
key2 str
key1 String
key2 String

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi