1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. listEndpointKeys
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.machinelearningservices.listEndpointKeys

Explore with Pulumi AI

azure-native logo
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

    Azure REST API version: 2024-01-01-preview.

    Other available API versions: 2024-04-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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:machinelearningservices:listEndpointKeys
      arguments:
        # arguments dictionary

    The following arguments are supported:

    EndpointName string
    Name of the endpoint resource.
    ResourceGroupName string
    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.
    ResourceGroupName string
    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.
    resourceGroupName String
    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.
    resourceGroupName string
    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_name str
    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.
    resourceGroupName String
    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 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
    azure-native logo
    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.39.0 published on Monday, Apr 29, 2024 by Pulumi