published on Thursday, Aug 13, 2026 by Pulumi
published on Thursday, Aug 13, 2026 by Pulumi
Uses Azure REST API version 2025-01-01-preview.
Other available API versions: 2024-10-01-preview, 2025-04-01-preview, 2025-07-01-preview, 2025-10-01-preview, 2026-01-15-preview, 2026-03-15-preview, 2026-05-15-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 listConnectionAllModels
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 listConnectionAllModels(args: ListConnectionAllModelsArgs, opts?: InvokeOptions): Promise<ListConnectionAllModelsResult>
function listConnectionAllModelsOutput(args: ListConnectionAllModelsOutputArgs, opts?: InvokeOutputOptions): Output<ListConnectionAllModelsResult>def list_connection_all_models(resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListConnectionAllModelsResult
def list_connection_all_models_output(resource_group_name: pulumi.Input[Optional[str]] = None,
workspace_name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[ListConnectionAllModelsResult]func ListConnectionAllModels(ctx *Context, args *ListConnectionAllModelsArgs, opts ...InvokeOption) (*ListConnectionAllModelsResult, error)
func ListConnectionAllModelsOutput(ctx *Context, args *ListConnectionAllModelsOutputArgs, opts ...InvokeOption) ListConnectionAllModelsResultOutput> Note: This function is named ListConnectionAllModels in the Go SDK.
public static class ListConnectionAllModels
{
public static Task<ListConnectionAllModelsResult> InvokeAsync(ListConnectionAllModelsArgs args, InvokeOptions? opts = null)
public static Output<ListConnectionAllModelsResult> Invoke(ListConnectionAllModelsInvokeArgs args, InvokeOptions? opts = null)
public static Output<ListConnectionAllModelsResult> Invoke(ListConnectionAllModelsInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<ListConnectionAllModelsResult> listConnectionAllModels(ListConnectionAllModelsArgs args, InvokeOptions options)
public static Output<ListConnectionAllModelsResult> listConnectionAllModels(ListConnectionAllModelsArgs args, InvokeOptions options)
public static Output<ListConnectionAllModelsResult> listConnectionAllModels(ListConnectionAllModelsArgs args, InvokeOutputOptions options)
fn::invoke:
function: azure-native:machinelearningservices:listConnectionAllModels
arguments:
# arguments dictionarydata "azure-native_machinelearningservices_list_connection_all_models" "name" {
# arguments
}The following arguments are supported:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - Azure Machine Learning Workspace Name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - Azure Machine Learning Workspace Name
- resource_
group_ stringname - The name of the resource group. The name is case insensitive.
- workspace_
name string - Azure Machine Learning Workspace Name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - Azure Machine Learning Workspace Name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- workspace
Name string - Azure Machine Learning Workspace Name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- workspace_
name str - Azure Machine Learning Workspace Name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - Azure Machine Learning Workspace Name
listConnectionAllModels Result
The following output properties are available:
- Next
Link string - The link to the next page constructed using the continuationToken. If null, there are no additional pages.
- Value
List<Pulumi.
Azure Native. Machine Learning Services. Outputs. Endpoint Model Properties Response> - List of models.
- Next
Link string - The link to the next page constructed using the continuationToken. If null, there are no additional pages.
- Value
[]Endpoint
Model Properties Response - List of models.
- next_
link string - The link to the next page constructed using the continuationToken. If null, there are no additional pages.
- value list(object)
- List of models.
- next
Link String - The link to the next page constructed using the continuationToken. If null, there are no additional pages.
- value
List<Endpoint
Model Properties Response> - List of models.
- next
Link string - The link to the next page constructed using the continuationToken. If null, there are no additional pages.
- value
Endpoint
Model Properties Response[] - List of models.
- next_
link str - The link to the next page constructed using the continuationToken. If null, there are no additional pages.
- value
Sequence[Endpoint
Model Properties Response] - List of models.
- next
Link String - The link to the next page constructed using the continuationToken. If null, there are no additional pages.
- value List<Property Map>
- List of models.
Supporting Types
EndpointModelDeprecationPropertiesResponse
EndpointModelPropertiesResponse
- System
Data Pulumi.Azure Native. Machine Learning Services. Inputs. System Data Response - Metadata pertaining to creation and last modification of the resource.
- Capabilities Dictionary<string, string>
- The capabilities.
- Deprecation
Pulumi.
Azure Native. Machine Learning Services. Inputs. Endpoint Model Deprecation Properties Response - Finetune
Capabilities Dictionary<string, string> - The capabilities for finetune models.
- Format string
- Deployment model format.
- Is
Default boolVersion - If the model is default version.
- Lifecycle
Status string - Model lifecycle status.
- Max
Capacity int - The max capacity.
- Name string
- Deployment model name.
- Skus
List<Pulumi.
Azure Native. Machine Learning Services. Inputs. Endpoint Model Sku Properties Response> - The list of Model Sku.
- Version string
- Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Capabilities map[string]string
- The capabilities.
- Deprecation
Endpoint
Model Deprecation Properties Response - Finetune
Capabilities map[string]string - The capabilities for finetune models.
- Format string
- Deployment model format.
- Is
Default boolVersion - If the model is default version.
- Lifecycle
Status string - Model lifecycle status.
- Max
Capacity int - The max capacity.
- Name string
- Deployment model name.
- Skus
[]Endpoint
Model Sku Properties Response - The list of Model Sku.
- Version string
- Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
- system_
data object - Metadata pertaining to creation and last modification of the resource.
- capabilities map(string)
- The capabilities.
- deprecation object
- finetune_
capabilities map(string) - The capabilities for finetune models.
- format string
- Deployment model format.
- is_
default_ boolversion - If the model is default version.
- lifecycle_
status string - Model lifecycle status.
- max_
capacity number - The max capacity.
- name string
- Deployment model name.
- skus list(object)
- The list of Model Sku.
- version string
- Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- capabilities Map<String,String>
- The capabilities.
- deprecation
Endpoint
Model Deprecation Properties Response - finetune
Capabilities Map<String,String> - The capabilities for finetune models.
- format String
- Deployment model format.
- is
Default BooleanVersion - If the model is default version.
- lifecycle
Status String - Model lifecycle status.
- max
Capacity Integer - The max capacity.
- name String
- Deployment model name.
- skus
List<Endpoint
Model Sku Properties Response> - The list of Model Sku.
- version String
- Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- capabilities {[key: string]: string}
- The capabilities.
- deprecation
Endpoint
Model Deprecation Properties Response - finetune
Capabilities {[key: string]: string} - The capabilities for finetune models.
- format string
- Deployment model format.
- is
Default booleanVersion - If the model is default version.
- lifecycle
Status string - Model lifecycle status.
- max
Capacity number - The max capacity.
- name string
- Deployment model name.
- skus
Endpoint
Model Sku Properties Response[] - The list of Model Sku.
- version string
- Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- capabilities Mapping[str, str]
- The capabilities.
- deprecation
Endpoint
Model Deprecation Properties Response - finetune_
capabilities Mapping[str, str] - The capabilities for finetune models.
- format str
- Deployment model format.
- is_
default_ boolversion - If the model is default version.
- lifecycle_
status str - Model lifecycle status.
- max_
capacity int - The max capacity.
- name str
- Deployment model name.
- skus
Sequence[Endpoint
Model Sku Properties Response] - The list of Model Sku.
- version str
- Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- capabilities Map<String>
- The capabilities.
- deprecation Property Map
- finetune
Capabilities Map<String> - The capabilities for finetune models.
- format String
- Deployment model format.
- is
Default BooleanVersion - If the model is default version.
- lifecycle
Status String - Model lifecycle status.
- max
Capacity Number - The max capacity.
- name String
- Deployment model name.
- skus List<Property Map>
- The list of Model Sku.
- version String
- Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.
EndpointModelSkuCapacityPropertiesResponse
EndpointModelSkuPropertiesResponse
- Capacity
Pulumi.
Azure Native. Machine Learning Services. Inputs. Endpoint Model Sku Capacity Properties Response - Connection
Ids List<string> - The list of ARM id for the connection support this SKU.
- Deprecation
Date string - The datetime of deprecation of the model SKU.
- Name string
- The name of the model SKU.
- Rate
Limits List<Pulumi.Azure Native. Machine Learning Services. Inputs. Endpoint Model Sku Rate Limit Properties Response> - Usage
Name string - The usage name of the model SKU.
- Capacity
Endpoint
Model Sku Capacity Properties Response - Connection
Ids []string - The list of ARM id for the connection support this SKU.
- Deprecation
Date string - The datetime of deprecation of the model SKU.
- Name string
- The name of the model SKU.
- Rate
Limits []EndpointModel Sku Rate Limit Properties Response - Usage
Name string - The usage name of the model SKU.
- capacity object
- connection_
ids list(string) - The list of ARM id for the connection support this SKU.
- deprecation_
date string - The datetime of deprecation of the model SKU.
- name string
- The name of the model SKU.
- rate_
limits list(object) - usage_
name string - The usage name of the model SKU.
- capacity
Endpoint
Model Sku Capacity Properties Response - connection
Ids List<String> - The list of ARM id for the connection support this SKU.
- deprecation
Date String - The datetime of deprecation of the model SKU.
- name String
- The name of the model SKU.
- rate
Limits List<EndpointModel Sku Rate Limit Properties Response> - usage
Name String - The usage name of the model SKU.
- capacity
Endpoint
Model Sku Capacity Properties Response - connection
Ids string[] - The list of ARM id for the connection support this SKU.
- deprecation
Date string - The datetime of deprecation of the model SKU.
- name string
- The name of the model SKU.
- rate
Limits EndpointModel Sku Rate Limit Properties Response[] - usage
Name string - The usage name of the model SKU.
- capacity
Endpoint
Model Sku Capacity Properties Response - connection_
ids Sequence[str] - The list of ARM id for the connection support this SKU.
- deprecation_
date str - The datetime of deprecation of the model SKU.
- name str
- The name of the model SKU.
- rate_
limits Sequence[EndpointModel Sku Rate Limit Properties Response] - usage_
name str - The usage name of the model SKU.
- capacity Property Map
- connection
Ids List<String> - The list of ARM id for the connection support this SKU.
- deprecation
Date String - The datetime of deprecation of the model SKU.
- name String
- The name of the model SKU.
- rate
Limits List<Property Map> - usage
Name String - The usage name of the model SKU.
EndpointModelSkuRateLimitPropertiesResponse
- Count double
- The count value of Call Rate Limit.
- Renewal
Period double - The renewal period in seconds of Call Rate Limit.
- Rules
List<Pulumi.
Azure Native. Machine Learning Services. Inputs. Endpoint Model Sku Rate Limit Rule Properties Response> - The call rate limit for the model.
- Count float64
- The count value of Call Rate Limit.
- Renewal
Period float64 - The renewal period in seconds of Call Rate Limit.
- Rules
[]Endpoint
Model Sku Rate Limit Rule Properties Response - The call rate limit for the model.
- count number
- The count value of Call Rate Limit.
- renewal_
period number - The renewal period in seconds of Call Rate Limit.
- rules list(object)
- The call rate limit for the model.
- count Double
- The count value of Call Rate Limit.
- renewal
Period Double - The renewal period in seconds of Call Rate Limit.
- rules
List<Endpoint
Model Sku Rate Limit Rule Properties Response> - The call rate limit for the model.
- count number
- The count value of Call Rate Limit.
- renewal
Period number - The renewal period in seconds of Call Rate Limit.
- rules
Endpoint
Model Sku Rate Limit Rule Properties Response[] - The call rate limit for the model.
- count float
- The count value of Call Rate Limit.
- renewal_
period float - The renewal period in seconds of Call Rate Limit.
- rules
Sequence[Endpoint
Model Sku Rate Limit Rule Properties Response] - The call rate limit for the model.
- count Number
- The count value of Call Rate Limit.
- renewal
Period Number - The renewal period in seconds of Call Rate Limit.
- rules List<Property Map>
- The call rate limit for the model.
EndpointModelSkuRateLimitRulePatternPropertiesResponse
EndpointModelSkuRateLimitRulePropertiesResponse
- Count double
- Dynamic
Throttling boolEnabled - If the dynamic throttling is enabled.
- Key string
- Match
Patterns List<Pulumi.Azure Native. Machine Learning Services. Inputs. Endpoint Model Sku Rate Limit Rule Pattern Properties Response> - Min
Count double - Renewal
Period double
- Count float64
- Dynamic
Throttling boolEnabled - If the dynamic throttling is enabled.
- Key string
- Match
Patterns []EndpointModel Sku Rate Limit Rule Pattern Properties Response - Min
Count float64 - Renewal
Period float64
- count number
- dynamic_
throttling_ boolenabled - If the dynamic throttling is enabled.
- key string
- match_
patterns list(object) - min_
count number - renewal_
period number
- count Double
- dynamic
Throttling BooleanEnabled - If the dynamic throttling is enabled.
- key String
- match
Patterns List<EndpointModel Sku Rate Limit Rule Pattern Properties Response> - min
Count Double - renewal
Period Double
- count number
- dynamic
Throttling booleanEnabled - If the dynamic throttling is enabled.
- key string
- match
Patterns EndpointModel Sku Rate Limit Rule Pattern Properties Response[] - min
Count number - renewal
Period number
- count float
- dynamic_
throttling_ boolenabled - If the dynamic throttling is enabled.
- key str
- match_
patterns Sequence[EndpointModel Sku Rate Limit Rule Pattern Properties Response] - min_
count float - renewal_
period float
- count Number
- dynamic
Throttling BooleanEnabled - If the dynamic throttling is enabled.
- key String
- match
Patterns List<Property Map> - min
Count Number - renewal
Period Number
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at string - The timestamp of resource creation (UTC).
- created_
by string - The identity that created the resource.
- created_
by_ stringtype - The type of identity that created the resource.
- last_
modified_ stringat - The timestamp of resource last modification (UTC)
- last_
modified_ stringby - The identity that last modified the resource.
- last_
modified_ stringby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
published on Thursday, Aug 13, 2026 by Pulumi