This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.machinelearningservices.listEndpointKeys
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Azure REST API version: 2024-01-01-preview.
Other available API versions: 2024-04-01-preview, 2024-07-01-preview, 2024-10-01-preview.
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>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]func ListEndpointKeys(ctx *Context, args *ListEndpointKeysArgs, opts ...InvokeOption) (*ListEndpointKeysResult, error)
func ListEndpointKeysOutput(ctx *Context, args *ListEndpointKeysOutputArgs, opts ...InvokeOption) ListEndpointKeysResultOutput> 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)
}public static CompletableFuture<ListEndpointKeysResult> listEndpointKeys(ListEndpointKeysArgs args, InvokeOptions options)
public static Output<ListEndpointKeysResult> listEndpointKeys(ListEndpointKeysArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:machinelearningservices:listEndpointKeys
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EndpointName string
- Name of the endpoint resource.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- WorkspaceName string
- Azure Machine Learning Workspace Name
- EndpointName string
- Name of the endpoint resource.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- WorkspaceName string
- Azure Machine Learning Workspace Name
- endpointName String
- Name of the endpoint resource.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- workspaceName String
- Azure Machine Learning Workspace Name
- endpointName string
- Name of the endpoint resource.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- workspaceName string
- Azure Machine Learning Workspace Name
- endpoint_name str
- Name of the endpoint resource.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- workspace_name str
- Azure Machine Learning Workspace Name
- endpointName String
- Name of the endpoint resource.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- workspaceName String
- Azure Machine Learning Workspace Name
listEndpointKeys Result
The following output properties are available:
- Keys
Pulumi.Azure Native. Machine Learning Services. Outputs. Account Api Keys Response 
- Dictionary of Keys for the endpoint.
- Keys
AccountApi Keys Response 
- Dictionary of Keys for the endpoint.
- keys
AccountApi Keys Response 
- Dictionary of Keys for the endpoint.
- keys
AccountApi Keys Response 
- Dictionary of Keys for the endpoint.
- keys
AccountApi Keys Response 
- Dictionary of Keys for the endpoint.
- keys Property Map
- Dictionary of Keys for the endpoint.
Supporting Types
AccountApiKeysResponse   
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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi