azure-native.machinelearningservices.listEndpointKeys
Explore with Pulumi AI
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, 2025-04-01-preview, 2025-07-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>
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 dictionary
The following arguments are supported:
- Endpoint
Name string - Name of the endpoint resource.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - Azure Machine Learning Workspace Name
- Endpoint
Name string - Name of the endpoint resource.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - Azure Machine Learning Workspace Name
- endpoint
Name String - Name of the endpoint resource.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - Azure Machine Learning Workspace Name
- endpoint
Name string - Name of the endpoint resource.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- workspace
Name 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
- endpoint
Name String - Name of the endpoint resource.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name 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
Account
Api Keys Response - Dictionary of Keys for the endpoint.
- keys
Account
Api Keys Response - Dictionary of Keys for the endpoint.
- keys
Account
Api Keys Response - Dictionary of Keys for the endpoint.
- keys
Account
Api 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