1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. listWorkspaceConnectionSecrets
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.listWorkspaceConnectionSecrets

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: 2023-06-01-preview.

    Other available API versions: 2023-08-01-preview, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.

    Using listWorkspaceConnectionSecrets

    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 listWorkspaceConnectionSecrets(args: ListWorkspaceConnectionSecretsArgs, opts?: InvokeOptions): Promise<ListWorkspaceConnectionSecretsResult>
    function listWorkspaceConnectionSecretsOutput(args: ListWorkspaceConnectionSecretsOutputArgs, opts?: InvokeOptions): Output<ListWorkspaceConnectionSecretsResult>
    def list_workspace_connection_secrets(connection_name: Optional[str] = None,
                                          resource_group_name: Optional[str] = None,
                                          workspace_name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> ListWorkspaceConnectionSecretsResult
    def list_workspace_connection_secrets_output(connection_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[ListWorkspaceConnectionSecretsResult]
    func ListWorkspaceConnectionSecrets(ctx *Context, args *ListWorkspaceConnectionSecretsArgs, opts ...InvokeOption) (*ListWorkspaceConnectionSecretsResult, error)
    func ListWorkspaceConnectionSecretsOutput(ctx *Context, args *ListWorkspaceConnectionSecretsOutputArgs, opts ...InvokeOption) ListWorkspaceConnectionSecretsResultOutput

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

    public static class ListWorkspaceConnectionSecrets 
    {
        public static Task<ListWorkspaceConnectionSecretsResult> InvokeAsync(ListWorkspaceConnectionSecretsArgs args, InvokeOptions? opts = null)
        public static Output<ListWorkspaceConnectionSecretsResult> Invoke(ListWorkspaceConnectionSecretsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListWorkspaceConnectionSecretsResult> listWorkspaceConnectionSecrets(ListWorkspaceConnectionSecretsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:machinelearningservices:listWorkspaceConnectionSecrets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConnectionName string
    Friendly name of the workspace connection
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    ConnectionName string
    Friendly name of the workspace connection
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    connectionName String
    Friendly name of the workspace connection
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Name of Azure Machine Learning workspace.
    connectionName string
    Friendly name of the workspace connection
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    workspaceName string
    Name of Azure Machine Learning workspace.
    connection_name str
    Friendly name of the workspace connection
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    workspace_name str
    Name of Azure Machine Learning workspace.
    connectionName String
    Friendly name of the workspace connection
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    Name of Azure Machine Learning workspace.

    listWorkspaceConnectionSecrets Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.MachineLearningServices.Outputs.AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.ApiKeyAuthWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.CustomKeysWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.NoneAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.PATAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.SASAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse | Pulumi.AzureNative.MachineLearningServices.Outputs.UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse
    SystemData Pulumi.AzureNative.MachineLearningServices.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    Properties AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse | ApiKeyAuthWorkspaceConnectionPropertiesResponse | CustomKeysWorkspaceConnectionPropertiesResponse | ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse | NoneAuthTypeWorkspaceConnectionPropertiesResponse | PATAuthTypeWorkspaceConnectionPropertiesResponse | SASAuthTypeWorkspaceConnectionPropertiesResponse | ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse | UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    properties AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse | ApiKeyAuthWorkspaceConnectionPropertiesResponse | CustomKeysWorkspaceConnectionPropertiesResponse | ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse | NoneAuthTypeWorkspaceConnectionPropertiesResponse | PATAuthTypeWorkspaceConnectionPropertiesResponse | SASAuthTypeWorkspaceConnectionPropertiesResponse | ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse | UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    properties AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse | ApiKeyAuthWorkspaceConnectionPropertiesResponse | CustomKeysWorkspaceConnectionPropertiesResponse | ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse | NoneAuthTypeWorkspaceConnectionPropertiesResponse | PATAuthTypeWorkspaceConnectionPropertiesResponse | SASAuthTypeWorkspaceConnectionPropertiesResponse | ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse | UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    properties AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse | ApiKeyAuthWorkspaceConnectionPropertiesResponse | CustomKeysWorkspaceConnectionPropertiesResponse | ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse | NoneAuthTypeWorkspaceConnectionPropertiesResponse | PATAuthTypeWorkspaceConnectionPropertiesResponse | SASAuthTypeWorkspaceConnectionPropertiesResponse | ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse | UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    properties Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    AccessKeyAuthTypeWorkspaceConnectionPropertiesResponse

    Category string
    Category of the connection
    Credentials WorkspaceConnectionAccessKeyResponse
    ExpiryTime string
    Metadata interface{}
    Target string
    category String
    Category of the connection
    credentials WorkspaceConnectionAccessKeyResponse
    expiryTime String
    metadata Object
    target String
    category String
    Category of the connection
    credentials Property Map
    expiryTime String
    metadata Any
    target String

    ApiKeyAuthWorkspaceConnectionPropertiesResponse

    Category string
    Category of the connection
    Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionApiKeyResponse
    Api key object for workspace connection credential.
    ExpiryTime string
    Metadata object
    Target string
    Category string
    Category of the connection
    Credentials WorkspaceConnectionApiKeyResponse
    Api key object for workspace connection credential.
    ExpiryTime string
    Metadata interface{}
    Target string
    category String
    Category of the connection
    credentials WorkspaceConnectionApiKeyResponse
    Api key object for workspace connection credential.
    expiryTime String
    metadata Object
    target String
    category string
    Category of the connection
    credentials WorkspaceConnectionApiKeyResponse
    Api key object for workspace connection credential.
    expiryTime string
    metadata any
    target string
    category str
    Category of the connection
    credentials WorkspaceConnectionApiKeyResponse
    Api key object for workspace connection credential.
    expiry_time str
    metadata Any
    target str
    category String
    Category of the connection
    credentials Property Map
    Api key object for workspace connection credential.
    expiryTime String
    metadata Any
    target String

    CustomKeysResponse

    Keys Dictionary<string, string>
    Keys map[string]string
    keys Map<String,String>
    keys {[key: string]: string}
    keys Mapping[str, str]
    keys Map<String>

    CustomKeysWorkspaceConnectionPropertiesResponse

    Category string
    Category of the connection
    Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.CustomKeysResponse
    Custom Keys credential object
    ExpiryTime string
    Metadata object
    Target string
    Category string
    Category of the connection
    Credentials CustomKeysResponse
    Custom Keys credential object
    ExpiryTime string
    Metadata interface{}
    Target string
    category String
    Category of the connection
    credentials CustomKeysResponse
    Custom Keys credential object
    expiryTime String
    metadata Object
    target String
    category string
    Category of the connection
    credentials CustomKeysResponse
    Custom Keys credential object
    expiryTime string
    metadata any
    target string
    category str
    Category of the connection
    credentials CustomKeysResponse
    Custom Keys credential object
    expiry_time str
    metadata Any
    target str
    category String
    Category of the connection
    credentials Property Map
    Custom Keys credential object
    expiryTime String
    metadata Any
    target String

    ManagedIdentityAuthTypeWorkspaceConnectionPropertiesResponse

    Category string
    Category of the connection
    Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionManagedIdentityResponse
    ExpiryTime string
    Metadata object
    Target string
    Value string
    Value details of the workspace connection.
    ValueFormat string
    format for the workspace connection value
    Category string
    Category of the connection
    Credentials WorkspaceConnectionManagedIdentityResponse
    ExpiryTime string
    Metadata interface{}
    Target string
    Value string
    Value details of the workspace connection.
    ValueFormat string
    format for the workspace connection value
    category String
    Category of the connection
    credentials WorkspaceConnectionManagedIdentityResponse
    expiryTime String
    metadata Object
    target String
    value String
    Value details of the workspace connection.
    valueFormat String
    format for the workspace connection value
    category string
    Category of the connection
    credentials WorkspaceConnectionManagedIdentityResponse
    expiryTime string
    metadata any
    target string
    value string
    Value details of the workspace connection.
    valueFormat string
    format for the workspace connection value
    category str
    Category of the connection
    credentials WorkspaceConnectionManagedIdentityResponse
    expiry_time str
    metadata Any
    target str
    value str
    Value details of the workspace connection.
    value_format str
    format for the workspace connection value
    category String
    Category of the connection
    credentials Property Map
    expiryTime String
    metadata Any
    target String
    value String
    Value details of the workspace connection.
    valueFormat String
    format for the workspace connection value

    NoneAuthTypeWorkspaceConnectionPropertiesResponse

    Category string
    Category of the connection
    ExpiryTime string
    Metadata object
    Target string
    Value string
    Value details of the workspace connection.
    ValueFormat string
    format for the workspace connection value
    Category string
    Category of the connection
    ExpiryTime string
    Metadata interface{}
    Target string
    Value string
    Value details of the workspace connection.
    ValueFormat string
    format for the workspace connection value
    category String
    Category of the connection
    expiryTime String
    metadata Object
    target String
    value String
    Value details of the workspace connection.
    valueFormat String
    format for the workspace connection value
    category string
    Category of the connection
    expiryTime string
    metadata any
    target string
    value string
    Value details of the workspace connection.
    valueFormat string
    format for the workspace connection value
    category str
    Category of the connection
    expiry_time str
    metadata Any
    target str
    value str
    Value details of the workspace connection.
    value_format str
    format for the workspace connection value
    category String
    Category of the connection
    expiryTime String
    metadata Any
    target String
    value String
    Value details of the workspace connection.
    valueFormat String
    format for the workspace connection value

    PATAuthTypeWorkspaceConnectionPropertiesResponse

    Category string
    Category of the connection
    Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionPersonalAccessTokenResponse
    ExpiryTime string
    Metadata object
    Target string
    Value string
    Value details of the workspace connection.
    ValueFormat string
    format for the workspace connection value
    Category string
    Category of the connection
    Credentials WorkspaceConnectionPersonalAccessTokenResponse
    ExpiryTime string
    Metadata interface{}
    Target string
    Value string
    Value details of the workspace connection.
    ValueFormat string
    format for the workspace connection value
    category String
    Category of the connection
    credentials WorkspaceConnectionPersonalAccessTokenResponse
    expiryTime String
    metadata Object
    target String
    value String
    Value details of the workspace connection.
    valueFormat String
    format for the workspace connection value
    category string
    Category of the connection
    credentials WorkspaceConnectionPersonalAccessTokenResponse
    expiryTime string
    metadata any
    target string
    value string
    Value details of the workspace connection.
    valueFormat string
    format for the workspace connection value
    category str
    Category of the connection
    credentials WorkspaceConnectionPersonalAccessTokenResponse
    expiry_time str
    metadata Any
    target str
    value str
    Value details of the workspace connection.
    value_format str
    format for the workspace connection value
    category String
    Category of the connection
    credentials Property Map
    expiryTime String
    metadata Any
    target String
    value String
    Value details of the workspace connection.
    valueFormat String
    format for the workspace connection value

    SASAuthTypeWorkspaceConnectionPropertiesResponse

    Category string
    Category of the connection
    Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionSharedAccessSignatureResponse
    ExpiryTime string
    Metadata object
    Target string
    Value string
    Value details of the workspace connection.
    ValueFormat string
    format for the workspace connection value
    Category string
    Category of the connection
    Credentials WorkspaceConnectionSharedAccessSignatureResponse
    ExpiryTime string
    Metadata interface{}
    Target string
    Value string
    Value details of the workspace connection.
    ValueFormat string
    format for the workspace connection value
    category String
    Category of the connection
    credentials WorkspaceConnectionSharedAccessSignatureResponse
    expiryTime String
    metadata Object
    target String
    value String
    Value details of the workspace connection.
    valueFormat String
    format for the workspace connection value
    category string
    Category of the connection
    credentials WorkspaceConnectionSharedAccessSignatureResponse
    expiryTime string
    metadata any
    target string
    value string
    Value details of the workspace connection.
    valueFormat string
    format for the workspace connection value
    category str
    Category of the connection
    credentials WorkspaceConnectionSharedAccessSignatureResponse
    expiry_time str
    metadata Any
    target str
    value str
    Value details of the workspace connection.
    value_format str
    format for the workspace connection value
    category String
    Category of the connection
    credentials Property Map
    expiryTime String
    metadata Any
    target String
    value String
    Value details of the workspace connection.
    valueFormat String
    format for the workspace connection value

    ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse

    Category string
    Category of the connection
    Credentials WorkspaceConnectionServicePrincipalResponse
    ExpiryTime string
    Metadata interface{}
    Target string
    category String
    Category of the connection
    credentials Property Map
    expiryTime String
    metadata Any
    target String

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    UsernamePasswordAuthTypeWorkspaceConnectionPropertiesResponse

    Category string
    Category of the connection
    Credentials Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceConnectionUsernamePasswordResponse
    ExpiryTime string
    Metadata object
    Target string
    Value string
    Value details of the workspace connection.
    ValueFormat string
    format for the workspace connection value
    Category string
    Category of the connection
    Credentials WorkspaceConnectionUsernamePasswordResponse
    ExpiryTime string
    Metadata interface{}
    Target string
    Value string
    Value details of the workspace connection.
    ValueFormat string
    format for the workspace connection value
    category String
    Category of the connection
    credentials WorkspaceConnectionUsernamePasswordResponse
    expiryTime String
    metadata Object
    target String
    value String
    Value details of the workspace connection.
    valueFormat String
    format for the workspace connection value
    category string
    Category of the connection
    credentials WorkspaceConnectionUsernamePasswordResponse
    expiryTime string
    metadata any
    target string
    value string
    Value details of the workspace connection.
    valueFormat string
    format for the workspace connection value
    category str
    Category of the connection
    credentials WorkspaceConnectionUsernamePasswordResponse
    expiry_time str
    metadata Any
    target str
    value str
    Value details of the workspace connection.
    value_format str
    format for the workspace connection value
    category String
    Category of the connection
    credentials Property Map
    expiryTime String
    metadata Any
    target String
    value String
    Value details of the workspace connection.
    valueFormat String
    format for the workspace connection value

    WorkspaceConnectionAccessKeyResponse

    WorkspaceConnectionApiKeyResponse

    Key string
    Key string
    key String
    key string
    key str
    key String

    WorkspaceConnectionManagedIdentityResponse

    ClientId string
    ResourceId string
    ClientId string
    ResourceId string
    clientId String
    resourceId String
    clientId string
    resourceId string
    clientId String
    resourceId String

    WorkspaceConnectionPersonalAccessTokenResponse

    Pat string
    Pat string
    pat String
    pat string
    pat str
    pat String

    WorkspaceConnectionServicePrincipalResponse

    ClientId string
    ClientSecret string
    TenantId string
    ClientId string
    ClientSecret string
    TenantId string
    clientId String
    clientSecret String
    tenantId String
    clientId string
    clientSecret string
    tenantId string
    clientId String
    clientSecret String
    tenantId String

    WorkspaceConnectionSharedAccessSignatureResponse

    Sas string
    Sas string
    sas String
    sas string
    sas str
    sas String

    WorkspaceConnectionUsernamePasswordResponse

    Password string
    Username string
    Password string
    Username string
    password String
    username String
    password string
    username string
    password String
    username 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