1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. getMachineLearningDatastore
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.33.0 published on Friday, Mar 22, 2024 by Pulumi

azure-native.machinelearningservices.getMachineLearningDatastore

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.33.0 published on Friday, Mar 22, 2024 by Pulumi

    Get a Datastore by name. Azure REST API version: 2020-05-01-preview.

    Using getMachineLearningDatastore

    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 getMachineLearningDatastore(args: GetMachineLearningDatastoreArgs, opts?: InvokeOptions): Promise<GetMachineLearningDatastoreResult>
    function getMachineLearningDatastoreOutput(args: GetMachineLearningDatastoreOutputArgs, opts?: InvokeOptions): Output<GetMachineLearningDatastoreResult>
    def get_machine_learning_datastore(datastore_name: Optional[str] = None,
                                       resource_group_name: Optional[str] = None,
                                       workspace_name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetMachineLearningDatastoreResult
    def get_machine_learning_datastore_output(datastore_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[GetMachineLearningDatastoreResult]
    func LookupMachineLearningDatastore(ctx *Context, args *LookupMachineLearningDatastoreArgs, opts ...InvokeOption) (*LookupMachineLearningDatastoreResult, error)
    func LookupMachineLearningDatastoreOutput(ctx *Context, args *LookupMachineLearningDatastoreOutputArgs, opts ...InvokeOption) LookupMachineLearningDatastoreResultOutput

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

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

    The following arguments are supported:

    DatastoreName string
    The Datastore name.
    ResourceGroupName string
    Name of the resource group in which workspace is located.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    DatastoreName string
    The Datastore name.
    ResourceGroupName string
    Name of the resource group in which workspace is located.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    datastoreName String
    The Datastore name.
    resourceGroupName String
    Name of the resource group in which workspace is located.
    workspaceName String
    Name of Azure Machine Learning workspace.
    datastoreName string
    The Datastore name.
    resourceGroupName string
    Name of the resource group in which workspace is located.
    workspaceName string
    Name of Azure Machine Learning workspace.
    datastore_name str
    The Datastore name.
    resource_group_name str
    Name of the resource group in which workspace is located.
    workspace_name str
    Name of Azure Machine Learning workspace.
    datastoreName String
    The Datastore name.
    resourceGroupName String
    Name of the resource group in which workspace is located.
    workspaceName String
    Name of Azure Machine Learning workspace.

    getMachineLearningDatastore Result

    The following output properties are available:

    Id string
    Specifies the resource ID.
    Name string
    Specifies the name of the resource.
    Properties Pulumi.AzureNative.MachineLearningServices.Outputs.DatastoreResponse
    Datastore properties
    Type string
    Specifies the type of the resource.
    Identity Pulumi.AzureNative.MachineLearningServices.Outputs.IdentityResponse
    The identity of the resource.
    Location string
    Specifies the location of the resource.
    Sku Pulumi.AzureNative.MachineLearningServices.Outputs.SkuResponse
    The sku of the workspace.
    Tags Dictionary<string, string>
    Contains resource tags defined as key/value pairs.
    Id string
    Specifies the resource ID.
    Name string
    Specifies the name of the resource.
    Properties DatastoreResponse
    Datastore properties
    Type string
    Specifies the type of the resource.
    Identity IdentityResponse
    The identity of the resource.
    Location string
    Specifies the location of the resource.
    Sku SkuResponse
    The sku of the workspace.
    Tags map[string]string
    Contains resource tags defined as key/value pairs.
    id String
    Specifies the resource ID.
    name String
    Specifies the name of the resource.
    properties DatastoreResponse
    Datastore properties
    type String
    Specifies the type of the resource.
    identity IdentityResponse
    The identity of the resource.
    location String
    Specifies the location of the resource.
    sku SkuResponse
    The sku of the workspace.
    tags Map<String,String>
    Contains resource tags defined as key/value pairs.
    id string
    Specifies the resource ID.
    name string
    Specifies the name of the resource.
    properties DatastoreResponse
    Datastore properties
    type string
    Specifies the type of the resource.
    identity IdentityResponse
    The identity of the resource.
    location string
    Specifies the location of the resource.
    sku SkuResponse
    The sku of the workspace.
    tags {[key: string]: string}
    Contains resource tags defined as key/value pairs.
    id str
    Specifies the resource ID.
    name str
    Specifies the name of the resource.
    properties DatastoreResponse
    Datastore properties
    type str
    Specifies the type of the resource.
    identity IdentityResponse
    The identity of the resource.
    location str
    Specifies the location of the resource.
    sku SkuResponse
    The sku of the workspace.
    tags Mapping[str, str]
    Contains resource tags defined as key/value pairs.
    id String
    Specifies the resource ID.
    name String
    Specifies the name of the resource.
    properties Property Map
    Datastore properties
    type String
    Specifies the type of the resource.
    identity Property Map
    The identity of the resource.
    location String
    Specifies the location of the resource.
    sku Property Map
    The sku of the workspace.
    tags Map<String>
    Contains resource tags defined as key/value pairs.

    Supporting Types

    AzureDataLakeSectionResponse

    AuthorityUrl string
    The authority URL used for authentication.
    Certificate string
    The content of the certificate used for authentication.
    ClientId string
    The Client ID/Application ID
    ClientSecret string
    The client secret.
    CredentialType string
    The Azure Data Lake credential type.
    IsCertAuth bool
    Is it using certificate to authenticate. If false then use client secret.
    ResourceGroup string
    Resource Group.
    ResourceUri string
    The resource the service principal/app has access to.
    ServiceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    StoreName string
    The Azure Data Lake store name.
    SubscriptionId string
    Subscription ID.
    TenantId string
    The ID of the tenant the service principal/app belongs to.
    Thumbprint string
    The thumbprint of the certificate above.
    AuthorityUrl string
    The authority URL used for authentication.
    Certificate string
    The content of the certificate used for authentication.
    ClientId string
    The Client ID/Application ID
    ClientSecret string
    The client secret.
    CredentialType string
    The Azure Data Lake credential type.
    IsCertAuth bool
    Is it using certificate to authenticate. If false then use client secret.
    ResourceGroup string
    Resource Group.
    ResourceUri string
    The resource the service principal/app has access to.
    ServiceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    StoreName string
    The Azure Data Lake store name.
    SubscriptionId string
    Subscription ID.
    TenantId string
    The ID of the tenant the service principal/app belongs to.
    Thumbprint string
    The thumbprint of the certificate above.
    authorityUrl String
    The authority URL used for authentication.
    certificate String
    The content of the certificate used for authentication.
    clientId String
    The Client ID/Application ID
    clientSecret String
    The client secret.
    credentialType String
    The Azure Data Lake credential type.
    isCertAuth Boolean
    Is it using certificate to authenticate. If false then use client secret.
    resourceGroup String
    Resource Group.
    resourceUri String
    The resource the service principal/app has access to.
    serviceDataAccessAuthIdentity String
    Indicates which identity to use to authenticate service data access to customer's storage.
    storeName String
    The Azure Data Lake store name.
    subscriptionId String
    Subscription ID.
    tenantId String
    The ID of the tenant the service principal/app belongs to.
    thumbprint String
    The thumbprint of the certificate above.
    authorityUrl string
    The authority URL used for authentication.
    certificate string
    The content of the certificate used for authentication.
    clientId string
    The Client ID/Application ID
    clientSecret string
    The client secret.
    credentialType string
    The Azure Data Lake credential type.
    isCertAuth boolean
    Is it using certificate to authenticate. If false then use client secret.
    resourceGroup string
    Resource Group.
    resourceUri string
    The resource the service principal/app has access to.
    serviceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    storeName string
    The Azure Data Lake store name.
    subscriptionId string
    Subscription ID.
    tenantId string
    The ID of the tenant the service principal/app belongs to.
    thumbprint string
    The thumbprint of the certificate above.
    authority_url str
    The authority URL used for authentication.
    certificate str
    The content of the certificate used for authentication.
    client_id str
    The Client ID/Application ID
    client_secret str
    The client secret.
    credential_type str
    The Azure Data Lake credential type.
    is_cert_auth bool
    Is it using certificate to authenticate. If false then use client secret.
    resource_group str
    Resource Group.
    resource_uri str
    The resource the service principal/app has access to.
    service_data_access_auth_identity str
    Indicates which identity to use to authenticate service data access to customer's storage.
    store_name str
    The Azure Data Lake store name.
    subscription_id str
    Subscription ID.
    tenant_id str
    The ID of the tenant the service principal/app belongs to.
    thumbprint str
    The thumbprint of the certificate above.
    authorityUrl String
    The authority URL used for authentication.
    certificate String
    The content of the certificate used for authentication.
    clientId String
    The Client ID/Application ID
    clientSecret String
    The client secret.
    credentialType String
    The Azure Data Lake credential type.
    isCertAuth Boolean
    Is it using certificate to authenticate. If false then use client secret.
    resourceGroup String
    Resource Group.
    resourceUri String
    The resource the service principal/app has access to.
    serviceDataAccessAuthIdentity String
    Indicates which identity to use to authenticate service data access to customer's storage.
    storeName String
    The Azure Data Lake store name.
    subscriptionId String
    Subscription ID.
    tenantId String
    The ID of the tenant the service principal/app belongs to.
    thumbprint String
    The thumbprint of the certificate above.

    AzureMySqlSectionResponse

    AuthorityUrl string
    The authority URL used for authentication.
    Certificate string
    The content of the certificate used for authentication.
    ClientId string
    The Client ID/Application ID
    ClientSecret string
    The client secret.
    CredentialType string
    Sql Authentication type.
    DatabaseName string
    The Azure SQL database name.
    Endpoint string
    The server host endpoint.
    IsCertAuth bool
    Is it using certificate to authenticate. If false then use client secret.
    PortNumber string
    / The Azure SQL port number.
    ResourceGroup string
    Resource Group.
    ResourceUri string
    The resource the service principal/app has access to.
    ServerName string
    The Azure SQL server name.
    ServiceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    SubscriptionId string
    Subscription ID.
    TenantId string
    The ID of the tenant the service principal/app belongs to.
    Thumbprint string
    The thumbprint of the certificate above.
    UserId string
    The Azure SQL user id.
    UserPassword string
    The Azure SQL user password.
    AuthorityUrl string
    The authority URL used for authentication.
    Certificate string
    The content of the certificate used for authentication.
    ClientId string
    The Client ID/Application ID
    ClientSecret string
    The client secret.
    CredentialType string
    Sql Authentication type.
    DatabaseName string
    The Azure SQL database name.
    Endpoint string
    The server host endpoint.
    IsCertAuth bool
    Is it using certificate to authenticate. If false then use client secret.
    PortNumber string
    / The Azure SQL port number.
    ResourceGroup string
    Resource Group.
    ResourceUri string
    The resource the service principal/app has access to.
    ServerName string
    The Azure SQL server name.
    ServiceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    SubscriptionId string
    Subscription ID.
    TenantId string
    The ID of the tenant the service principal/app belongs to.
    Thumbprint string
    The thumbprint of the certificate above.
    UserId string
    The Azure SQL user id.
    UserPassword string
    The Azure SQL user password.
    authorityUrl String
    The authority URL used for authentication.
    certificate String
    The content of the certificate used for authentication.
    clientId String
    The Client ID/Application ID
    clientSecret String
    The client secret.
    credentialType String
    Sql Authentication type.
    databaseName String
    The Azure SQL database name.
    endpoint String
    The server host endpoint.
    isCertAuth Boolean
    Is it using certificate to authenticate. If false then use client secret.
    portNumber String
    / The Azure SQL port number.
    resourceGroup String
    Resource Group.
    resourceUri String
    The resource the service principal/app has access to.
    serverName String
    The Azure SQL server name.
    serviceDataAccessAuthIdentity String
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId String
    Subscription ID.
    tenantId String
    The ID of the tenant the service principal/app belongs to.
    thumbprint String
    The thumbprint of the certificate above.
    userId String
    The Azure SQL user id.
    userPassword String
    The Azure SQL user password.
    authorityUrl string
    The authority URL used for authentication.
    certificate string
    The content of the certificate used for authentication.
    clientId string
    The Client ID/Application ID
    clientSecret string
    The client secret.
    credentialType string
    Sql Authentication type.
    databaseName string
    The Azure SQL database name.
    endpoint string
    The server host endpoint.
    isCertAuth boolean
    Is it using certificate to authenticate. If false then use client secret.
    portNumber string
    / The Azure SQL port number.
    resourceGroup string
    Resource Group.
    resourceUri string
    The resource the service principal/app has access to.
    serverName string
    The Azure SQL server name.
    serviceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId string
    Subscription ID.
    tenantId string
    The ID of the tenant the service principal/app belongs to.
    thumbprint string
    The thumbprint of the certificate above.
    userId string
    The Azure SQL user id.
    userPassword string
    The Azure SQL user password.
    authority_url str
    The authority URL used for authentication.
    certificate str
    The content of the certificate used for authentication.
    client_id str
    The Client ID/Application ID
    client_secret str
    The client secret.
    credential_type str
    Sql Authentication type.
    database_name str
    The Azure SQL database name.
    endpoint str
    The server host endpoint.
    is_cert_auth bool
    Is it using certificate to authenticate. If false then use client secret.
    port_number str
    / The Azure SQL port number.
    resource_group str
    Resource Group.
    resource_uri str
    The resource the service principal/app has access to.
    server_name str
    The Azure SQL server name.
    service_data_access_auth_identity str
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscription_id str
    Subscription ID.
    tenant_id str
    The ID of the tenant the service principal/app belongs to.
    thumbprint str
    The thumbprint of the certificate above.
    user_id str
    The Azure SQL user id.
    user_password str
    The Azure SQL user password.
    authorityUrl String
    The authority URL used for authentication.
    certificate String
    The content of the certificate used for authentication.
    clientId String
    The Client ID/Application ID
    clientSecret String
    The client secret.
    credentialType String
    Sql Authentication type.
    databaseName String
    The Azure SQL database name.
    endpoint String
    The server host endpoint.
    isCertAuth Boolean
    Is it using certificate to authenticate. If false then use client secret.
    portNumber String
    / The Azure SQL port number.
    resourceGroup String
    Resource Group.
    resourceUri String
    The resource the service principal/app has access to.
    serverName String
    The Azure SQL server name.
    serviceDataAccessAuthIdentity String
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId String
    Subscription ID.
    tenantId String
    The ID of the tenant the service principal/app belongs to.
    thumbprint String
    The thumbprint of the certificate above.
    userId String
    The Azure SQL user id.
    userPassword String
    The Azure SQL user password.

    AzurePostgreSqlSectionResponse

    AuthorityUrl string
    The authority URL used for authentication.
    Certificate string
    The content of the certificate used for authentication.
    ClientId string
    The Client ID/Application ID
    ClientSecret string
    The client secret.
    CredentialType string
    Sql Authentication type.
    DatabaseName string
    The Azure SQL database name.
    EnableSsl bool
    Indicates SSL requirement of Azure Postgresql server.
    Endpoint string
    The server host endpoint.
    IsCertAuth bool
    Is it using certificate to authenticate. If false then use client secret.
    PortNumber string
    / The Azure SQL port number.
    ResourceGroup string
    Resource Group.
    ResourceUri string
    The resource the service principal/app has access to.
    ServerName string
    The Azure SQL server name.
    ServiceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    SubscriptionId string
    Subscription ID.
    TenantId string
    The ID of the tenant the service principal/app belongs to.
    Thumbprint string
    The thumbprint of the certificate above.
    UserId string
    The Azure SQL user id.
    UserPassword string
    The Azure SQL user password.
    AuthorityUrl string
    The authority URL used for authentication.
    Certificate string
    The content of the certificate used for authentication.
    ClientId string
    The Client ID/Application ID
    ClientSecret string
    The client secret.
    CredentialType string
    Sql Authentication type.
    DatabaseName string
    The Azure SQL database name.
    EnableSsl bool
    Indicates SSL requirement of Azure Postgresql server.
    Endpoint string
    The server host endpoint.
    IsCertAuth bool
    Is it using certificate to authenticate. If false then use client secret.
    PortNumber string
    / The Azure SQL port number.
    ResourceGroup string
    Resource Group.
    ResourceUri string
    The resource the service principal/app has access to.
    ServerName string
    The Azure SQL server name.
    ServiceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    SubscriptionId string
    Subscription ID.
    TenantId string
    The ID of the tenant the service principal/app belongs to.
    Thumbprint string
    The thumbprint of the certificate above.
    UserId string
    The Azure SQL user id.
    UserPassword string
    The Azure SQL user password.
    authorityUrl String
    The authority URL used for authentication.
    certificate String
    The content of the certificate used for authentication.
    clientId String
    The Client ID/Application ID
    clientSecret String
    The client secret.
    credentialType String
    Sql Authentication type.
    databaseName String
    The Azure SQL database name.
    enableSsl Boolean
    Indicates SSL requirement of Azure Postgresql server.
    endpoint String
    The server host endpoint.
    isCertAuth Boolean
    Is it using certificate to authenticate. If false then use client secret.
    portNumber String
    / The Azure SQL port number.
    resourceGroup String
    Resource Group.
    resourceUri String
    The resource the service principal/app has access to.
    serverName String
    The Azure SQL server name.
    serviceDataAccessAuthIdentity String
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId String
    Subscription ID.
    tenantId String
    The ID of the tenant the service principal/app belongs to.
    thumbprint String
    The thumbprint of the certificate above.
    userId String
    The Azure SQL user id.
    userPassword String
    The Azure SQL user password.
    authorityUrl string
    The authority URL used for authentication.
    certificate string
    The content of the certificate used for authentication.
    clientId string
    The Client ID/Application ID
    clientSecret string
    The client secret.
    credentialType string
    Sql Authentication type.
    databaseName string
    The Azure SQL database name.
    enableSsl boolean
    Indicates SSL requirement of Azure Postgresql server.
    endpoint string
    The server host endpoint.
    isCertAuth boolean
    Is it using certificate to authenticate. If false then use client secret.
    portNumber string
    / The Azure SQL port number.
    resourceGroup string
    Resource Group.
    resourceUri string
    The resource the service principal/app has access to.
    serverName string
    The Azure SQL server name.
    serviceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId string
    Subscription ID.
    tenantId string
    The ID of the tenant the service principal/app belongs to.
    thumbprint string
    The thumbprint of the certificate above.
    userId string
    The Azure SQL user id.
    userPassword string
    The Azure SQL user password.
    authority_url str
    The authority URL used for authentication.
    certificate str
    The content of the certificate used for authentication.
    client_id str
    The Client ID/Application ID
    client_secret str
    The client secret.
    credential_type str
    Sql Authentication type.
    database_name str
    The Azure SQL database name.
    enable_ssl bool
    Indicates SSL requirement of Azure Postgresql server.
    endpoint str
    The server host endpoint.
    is_cert_auth bool
    Is it using certificate to authenticate. If false then use client secret.
    port_number str
    / The Azure SQL port number.
    resource_group str
    Resource Group.
    resource_uri str
    The resource the service principal/app has access to.
    server_name str
    The Azure SQL server name.
    service_data_access_auth_identity str
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscription_id str
    Subscription ID.
    tenant_id str
    The ID of the tenant the service principal/app belongs to.
    thumbprint str
    The thumbprint of the certificate above.
    user_id str
    The Azure SQL user id.
    user_password str
    The Azure SQL user password.
    authorityUrl String
    The authority URL used for authentication.
    certificate String
    The content of the certificate used for authentication.
    clientId String
    The Client ID/Application ID
    clientSecret String
    The client secret.
    credentialType String
    Sql Authentication type.
    databaseName String
    The Azure SQL database name.
    enableSsl Boolean
    Indicates SSL requirement of Azure Postgresql server.
    endpoint String
    The server host endpoint.
    isCertAuth Boolean
    Is it using certificate to authenticate. If false then use client secret.
    portNumber String
    / The Azure SQL port number.
    resourceGroup String
    Resource Group.
    resourceUri String
    The resource the service principal/app has access to.
    serverName String
    The Azure SQL server name.
    serviceDataAccessAuthIdentity String
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId String
    Subscription ID.
    tenantId String
    The ID of the tenant the service principal/app belongs to.
    thumbprint String
    The thumbprint of the certificate above.
    userId String
    The Azure SQL user id.
    userPassword String
    The Azure SQL user password.

    AzureSqlDatabaseSectionResponse

    AuthorityUrl string
    The authority URL used for authentication.
    Certificate string
    The content of the certificate used for authentication.
    ClientId string
    The Client ID/Application ID
    ClientSecret string
    The client secret.
    CredentialType string
    Sql Authentication type.
    DatabaseName string
    The Azure SQL database name.
    Endpoint string
    The server host endpoint.
    IsCertAuth bool
    Is it using certificate to authenticate. If false then use client secret.
    PortNumber string
    / The Azure SQL port number.
    ResourceGroup string
    Resource Group.
    ResourceUri string
    The resource the service principal/app has access to.
    ServerName string
    The Azure SQL server name.
    ServiceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    SubscriptionId string
    Subscription ID.
    TenantId string
    The ID of the tenant the service principal/app belongs to.
    Thumbprint string
    The thumbprint of the certificate above.
    UserId string
    The Azure SQL user id.
    UserPassword string
    The Azure SQL user password.
    AuthorityUrl string
    The authority URL used for authentication.
    Certificate string
    The content of the certificate used for authentication.
    ClientId string
    The Client ID/Application ID
    ClientSecret string
    The client secret.
    CredentialType string
    Sql Authentication type.
    DatabaseName string
    The Azure SQL database name.
    Endpoint string
    The server host endpoint.
    IsCertAuth bool
    Is it using certificate to authenticate. If false then use client secret.
    PortNumber string
    / The Azure SQL port number.
    ResourceGroup string
    Resource Group.
    ResourceUri string
    The resource the service principal/app has access to.
    ServerName string
    The Azure SQL server name.
    ServiceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    SubscriptionId string
    Subscription ID.
    TenantId string
    The ID of the tenant the service principal/app belongs to.
    Thumbprint string
    The thumbprint of the certificate above.
    UserId string
    The Azure SQL user id.
    UserPassword string
    The Azure SQL user password.
    authorityUrl String
    The authority URL used for authentication.
    certificate String
    The content of the certificate used for authentication.
    clientId String
    The Client ID/Application ID
    clientSecret String
    The client secret.
    credentialType String
    Sql Authentication type.
    databaseName String
    The Azure SQL database name.
    endpoint String
    The server host endpoint.
    isCertAuth Boolean
    Is it using certificate to authenticate. If false then use client secret.
    portNumber String
    / The Azure SQL port number.
    resourceGroup String
    Resource Group.
    resourceUri String
    The resource the service principal/app has access to.
    serverName String
    The Azure SQL server name.
    serviceDataAccessAuthIdentity String
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId String
    Subscription ID.
    tenantId String
    The ID of the tenant the service principal/app belongs to.
    thumbprint String
    The thumbprint of the certificate above.
    userId String
    The Azure SQL user id.
    userPassword String
    The Azure SQL user password.
    authorityUrl string
    The authority URL used for authentication.
    certificate string
    The content of the certificate used for authentication.
    clientId string
    The Client ID/Application ID
    clientSecret string
    The client secret.
    credentialType string
    Sql Authentication type.
    databaseName string
    The Azure SQL database name.
    endpoint string
    The server host endpoint.
    isCertAuth boolean
    Is it using certificate to authenticate. If false then use client secret.
    portNumber string
    / The Azure SQL port number.
    resourceGroup string
    Resource Group.
    resourceUri string
    The resource the service principal/app has access to.
    serverName string
    The Azure SQL server name.
    serviceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId string
    Subscription ID.
    tenantId string
    The ID of the tenant the service principal/app belongs to.
    thumbprint string
    The thumbprint of the certificate above.
    userId string
    The Azure SQL user id.
    userPassword string
    The Azure SQL user password.
    authority_url str
    The authority URL used for authentication.
    certificate str
    The content of the certificate used for authentication.
    client_id str
    The Client ID/Application ID
    client_secret str
    The client secret.
    credential_type str
    Sql Authentication type.
    database_name str
    The Azure SQL database name.
    endpoint str
    The server host endpoint.
    is_cert_auth bool
    Is it using certificate to authenticate. If false then use client secret.
    port_number str
    / The Azure SQL port number.
    resource_group str
    Resource Group.
    resource_uri str
    The resource the service principal/app has access to.
    server_name str
    The Azure SQL server name.
    service_data_access_auth_identity str
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscription_id str
    Subscription ID.
    tenant_id str
    The ID of the tenant the service principal/app belongs to.
    thumbprint str
    The thumbprint of the certificate above.
    user_id str
    The Azure SQL user id.
    user_password str
    The Azure SQL user password.
    authorityUrl String
    The authority URL used for authentication.
    certificate String
    The content of the certificate used for authentication.
    clientId String
    The Client ID/Application ID
    clientSecret String
    The client secret.
    credentialType String
    Sql Authentication type.
    databaseName String
    The Azure SQL database name.
    endpoint String
    The server host endpoint.
    isCertAuth Boolean
    Is it using certificate to authenticate. If false then use client secret.
    portNumber String
    / The Azure SQL port number.
    resourceGroup String
    Resource Group.
    resourceUri String
    The resource the service principal/app has access to.
    serverName String
    The Azure SQL server name.
    serviceDataAccessAuthIdentity String
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId String
    Subscription ID.
    tenantId String
    The ID of the tenant the service principal/app belongs to.
    thumbprint String
    The thumbprint of the certificate above.
    userId String
    The Azure SQL user id.
    userPassword String
    The Azure SQL user password.

    AzureStorageSectionResponse

    AccountKey string
    Storage Account Key (Deprecated).
    AccountName string
    Storage Account Name.
    AreWorkspaceManagedIdentitiesAllowed bool
    Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
    BlobCacheTimeout int
    If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
    ClientCredentials Pulumi.AzureNative.MachineLearningServices.Inputs.ClientCredentialsResponse
    ContainerName string
    The storage container name.
    Credential string
    The credential.
    CredentialType string
    The credential type.
    Endpoint string
    The host of the container.
    IsSas bool
    Indicate if we are using SAS token or Account Key (Deprecated).
    Protocol string
    The protocol to use. Defaults to https.
    ResourceGroup string
    Resource Group.
    SasToken string
    SAS Token for the container (Deprecated).
    ServiceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    SubscriptionId string
    Subscription ID.
    AccountKey string
    Storage Account Key (Deprecated).
    AccountName string
    Storage Account Name.
    AreWorkspaceManagedIdentitiesAllowed bool
    Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
    BlobCacheTimeout int
    If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
    ClientCredentials ClientCredentialsResponse
    ContainerName string
    The storage container name.
    Credential string
    The credential.
    CredentialType string
    The credential type.
    Endpoint string
    The host of the container.
    IsSas bool
    Indicate if we are using SAS token or Account Key (Deprecated).
    Protocol string
    The protocol to use. Defaults to https.
    ResourceGroup string
    Resource Group.
    SasToken string
    SAS Token for the container (Deprecated).
    ServiceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    SubscriptionId string
    Subscription ID.
    accountKey String
    Storage Account Key (Deprecated).
    accountName String
    Storage Account Name.
    areWorkspaceManagedIdentitiesAllowed Boolean
    Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
    blobCacheTimeout Integer
    If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
    clientCredentials ClientCredentialsResponse
    containerName String
    The storage container name.
    credential String
    The credential.
    credentialType String
    The credential type.
    endpoint String
    The host of the container.
    isSas Boolean
    Indicate if we are using SAS token or Account Key (Deprecated).
    protocol String
    The protocol to use. Defaults to https.
    resourceGroup String
    Resource Group.
    sasToken String
    SAS Token for the container (Deprecated).
    serviceDataAccessAuthIdentity String
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId String
    Subscription ID.
    accountKey string
    Storage Account Key (Deprecated).
    accountName string
    Storage Account Name.
    areWorkspaceManagedIdentitiesAllowed boolean
    Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
    blobCacheTimeout number
    If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
    clientCredentials ClientCredentialsResponse
    containerName string
    The storage container name.
    credential string
    The credential.
    credentialType string
    The credential type.
    endpoint string
    The host of the container.
    isSas boolean
    Indicate if we are using SAS token or Account Key (Deprecated).
    protocol string
    The protocol to use. Defaults to https.
    resourceGroup string
    Resource Group.
    sasToken string
    SAS Token for the container (Deprecated).
    serviceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId string
    Subscription ID.
    account_key str
    Storage Account Key (Deprecated).
    account_name str
    Storage Account Name.
    are_workspace_managed_identities_allowed bool
    Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
    blob_cache_timeout int
    If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
    client_credentials ClientCredentialsResponse
    container_name str
    The storage container name.
    credential str
    The credential.
    credential_type str
    The credential type.
    endpoint str
    The host of the container.
    is_sas bool
    Indicate if we are using SAS token or Account Key (Deprecated).
    protocol str
    The protocol to use. Defaults to https.
    resource_group str
    Resource Group.
    sas_token str
    SAS Token for the container (Deprecated).
    service_data_access_auth_identity str
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscription_id str
    Subscription ID.
    accountKey String
    Storage Account Key (Deprecated).
    accountName String
    Storage Account Name.
    areWorkspaceManagedIdentitiesAllowed Boolean
    Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
    blobCacheTimeout Number
    If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
    clientCredentials Property Map
    containerName String
    The storage container name.
    credential String
    The credential.
    credentialType String
    The credential type.
    endpoint String
    The host of the container.
    isSas Boolean
    Indicate if we are using SAS token or Account Key (Deprecated).
    protocol String
    The protocol to use. Defaults to https.
    resourceGroup String
    Resource Group.
    sasToken String
    SAS Token for the container (Deprecated).
    serviceDataAccessAuthIdentity String
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId String
    Subscription ID.

    ClientCredentialsResponse

    AuthorityUrl string
    The authority URL used for authentication.
    Certificate string
    The content of the certificate used for authentication.
    ClientId string
    The Client ID/Application ID
    ClientSecret string
    The client secret.
    IsCertAuth bool
    Is it using certificate to authenticate. If false then use client secret.
    ResourceGroup string
    Resource Group.
    ResourceUri string
    The resource the service principal/app has access to.
    ServiceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    SubscriptionId string
    Subscription ID.
    TenantId string
    The ID of the tenant the service principal/app belongs to.
    Thumbprint string
    The thumbprint of the certificate above.
    AuthorityUrl string
    The authority URL used for authentication.
    Certificate string
    The content of the certificate used for authentication.
    ClientId string
    The Client ID/Application ID
    ClientSecret string
    The client secret.
    IsCertAuth bool
    Is it using certificate to authenticate. If false then use client secret.
    ResourceGroup string
    Resource Group.
    ResourceUri string
    The resource the service principal/app has access to.
    ServiceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    SubscriptionId string
    Subscription ID.
    TenantId string
    The ID of the tenant the service principal/app belongs to.
    Thumbprint string
    The thumbprint of the certificate above.
    authorityUrl String
    The authority URL used for authentication.
    certificate String
    The content of the certificate used for authentication.
    clientId String
    The Client ID/Application ID
    clientSecret String
    The client secret.
    isCertAuth Boolean
    Is it using certificate to authenticate. If false then use client secret.
    resourceGroup String
    Resource Group.
    resourceUri String
    The resource the service principal/app has access to.
    serviceDataAccessAuthIdentity String
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId String
    Subscription ID.
    tenantId String
    The ID of the tenant the service principal/app belongs to.
    thumbprint String
    The thumbprint of the certificate above.
    authorityUrl string
    The authority URL used for authentication.
    certificate string
    The content of the certificate used for authentication.
    clientId string
    The Client ID/Application ID
    clientSecret string
    The client secret.
    isCertAuth boolean
    Is it using certificate to authenticate. If false then use client secret.
    resourceGroup string
    Resource Group.
    resourceUri string
    The resource the service principal/app has access to.
    serviceDataAccessAuthIdentity string
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId string
    Subscription ID.
    tenantId string
    The ID of the tenant the service principal/app belongs to.
    thumbprint string
    The thumbprint of the certificate above.
    authority_url str
    The authority URL used for authentication.
    certificate str
    The content of the certificate used for authentication.
    client_id str
    The Client ID/Application ID
    client_secret str
    The client secret.
    is_cert_auth bool
    Is it using certificate to authenticate. If false then use client secret.
    resource_group str
    Resource Group.
    resource_uri str
    The resource the service principal/app has access to.
    service_data_access_auth_identity str
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscription_id str
    Subscription ID.
    tenant_id str
    The ID of the tenant the service principal/app belongs to.
    thumbprint str
    The thumbprint of the certificate above.
    authorityUrl String
    The authority URL used for authentication.
    certificate String
    The content of the certificate used for authentication.
    clientId String
    The Client ID/Application ID
    clientSecret String
    The client secret.
    isCertAuth Boolean
    Is it using certificate to authenticate. If false then use client secret.
    resourceGroup String
    Resource Group.
    resourceUri String
    The resource the service principal/app has access to.
    serviceDataAccessAuthIdentity String
    Indicates which identity to use to authenticate service data access to customer's storage.
    subscriptionId String
    Subscription ID.
    tenantId String
    The ID of the tenant the service principal/app belongs to.
    thumbprint String
    The thumbprint of the certificate above.

    DatastoreResponse

    CreatedBy Pulumi.AzureNative.MachineLearningServices.Inputs.UserInfoResponse
    The User who created the datastore.
    CreatedTime string
    The date and time when the datastore was created.
    ModifiedBy Pulumi.AzureNative.MachineLearningServices.Inputs.UserInfoResponse
    The User who modified the datastore.
    ModifiedTime string
    The date and time when the datastore was last modified.
    Tags Dictionary<string, string>
    Tags for this datastore.
    AzureDataLakeSection Pulumi.AzureNative.MachineLearningServices.Inputs.AzureDataLakeSectionResponse
    AzureMySqlSection Pulumi.AzureNative.MachineLearningServices.Inputs.AzureMySqlSectionResponse
    AzurePostgreSqlSection Pulumi.AzureNative.MachineLearningServices.Inputs.AzurePostgreSqlSectionResponse
    AzureSqlDatabaseSection Pulumi.AzureNative.MachineLearningServices.Inputs.AzureSqlDatabaseSectionResponse
    AzureStorageSection Pulumi.AzureNative.MachineLearningServices.Inputs.AzureStorageSectionResponse
    DataStoreType string
    The datastore type.
    Description string
    Description of the datastore.
    GlusterFsSection Pulumi.AzureNative.MachineLearningServices.Inputs.GlusterFsSectionResponse
    Data specific to GlusterFS.
    HasBeenValidated bool
    A read only property that denotes whether the service datastore has been validated with credentials.
    LinkedInfo Pulumi.AzureNative.MachineLearningServices.Inputs.LinkedInfoResponse
    Info about origin if it is linked.
    Name string
    Name of the datastore.
    CreatedBy UserInfoResponse
    The User who created the datastore.
    CreatedTime string
    The date and time when the datastore was created.
    ModifiedBy UserInfoResponse
    The User who modified the datastore.
    ModifiedTime string
    The date and time when the datastore was last modified.
    Tags map[string]string
    Tags for this datastore.
    AzureDataLakeSection AzureDataLakeSectionResponse
    AzureMySqlSection AzureMySqlSectionResponse
    AzurePostgreSqlSection AzurePostgreSqlSectionResponse
    AzureSqlDatabaseSection AzureSqlDatabaseSectionResponse
    AzureStorageSection AzureStorageSectionResponse
    DataStoreType string
    The datastore type.
    Description string
    Description of the datastore.
    GlusterFsSection GlusterFsSectionResponse
    Data specific to GlusterFS.
    HasBeenValidated bool
    A read only property that denotes whether the service datastore has been validated with credentials.
    LinkedInfo LinkedInfoResponse
    Info about origin if it is linked.
    Name string
    Name of the datastore.
    createdBy UserInfoResponse
    The User who created the datastore.
    createdTime String
    The date and time when the datastore was created.
    modifiedBy UserInfoResponse
    The User who modified the datastore.
    modifiedTime String
    The date and time when the datastore was last modified.
    tags Map<String,String>
    Tags for this datastore.
    azureDataLakeSection AzureDataLakeSectionResponse
    azureMySqlSection AzureMySqlSectionResponse
    azurePostgreSqlSection AzurePostgreSqlSectionResponse
    azureSqlDatabaseSection AzureSqlDatabaseSectionResponse
    azureStorageSection AzureStorageSectionResponse
    dataStoreType String
    The datastore type.
    description String
    Description of the datastore.
    glusterFsSection GlusterFsSectionResponse
    Data specific to GlusterFS.
    hasBeenValidated Boolean
    A read only property that denotes whether the service datastore has been validated with credentials.
    linkedInfo LinkedInfoResponse
    Info about origin if it is linked.
    name String
    Name of the datastore.
    createdBy UserInfoResponse
    The User who created the datastore.
    createdTime string
    The date and time when the datastore was created.
    modifiedBy UserInfoResponse
    The User who modified the datastore.
    modifiedTime string
    The date and time when the datastore was last modified.
    tags {[key: string]: string}
    Tags for this datastore.
    azureDataLakeSection AzureDataLakeSectionResponse
    azureMySqlSection AzureMySqlSectionResponse
    azurePostgreSqlSection AzurePostgreSqlSectionResponse
    azureSqlDatabaseSection AzureSqlDatabaseSectionResponse
    azureStorageSection AzureStorageSectionResponse
    dataStoreType string
    The datastore type.
    description string
    Description of the datastore.
    glusterFsSection GlusterFsSectionResponse
    Data specific to GlusterFS.
    hasBeenValidated boolean
    A read only property that denotes whether the service datastore has been validated with credentials.
    linkedInfo LinkedInfoResponse
    Info about origin if it is linked.
    name string
    Name of the datastore.
    created_by UserInfoResponse
    The User who created the datastore.
    created_time str
    The date and time when the datastore was created.
    modified_by UserInfoResponse
    The User who modified the datastore.
    modified_time str
    The date and time when the datastore was last modified.
    tags Mapping[str, str]
    Tags for this datastore.
    azure_data_lake_section AzureDataLakeSectionResponse
    azure_my_sql_section AzureMySqlSectionResponse
    azure_postgre_sql_section AzurePostgreSqlSectionResponse
    azure_sql_database_section AzureSqlDatabaseSectionResponse
    azure_storage_section AzureStorageSectionResponse
    data_store_type str
    The datastore type.
    description str
    Description of the datastore.
    gluster_fs_section GlusterFsSectionResponse
    Data specific to GlusterFS.
    has_been_validated bool
    A read only property that denotes whether the service datastore has been validated with credentials.
    linked_info LinkedInfoResponse
    Info about origin if it is linked.
    name str
    Name of the datastore.
    createdBy Property Map
    The User who created the datastore.
    createdTime String
    The date and time when the datastore was created.
    modifiedBy Property Map
    The User who modified the datastore.
    modifiedTime String
    The date and time when the datastore was last modified.
    tags Map<String>
    Tags for this datastore.
    azureDataLakeSection Property Map
    azureMySqlSection Property Map
    azurePostgreSqlSection Property Map
    azureSqlDatabaseSection Property Map
    azureStorageSection Property Map
    dataStoreType String
    The datastore type.
    description String
    Description of the datastore.
    glusterFsSection Property Map
    Data specific to GlusterFS.
    hasBeenValidated Boolean
    A read only property that denotes whether the service datastore has been validated with credentials.
    linkedInfo Property Map
    Info about origin if it is linked.
    name String
    Name of the datastore.

    GlusterFsSectionResponse

    ServerAddress string
    The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
    VolumeName string
    The name of the created GlusterFS volume.
    ServerAddress string
    The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
    VolumeName string
    The name of the created GlusterFS volume.
    serverAddress String
    The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
    volumeName String
    The name of the created GlusterFS volume.
    serverAddress string
    The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
    volumeName string
    The name of the created GlusterFS volume.
    server_address str
    The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
    volume_name str
    The name of the created GlusterFS volume.
    serverAddress String
    The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
    volumeName String
    The name of the created GlusterFS volume.

    IdentityResponse

    PrincipalId string
    The principal ID of resource identity.
    TenantId string
    The tenant ID of resource.
    Type string
    The identity type.
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.UserAssignedIdentityResponse>
    The user assigned identities associated with the resource.
    PrincipalId string
    The principal ID of resource identity.
    TenantId string
    The tenant ID of resource.
    Type string
    The identity type.
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The user assigned identities associated with the resource.
    principalId String
    The principal ID of resource identity.
    tenantId String
    The tenant ID of resource.
    type String
    The identity type.
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The user assigned identities associated with the resource.
    principalId string
    The principal ID of resource identity.
    tenantId string
    The tenant ID of resource.
    type string
    The identity type.
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The user assigned identities associated with the resource.
    principal_id str
    The principal ID of resource identity.
    tenant_id str
    The tenant ID of resource.
    type str
    The identity type.
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The user assigned identities associated with the resource.
    principalId String
    The principal ID of resource identity.
    tenantId String
    The tenant ID of resource.
    type String
    The identity type.
    userAssignedIdentities Map<Property Map>
    The user assigned identities associated with the resource.

    LinkedInfoResponse

    LinkedId string
    LinkedId id.
    LinkedResourceName string
    Linked resource name.
    Origin string
    Datastore origin
    LinkedId string
    LinkedId id.
    LinkedResourceName string
    Linked resource name.
    Origin string
    Datastore origin
    linkedId String
    LinkedId id.
    linkedResourceName String
    Linked resource name.
    origin String
    Datastore origin
    linkedId string
    LinkedId id.
    linkedResourceName string
    Linked resource name.
    origin string
    Datastore origin
    linked_id str
    LinkedId id.
    linked_resource_name str
    Linked resource name.
    origin str
    Datastore origin
    linkedId String
    LinkedId id.
    linkedResourceName String
    Linked resource name.
    origin String
    Datastore origin

    SkuResponse

    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Integer
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier String
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name str
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family str
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size str
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier str
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier String
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

    UserAssignedIdentityResponse

    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    TenantId string
    The tenant ID of the user assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    TenantId string
    The tenant ID of the user assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    tenantId String
    The tenant ID of the user assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    tenantId string
    The tenant ID of the user assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    tenant_id str
    The tenant ID of the user assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    tenantId String
    The tenant ID of the user assigned identity.

    UserInfoResponse

    UserAltSecId string
    A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
    UserIdp string
    A user identity provider. Eg live.com
    UserIss string
    The issuer which issued the token for this user.
    UserName string
    A user's full name or a service principal's app ID.
    UserObjectId string
    A user or service principal's object ID..
    UserPuId string
    A user or service principal's PuID.
    UserTenantId string
    A user or service principal's tenant ID.
    UserAltSecId string
    A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
    UserIdp string
    A user identity provider. Eg live.com
    UserIss string
    The issuer which issued the token for this user.
    UserName string
    A user's full name or a service principal's app ID.
    UserObjectId string
    A user or service principal's object ID..
    UserPuId string
    A user or service principal's PuID.
    UserTenantId string
    A user or service principal's tenant ID.
    userAltSecId String
    A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
    userIdp String
    A user identity provider. Eg live.com
    userIss String
    The issuer which issued the token for this user.
    userName String
    A user's full name or a service principal's app ID.
    userObjectId String
    A user or service principal's object ID..
    userPuId String
    A user or service principal's PuID.
    userTenantId String
    A user or service principal's tenant ID.
    userAltSecId string
    A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
    userIdp string
    A user identity provider. Eg live.com
    userIss string
    The issuer which issued the token for this user.
    userName string
    A user's full name or a service principal's app ID.
    userObjectId string
    A user or service principal's object ID..
    userPuId string
    A user or service principal's PuID.
    userTenantId string
    A user or service principal's tenant ID.
    user_alt_sec_id str
    A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
    user_idp str
    A user identity provider. Eg live.com
    user_iss str
    The issuer which issued the token for this user.
    user_name str
    A user's full name or a service principal's app ID.
    user_object_id str
    A user or service principal's object ID..
    user_pu_id str
    A user or service principal's PuID.
    user_tenant_id str
    A user or service principal's tenant ID.
    userAltSecId String
    A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
    userIdp String
    A user identity provider. Eg live.com
    userIss String
    The issuer which issued the token for this user.
    userName String
    A user's full name or a service principal's app ID.
    userObjectId String
    A user or service principal's object ID..
    userPuId String
    A user or service principal's PuID.
    userTenantId String
    A user or service principal's tenant ID.

    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.33.0 published on Friday, Mar 22, 2024 by Pulumi