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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.machinelearningservices.getMachineLearningDatastore
Explore with Pulumi AI
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.73.0 published on Wednesday, Nov 20, 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 dictionaryThe following arguments are supported:
- DatastoreName string
- The Datastore name.
- ResourceGroup stringName 
- Name of the resource group in which workspace is located.
- WorkspaceName string
- Name of Azure Machine Learning workspace.
- DatastoreName string
- The Datastore name.
- ResourceGroup stringName 
- Name of the resource group in which workspace is located.
- WorkspaceName string
- Name of Azure Machine Learning workspace.
- datastoreName String
- The Datastore name.
- resourceGroup StringName 
- Name of the resource group in which workspace is located.
- workspaceName String
- Name of Azure Machine Learning workspace.
- datastoreName string
- The Datastore name.
- resourceGroup stringName 
- 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_ strname 
- Name of the resource group in which workspace is located.
- workspace_name str
- Name of Azure Machine Learning workspace.
- datastoreName String
- The Datastore name.
- resourceGroup StringName 
- 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.Azure Native. Machine Learning Services. Outputs. Datastore Response 
- Datastore properties
- Type string
- Specifies the type of the resource.
- Identity
Pulumi.Azure Native. Machine Learning Services. Outputs. Identity Response 
- The identity of the resource.
- Location string
- Specifies the location of the resource.
- Sku
Pulumi.Azure Native. Machine Learning Services. Outputs. Sku Response 
- The sku of the workspace.
- 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.
- 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.
- 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.
- {[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.
- 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.
- Map<String>
- Contains resource tags defined as key/value pairs.
Supporting Types
AzureDataLakeSectionResponse    
- 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.
- IsCert boolAuth 
- 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.
- ServiceData stringAccess Auth Identity 
- 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.
- 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.
- IsCert boolAuth 
- 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.
- ServiceData stringAccess Auth Identity 
- 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.
- 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.
- isCert BooleanAuth 
- 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.
- serviceData StringAccess Auth Identity 
- 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.
- 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.
- isCert booleanAuth 
- 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.
- serviceData stringAccess Auth Identity 
- 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.
- 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_ boolauth 
- 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_ straccess_ auth_ identity 
- 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.
- 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.
- isCert BooleanAuth 
- 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.
- serviceData StringAccess Auth Identity 
- 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    
- 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.
- IsCert boolAuth 
- 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.
- ServiceData stringAccess Auth Identity 
- 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.
- 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.
- IsCert boolAuth 
- 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.
- ServiceData stringAccess Auth Identity 
- 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.
- 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.
- isCert BooleanAuth 
- 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.
- serviceData StringAccess Auth Identity 
- 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.
- 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.
- isCert booleanAuth 
- 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.
- serviceData stringAccess Auth Identity 
- 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.
- 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_ boolauth 
- 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_ straccess_ auth_ identity 
- 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.
- 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.
- isCert BooleanAuth 
- 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.
- serviceData StringAccess Auth Identity 
- 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    
- 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.
- IsCert boolAuth 
- 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.
- ServiceData stringAccess Auth Identity 
- 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.
- 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.
- IsCert boolAuth 
- 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.
- ServiceData stringAccess Auth Identity 
- 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.
- 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.
- isCert BooleanAuth 
- 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.
- serviceData StringAccess Auth Identity 
- 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.
- 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.
- isCert booleanAuth 
- 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.
- serviceData stringAccess Auth Identity 
- 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.
- 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_ boolauth 
- 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_ straccess_ auth_ identity 
- 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.
- 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.
- isCert BooleanAuth 
- 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.
- serviceData StringAccess Auth Identity 
- 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    
- 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.
- IsCert boolAuth 
- 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.
- ServiceData stringAccess Auth Identity 
- 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.
- 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.
- IsCert boolAuth 
- 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.
- ServiceData stringAccess Auth Identity 
- 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.
- 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.
- isCert BooleanAuth 
- 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.
- serviceData StringAccess Auth Identity 
- 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.
- 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.
- isCert booleanAuth 
- 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.
- serviceData stringAccess Auth Identity 
- 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.
- 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_ boolauth 
- 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_ straccess_ auth_ identity 
- 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.
- 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.
- isCert BooleanAuth 
- 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.
- serviceData StringAccess Auth Identity 
- 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.
- AreWorkspace boolManaged Identities Allowed 
- Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- BlobCache intTimeout 
- If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- ClientCredentials Pulumi.Azure Native. Machine Learning Services. Inputs. Client Credentials Response 
- 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).
- ServiceData stringAccess Auth Identity 
- 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.
- AreWorkspace boolManaged Identities Allowed 
- Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- BlobCache intTimeout 
- If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- ClientCredentials ClientCredentials Response 
- 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).
- ServiceData stringAccess Auth Identity 
- 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.
- areWorkspace BooleanManaged Identities Allowed 
- Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- blobCache IntegerTimeout 
- If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- clientCredentials ClientCredentials Response 
- 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).
- serviceData StringAccess Auth Identity 
- 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.
- areWorkspace booleanManaged Identities Allowed 
- Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- blobCache numberTimeout 
- If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- clientCredentials ClientCredentials Response 
- 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).
- serviceData stringAccess Auth Identity 
- 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_ boolmanaged_ identities_ allowed 
- Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- blob_cache_ inttimeout 
- If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- client_credentials ClientCredentials Response 
- 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_ straccess_ auth_ identity 
- 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.
- areWorkspace BooleanManaged Identities Allowed 
- Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- blobCache NumberTimeout 
- 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).
- serviceData StringAccess Auth Identity 
- Indicates which identity to use to authenticate service data access to customer's storage.
- subscriptionId String
- Subscription ID.
ClientCredentialsResponse  
- 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.
- IsCert boolAuth 
- 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.
- ServiceData stringAccess Auth Identity 
- 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.
- 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.
- IsCert boolAuth 
- 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.
- ServiceData stringAccess Auth Identity 
- 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.
- 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.
- isCert BooleanAuth 
- 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.
- serviceData StringAccess Auth Identity 
- 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.
- 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.
- isCert booleanAuth 
- 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.
- serviceData stringAccess Auth Identity 
- 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.
- 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_ boolauth 
- 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_ straccess_ auth_ identity 
- 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.
- 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.
- isCert BooleanAuth 
- 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.
- serviceData StringAccess Auth Identity 
- 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.Azure Native. Machine Learning Services. Inputs. User Info Response 
- The User who created the datastore.
- CreatedTime string
- The date and time when the datastore was created.
- ModifiedBy Pulumi.Azure Native. Machine Learning Services. Inputs. User Info Response 
- The User who modified the datastore.
- ModifiedTime string
- The date and time when the datastore was last modified.
- Dictionary<string, string>
- Tags for this datastore.
- AzureData Pulumi.Lake Section Azure Native. Machine Learning Services. Inputs. Azure Data Lake Section Response 
- AzureMy Pulumi.Sql Section Azure Native. Machine Learning Services. Inputs. Azure My Sql Section Response 
- AzurePostgre Pulumi.Sql Section Azure Native. Machine Learning Services. Inputs. Azure Postgre Sql Section Response 
- AzureSql Pulumi.Database Section Azure Native. Machine Learning Services. Inputs. Azure Sql Database Section Response 
- AzureStorage Pulumi.Section Azure Native. Machine Learning Services. Inputs. Azure Storage Section Response 
- DataStore stringType 
- The datastore type.
- Description string
- Description of the datastore.
- GlusterFs Pulumi.Section Azure Native. Machine Learning Services. Inputs. Gluster Fs Section Response 
- Data specific to GlusterFS.
- HasBeen boolValidated 
- A read only property that denotes whether the service datastore has been validated with credentials.
- LinkedInfo Pulumi.Azure Native. Machine Learning Services. Inputs. Linked Info Response 
- Info about origin if it is linked.
- Name string
- Name of the datastore.
- CreatedBy UserInfo Response 
- The User who created the datastore.
- CreatedTime string
- The date and time when the datastore was created.
- ModifiedBy UserInfo Response 
- The User who modified the datastore.
- ModifiedTime string
- The date and time when the datastore was last modified.
- map[string]string
- Tags for this datastore.
- AzureData AzureLake Section Data Lake Section Response 
- AzureMy AzureSql Section My Sql Section Response 
- AzurePostgre AzureSql Section Postgre Sql Section Response 
- AzureSql AzureDatabase Section Sql Database Section Response 
- AzureStorage AzureSection Storage Section Response 
- DataStore stringType 
- The datastore type.
- Description string
- Description of the datastore.
- GlusterFs GlusterSection Fs Section Response 
- Data specific to GlusterFS.
- HasBeen boolValidated 
- A read only property that denotes whether the service datastore has been validated with credentials.
- LinkedInfo LinkedInfo Response 
- Info about origin if it is linked.
- Name string
- Name of the datastore.
- createdBy UserInfo Response 
- The User who created the datastore.
- createdTime String
- The date and time when the datastore was created.
- modifiedBy UserInfo Response 
- The User who modified the datastore.
- modifiedTime String
- The date and time when the datastore was last modified.
- Map<String,String>
- Tags for this datastore.
- azureData AzureLake Section Data Lake Section Response 
- azureMy AzureSql Section My Sql Section Response 
- azurePostgre AzureSql Section Postgre Sql Section Response 
- azureSql AzureDatabase Section Sql Database Section Response 
- azureStorage AzureSection Storage Section Response 
- dataStore StringType 
- The datastore type.
- description String
- Description of the datastore.
- glusterFs GlusterSection Fs Section Response 
- Data specific to GlusterFS.
- hasBeen BooleanValidated 
- A read only property that denotes whether the service datastore has been validated with credentials.
- linkedInfo LinkedInfo Response 
- Info about origin if it is linked.
- name String
- Name of the datastore.
- createdBy UserInfo Response 
- The User who created the datastore.
- createdTime string
- The date and time when the datastore was created.
- modifiedBy UserInfo Response 
- The User who modified the datastore.
- modifiedTime string
- The date and time when the datastore was last modified.
- {[key: string]: string}
- Tags for this datastore.
- azureData AzureLake Section Data Lake Section Response 
- azureMy AzureSql Section My Sql Section Response 
- azurePostgre AzureSql Section Postgre Sql Section Response 
- azureSql AzureDatabase Section Sql Database Section Response 
- azureStorage AzureSection Storage Section Response 
- dataStore stringType 
- The datastore type.
- description string
- Description of the datastore.
- glusterFs GlusterSection Fs Section Response 
- Data specific to GlusterFS.
- hasBeen booleanValidated 
- A read only property that denotes whether the service datastore has been validated with credentials.
- linkedInfo LinkedInfo Response 
- Info about origin if it is linked.
- name string
- Name of the datastore.
- created_by UserInfo Response 
- The User who created the datastore.
- created_time str
- The date and time when the datastore was created.
- modified_by UserInfo Response 
- The User who modified the datastore.
- modified_time str
- The date and time when the datastore was last modified.
- Mapping[str, str]
- Tags for this datastore.
- azure_data_ Azurelake_ section Data Lake Section Response 
- azure_my_ Azuresql_ section My Sql Section Response 
- azure_postgre_ Azuresql_ section Postgre Sql Section Response 
- azure_sql_ Azuredatabase_ section Sql Database Section Response 
- azure_storage_ Azuresection Storage Section Response 
- data_store_ strtype 
- The datastore type.
- description str
- Description of the datastore.
- gluster_fs_ Glustersection Fs Section Response 
- Data specific to GlusterFS.
- has_been_ boolvalidated 
- A read only property that denotes whether the service datastore has been validated with credentials.
- linked_info LinkedInfo Response 
- 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.
- Map<String>
- Tags for this datastore.
- azureData Property MapLake Section 
- azureMy Property MapSql Section 
- azurePostgre Property MapSql Section 
- azureSql Property MapDatabase Section 
- azureStorage Property MapSection 
- dataStore StringType 
- The datastore type.
- description String
- Description of the datastore.
- glusterFs Property MapSection 
- Data specific to GlusterFS.
- hasBeen BooleanValidated 
- 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.
- UserAssigned Dictionary<string, Pulumi.Identities Azure Native. Machine Learning Services. Inputs. User Assigned Identity Response> 
- 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.
- UserAssigned map[string]UserIdentities Assigned Identity Response 
- 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.
- userAssigned Map<String,UserIdentities Assigned Identity Response> 
- 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.
- userAssigned {[key: string]: UserIdentities Assigned Identity Response} 
- 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_ Mapping[str, Useridentities Assigned Identity Response] 
- 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.
- userAssigned Map<Property Map>Identities 
- The user assigned identities associated with the resource.
LinkedInfoResponse  
- LinkedId string
- LinkedId id.
- LinkedResource stringName 
- Linked resource name.
- Origin string
- Datastore origin
- LinkedId string
- LinkedId id.
- LinkedResource stringName 
- Linked resource name.
- Origin string
- Datastore origin
- linkedId String
- LinkedId id.
- linkedResource StringName 
- Linked resource name.
- origin String
- Datastore origin
- linkedId string
- LinkedId id.
- linkedResource stringName 
- Linked resource name.
- origin string
- Datastore origin
- linked_id str
- LinkedId id.
- linked_resource_ strname 
- Linked resource name.
- origin str
- Datastore origin
- linkedId String
- LinkedId id.
- linkedResource StringName 
- 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  
- UserAlt stringSec Id 
- 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.
- UserObject stringId 
- A user or service principal's object ID..
- UserPu stringId 
- A user or service principal's PuID.
- UserTenant stringId 
- A user or service principal's tenant ID.
- UserAlt stringSec Id 
- 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.
- UserObject stringId 
- A user or service principal's object ID..
- UserPu stringId 
- A user or service principal's PuID.
- UserTenant stringId 
- A user or service principal's tenant ID.
- userAlt StringSec Id 
- 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.
- userObject StringId 
- A user or service principal's object ID..
- userPu StringId 
- A user or service principal's PuID.
- userTenant StringId 
- A user or service principal's tenant ID.
- userAlt stringSec Id 
- 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.
- userObject stringId 
- A user or service principal's object ID..
- userPu stringId 
- A user or service principal's PuID.
- userTenant stringId 
- A user or service principal's tenant ID.
- user_alt_ strsec_ id 
- 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_ strid 
- A user or service principal's object ID..
- user_pu_ strid 
- A user or service principal's PuID.
- user_tenant_ strid 
- A user or service principal's tenant ID.
- userAlt StringSec Id 
- 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.
- userObject StringId 
- A user or service principal's object ID..
- userPu StringId 
- A user or service principal's PuID.
- userTenant StringId 
- A user or service principal's tenant ID.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi