1. Packages
  2. Azure Native
  3. API Docs
  4. datamigration
  5. getProject
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.datamigration.getProject

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

    The project resource is a nested resource representing a stored migration project. The GET method retrieves information about a project.

    Uses Azure REST API version 2023-07-15-preview.

    Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native datamigration [ApiVersion]. See the version guide for details.

    Using getProject

    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 getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
    function getProjectOutput(args: GetProjectOutputArgs, opts?: InvokeOptions): Output<GetProjectResult>
    def get_project(group_name: Optional[str] = None,
                    project_name: Optional[str] = None,
                    service_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetProjectResult
    def get_project_output(group_name: Optional[pulumi.Input[str]] = None,
                    project_name: Optional[pulumi.Input[str]] = None,
                    service_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetProjectResult]
    func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
    func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput

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

    public static class GetProject 
    {
        public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
        public static Output<GetProjectResult> Invoke(GetProjectInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
    public static Output<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:datamigration:getProject
      arguments:
        # arguments dictionary

    The following arguments are supported:

    GroupName string
    Name of the resource group
    ProjectName string
    Name of the project
    ServiceName string
    Name of the service
    GroupName string
    Name of the resource group
    ProjectName string
    Name of the project
    ServiceName string
    Name of the service
    groupName String
    Name of the resource group
    projectName String
    Name of the project
    serviceName String
    Name of the service
    groupName string
    Name of the resource group
    projectName string
    Name of the project
    serviceName string
    Name of the service
    group_name str
    Name of the resource group
    project_name str
    Name of the project
    service_name str
    Name of the service
    groupName String
    Name of the resource group
    projectName String
    Name of the project
    serviceName String
    Name of the service

    getProject Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    CreationTime string
    UTC Date and time when project was created
    Id string
    Name string
    ProvisioningState string
    The project's provisioning state
    SourcePlatform string
    Source platform for the project
    SystemData Pulumi.AzureNative.DataMigration.Outputs.SystemDataResponse
    TargetPlatform string
    Target platform for the project
    Type string
    AzureAuthenticationInfo Pulumi.AzureNative.DataMigration.Outputs.AzureActiveDirectoryAppResponse
    Field that defines the Azure active directory application info, used to connect to the target Azure resource
    DatabasesInfo List<Pulumi.AzureNative.DataMigration.Outputs.DatabaseInfoResponse>
    List of DatabaseInfo
    Etag string
    HTTP strong entity tag value. This is ignored if submitted.
    Location string
    SourceConnectionInfo Pulumi.AzureNative.DataMigration.Outputs.MiSqlConnectionInfoResponse | Pulumi.AzureNative.DataMigration.Outputs.MongoDbConnectionInfoResponse | Pulumi.AzureNative.DataMigration.Outputs.MySqlConnectionInfoResponse | Pulumi.AzureNative.DataMigration.Outputs.OracleConnectionInfoResponse | Pulumi.AzureNative.DataMigration.Outputs.PostgreSqlConnectionInfoResponse | Pulumi.AzureNative.DataMigration.Outputs.SqlConnectionInfoResponse
    Information for connecting to source
    Tags Dictionary<string, string>
    TargetConnectionInfo Pulumi.AzureNative.DataMigration.Outputs.MiSqlConnectionInfoResponse | Pulumi.AzureNative.DataMigration.Outputs.MongoDbConnectionInfoResponse | Pulumi.AzureNative.DataMigration.Outputs.MySqlConnectionInfoResponse | Pulumi.AzureNative.DataMigration.Outputs.OracleConnectionInfoResponse | Pulumi.AzureNative.DataMigration.Outputs.PostgreSqlConnectionInfoResponse | Pulumi.AzureNative.DataMigration.Outputs.SqlConnectionInfoResponse
    Information for connecting to target
    AzureApiVersion string
    The Azure API version of the resource.
    CreationTime string
    UTC Date and time when project was created
    Id string
    Name string
    ProvisioningState string
    The project's provisioning state
    SourcePlatform string
    Source platform for the project
    SystemData SystemDataResponse
    TargetPlatform string
    Target platform for the project
    Type string
    AzureAuthenticationInfo AzureActiveDirectoryAppResponse
    Field that defines the Azure active directory application info, used to connect to the target Azure resource
    DatabasesInfo []DatabaseInfoResponse
    List of DatabaseInfo
    Etag string
    HTTP strong entity tag value. This is ignored if submitted.
    Location string
    SourceConnectionInfo MiSqlConnectionInfoResponse | MongoDbConnectionInfoResponse | MySqlConnectionInfoResponse | OracleConnectionInfoResponse | PostgreSqlConnectionInfoResponse | SqlConnectionInfoResponse
    Information for connecting to source
    Tags map[string]string
    TargetConnectionInfo MiSqlConnectionInfoResponse | MongoDbConnectionInfoResponse | MySqlConnectionInfoResponse | OracleConnectionInfoResponse | PostgreSqlConnectionInfoResponse | SqlConnectionInfoResponse
    Information for connecting to target
    azureApiVersion String
    The Azure API version of the resource.
    creationTime String
    UTC Date and time when project was created
    id String
    name String
    provisioningState String
    The project's provisioning state
    sourcePlatform String
    Source platform for the project
    systemData SystemDataResponse
    targetPlatform String
    Target platform for the project
    type String
    azureAuthenticationInfo AzureActiveDirectoryAppResponse
    Field that defines the Azure active directory application info, used to connect to the target Azure resource
    databasesInfo List<DatabaseInfoResponse>
    List of DatabaseInfo
    etag String
    HTTP strong entity tag value. This is ignored if submitted.
    location String
    sourceConnectionInfo MiSqlConnectionInfoResponse | MongoDbConnectionInfoResponse | MySqlConnectionInfoResponse | OracleConnectionInfoResponse | PostgreSqlConnectionInfoResponse | SqlConnectionInfoResponse
    Information for connecting to source
    tags Map<String,String>
    targetConnectionInfo MiSqlConnectionInfoResponse | MongoDbConnectionInfoResponse | MySqlConnectionInfoResponse | OracleConnectionInfoResponse | PostgreSqlConnectionInfoResponse | SqlConnectionInfoResponse
    Information for connecting to target
    azureApiVersion string
    The Azure API version of the resource.
    creationTime string
    UTC Date and time when project was created
    id string
    name string
    provisioningState string
    The project's provisioning state
    sourcePlatform string
    Source platform for the project
    systemData SystemDataResponse
    targetPlatform string
    Target platform for the project
    type string
    azureAuthenticationInfo AzureActiveDirectoryAppResponse
    Field that defines the Azure active directory application info, used to connect to the target Azure resource
    databasesInfo DatabaseInfoResponse[]
    List of DatabaseInfo
    etag string
    HTTP strong entity tag value. This is ignored if submitted.
    location string
    sourceConnectionInfo MiSqlConnectionInfoResponse | MongoDbConnectionInfoResponse | MySqlConnectionInfoResponse | OracleConnectionInfoResponse | PostgreSqlConnectionInfoResponse | SqlConnectionInfoResponse
    Information for connecting to source
    tags {[key: string]: string}
    targetConnectionInfo MiSqlConnectionInfoResponse | MongoDbConnectionInfoResponse | MySqlConnectionInfoResponse | OracleConnectionInfoResponse | PostgreSqlConnectionInfoResponse | SqlConnectionInfoResponse
    Information for connecting to target
    azure_api_version str
    The Azure API version of the resource.
    creation_time str
    UTC Date and time when project was created
    id str
    name str
    provisioning_state str
    The project's provisioning state
    source_platform str
    Source platform for the project
    system_data SystemDataResponse
    target_platform str
    Target platform for the project
    type str
    azure_authentication_info AzureActiveDirectoryAppResponse
    Field that defines the Azure active directory application info, used to connect to the target Azure resource
    databases_info Sequence[DatabaseInfoResponse]
    List of DatabaseInfo
    etag str
    HTTP strong entity tag value. This is ignored if submitted.
    location str
    source_connection_info MiSqlConnectionInfoResponse | MongoDbConnectionInfoResponse | MySqlConnectionInfoResponse | OracleConnectionInfoResponse | PostgreSqlConnectionInfoResponse | SqlConnectionInfoResponse
    Information for connecting to source
    tags Mapping[str, str]
    target_connection_info MiSqlConnectionInfoResponse | MongoDbConnectionInfoResponse | MySqlConnectionInfoResponse | OracleConnectionInfoResponse | PostgreSqlConnectionInfoResponse | SqlConnectionInfoResponse
    Information for connecting to target
    azureApiVersion String
    The Azure API version of the resource.
    creationTime String
    UTC Date and time when project was created
    id String
    name String
    provisioningState String
    The project's provisioning state
    sourcePlatform String
    Source platform for the project
    systemData Property Map
    targetPlatform String
    Target platform for the project
    type String
    azureAuthenticationInfo Property Map
    Field that defines the Azure active directory application info, used to connect to the target Azure resource
    databasesInfo List<Property Map>
    List of DatabaseInfo
    etag String
    HTTP strong entity tag value. This is ignored if submitted.
    location String
    sourceConnectionInfo Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
    Information for connecting to source
    tags Map<String>
    targetConnectionInfo Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
    Information for connecting to target

    Supporting Types

    AzureActiveDirectoryAppResponse

    AppKey string
    Key used to authenticate to the Azure Active Directory Application
    ApplicationId string
    Application ID of the Azure Active Directory Application
    IgnoreAzurePermissions bool
    Ignore checking azure permissions on the AAD app
    TenantId string
    Tenant id of the customer
    AppKey string
    Key used to authenticate to the Azure Active Directory Application
    ApplicationId string
    Application ID of the Azure Active Directory Application
    IgnoreAzurePermissions bool
    Ignore checking azure permissions on the AAD app
    TenantId string
    Tenant id of the customer
    appKey String
    Key used to authenticate to the Azure Active Directory Application
    applicationId String
    Application ID of the Azure Active Directory Application
    ignoreAzurePermissions Boolean
    Ignore checking azure permissions on the AAD app
    tenantId String
    Tenant id of the customer
    appKey string
    Key used to authenticate to the Azure Active Directory Application
    applicationId string
    Application ID of the Azure Active Directory Application
    ignoreAzurePermissions boolean
    Ignore checking azure permissions on the AAD app
    tenantId string
    Tenant id of the customer
    app_key str
    Key used to authenticate to the Azure Active Directory Application
    application_id str
    Application ID of the Azure Active Directory Application
    ignore_azure_permissions bool
    Ignore checking azure permissions on the AAD app
    tenant_id str
    Tenant id of the customer
    appKey String
    Key used to authenticate to the Azure Active Directory Application
    applicationId String
    Application ID of the Azure Active Directory Application
    ignoreAzurePermissions Boolean
    Ignore checking azure permissions on the AAD app
    tenantId String
    Tenant id of the customer

    DatabaseInfoResponse

    SourceDatabaseName string
    Name of the database
    SourceDatabaseName string
    Name of the database
    sourceDatabaseName String
    Name of the database
    sourceDatabaseName string
    Name of the database
    source_database_name str
    Name of the database
    sourceDatabaseName String
    Name of the database

    MiSqlConnectionInfoResponse

    ManagedInstanceResourceId string
    Resource id for Azure SQL database Managed instance
    Password string
    Password credential.
    UserName string
    User name
    ManagedInstanceResourceId string
    Resource id for Azure SQL database Managed instance
    Password string
    Password credential.
    UserName string
    User name
    managedInstanceResourceId String
    Resource id for Azure SQL database Managed instance
    password String
    Password credential.
    userName String
    User name
    managedInstanceResourceId string
    Resource id for Azure SQL database Managed instance
    password string
    Password credential.
    userName string
    User name
    managed_instance_resource_id str
    Resource id for Azure SQL database Managed instance
    password str
    Password credential.
    user_name str
    User name
    managedInstanceResourceId String
    Resource id for Azure SQL database Managed instance
    password String
    Password credential.
    userName String
    User name

    MongoDbConnectionInfoResponse

    ConnectionString string
    A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties
    AdditionalSettings string
    Additional connection settings
    Authentication string
    Authentication type to use for connection
    DataSource string
    Data source
    EncryptConnection bool
    Whether to encrypt the connection
    EnforceSSL bool
    Password string
    Password credential.
    Port int
    port for server
    ServerBrandVersion string
    server brand version
    ServerName string
    name of the server
    ServerVersion string
    server version
    TrustServerCertificate bool
    Whether to trust the server certificate
    UserName string
    User name
    ConnectionString string
    A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties
    AdditionalSettings string
    Additional connection settings
    Authentication string
    Authentication type to use for connection
    DataSource string
    Data source
    EncryptConnection bool
    Whether to encrypt the connection
    EnforceSSL bool
    Password string
    Password credential.
    Port int
    port for server
    ServerBrandVersion string
    server brand version
    ServerName string
    name of the server
    ServerVersion string
    server version
    TrustServerCertificate bool
    Whether to trust the server certificate
    UserName string
    User name
    connectionString String
    A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties
    additionalSettings String
    Additional connection settings
    authentication String
    Authentication type to use for connection
    dataSource String
    Data source
    encryptConnection Boolean
    Whether to encrypt the connection
    enforceSSL Boolean
    password String
    Password credential.
    port Integer
    port for server
    serverBrandVersion String
    server brand version
    serverName String
    name of the server
    serverVersion String
    server version
    trustServerCertificate Boolean
    Whether to trust the server certificate
    userName String
    User name
    connectionString string
    A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties
    additionalSettings string
    Additional connection settings
    authentication string
    Authentication type to use for connection
    dataSource string
    Data source
    encryptConnection boolean
    Whether to encrypt the connection
    enforceSSL boolean
    password string
    Password credential.
    port number
    port for server
    serverBrandVersion string
    server brand version
    serverName string
    name of the server
    serverVersion string
    server version
    trustServerCertificate boolean
    Whether to trust the server certificate
    userName string
    User name
    connection_string str
    A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties
    additional_settings str
    Additional connection settings
    authentication str
    Authentication type to use for connection
    data_source str
    Data source
    encrypt_connection bool
    Whether to encrypt the connection
    enforce_ssl bool
    password str
    Password credential.
    port int
    port for server
    server_brand_version str
    server brand version
    server_name str
    name of the server
    server_version str
    server version
    trust_server_certificate bool
    Whether to trust the server certificate
    user_name str
    User name
    connectionString String
    A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties
    additionalSettings String
    Additional connection settings
    authentication String
    Authentication type to use for connection
    dataSource String
    Data source
    encryptConnection Boolean
    Whether to encrypt the connection
    enforceSSL Boolean
    password String
    Password credential.
    port Number
    port for server
    serverBrandVersion String
    server brand version
    serverName String
    name of the server
    serverVersion String
    server version
    trustServerCertificate Boolean
    Whether to trust the server certificate
    userName String
    User name

    MySqlConnectionInfoResponse

    Port int
    Port for Server
    ServerName string
    Name of the server
    AdditionalSettings string
    Additional connection settings
    Authentication string
    Authentication type to use for connection
    DataSource string
    Data source
    EncryptConnection bool
    Whether to encrypt the connection
    Password string
    Password credential.
    UserName string
    User name
    Port int
    Port for Server
    ServerName string
    Name of the server
    AdditionalSettings string
    Additional connection settings
    Authentication string
    Authentication type to use for connection
    DataSource string
    Data source
    EncryptConnection bool
    Whether to encrypt the connection
    Password string
    Password credential.
    UserName string
    User name
    port Integer
    Port for Server
    serverName String
    Name of the server
    additionalSettings String
    Additional connection settings
    authentication String
    Authentication type to use for connection
    dataSource String
    Data source
    encryptConnection Boolean
    Whether to encrypt the connection
    password String
    Password credential.
    userName String
    User name
    port number
    Port for Server
    serverName string
    Name of the server
    additionalSettings string
    Additional connection settings
    authentication string
    Authentication type to use for connection
    dataSource string
    Data source
    encryptConnection boolean
    Whether to encrypt the connection
    password string
    Password credential.
    userName string
    User name
    port int
    Port for Server
    server_name str
    Name of the server
    additional_settings str
    Additional connection settings
    authentication str
    Authentication type to use for connection
    data_source str
    Data source
    encrypt_connection bool
    Whether to encrypt the connection
    password str
    Password credential.
    user_name str
    User name
    port Number
    Port for Server
    serverName String
    Name of the server
    additionalSettings String
    Additional connection settings
    authentication String
    Authentication type to use for connection
    dataSource String
    Data source
    encryptConnection Boolean
    Whether to encrypt the connection
    password String
    Password credential.
    userName String
    User name

    OracleConnectionInfoResponse

    DataSource string
    EZConnect or TNSName connection string.
    Authentication string
    Authentication type to use for connection
    Password string
    Password credential.
    Port int
    port for server
    ServerName string
    name of the server
    ServerVersion string
    server version
    UserName string
    User name
    DataSource string
    EZConnect or TNSName connection string.
    Authentication string
    Authentication type to use for connection
    Password string
    Password credential.
    Port int
    port for server
    ServerName string
    name of the server
    ServerVersion string
    server version
    UserName string
    User name
    dataSource String
    EZConnect or TNSName connection string.
    authentication String
    Authentication type to use for connection
    password String
    Password credential.
    port Integer
    port for server
    serverName String
    name of the server
    serverVersion String
    server version
    userName String
    User name
    dataSource string
    EZConnect or TNSName connection string.
    authentication string
    Authentication type to use for connection
    password string
    Password credential.
    port number
    port for server
    serverName string
    name of the server
    serverVersion string
    server version
    userName string
    User name
    data_source str
    EZConnect or TNSName connection string.
    authentication str
    Authentication type to use for connection
    password str
    Password credential.
    port int
    port for server
    server_name str
    name of the server
    server_version str
    server version
    user_name str
    User name
    dataSource String
    EZConnect or TNSName connection string.
    authentication String
    Authentication type to use for connection
    password String
    Password credential.
    port Number
    port for server
    serverName String
    name of the server
    serverVersion String
    server version
    userName String
    User name

    PostgreSqlConnectionInfoResponse

    Port int
    Port for Server
    ServerName string
    Name of the server
    AdditionalSettings string
    Additional connection settings
    Authentication string
    Authentication type to use for connection
    DataSource string
    Data source
    DatabaseName string
    Name of the database
    EncryptConnection bool
    Whether to encrypt the connection
    Password string
    Password credential.
    ServerBrandVersion string
    server brand version
    ServerVersion string
    server version
    TrustServerCertificate bool
    Whether to trust the server certificate
    UserName string
    User name
    Port int
    Port for Server
    ServerName string
    Name of the server
    AdditionalSettings string
    Additional connection settings
    Authentication string
    Authentication type to use for connection
    DataSource string
    Data source
    DatabaseName string
    Name of the database
    EncryptConnection bool
    Whether to encrypt the connection
    Password string
    Password credential.
    ServerBrandVersion string
    server brand version
    ServerVersion string
    server version
    TrustServerCertificate bool
    Whether to trust the server certificate
    UserName string
    User name
    port Integer
    Port for Server
    serverName String
    Name of the server
    additionalSettings String
    Additional connection settings
    authentication String
    Authentication type to use for connection
    dataSource String
    Data source
    databaseName String
    Name of the database
    encryptConnection Boolean
    Whether to encrypt the connection
    password String
    Password credential.
    serverBrandVersion String
    server brand version
    serverVersion String
    server version
    trustServerCertificate Boolean
    Whether to trust the server certificate
    userName String
    User name
    port number
    Port for Server
    serverName string
    Name of the server
    additionalSettings string
    Additional connection settings
    authentication string
    Authentication type to use for connection
    dataSource string
    Data source
    databaseName string
    Name of the database
    encryptConnection boolean
    Whether to encrypt the connection
    password string
    Password credential.
    serverBrandVersion string
    server brand version
    serverVersion string
    server version
    trustServerCertificate boolean
    Whether to trust the server certificate
    userName string
    User name
    port int
    Port for Server
    server_name str
    Name of the server
    additional_settings str
    Additional connection settings
    authentication str
    Authentication type to use for connection
    data_source str
    Data source
    database_name str
    Name of the database
    encrypt_connection bool
    Whether to encrypt the connection
    password str
    Password credential.
    server_brand_version str
    server brand version
    server_version str
    server version
    trust_server_certificate bool
    Whether to trust the server certificate
    user_name str
    User name
    port Number
    Port for Server
    serverName String
    Name of the server
    additionalSettings String
    Additional connection settings
    authentication String
    Authentication type to use for connection
    dataSource String
    Data source
    databaseName String
    Name of the database
    encryptConnection Boolean
    Whether to encrypt the connection
    password String
    Password credential.
    serverBrandVersion String
    server brand version
    serverVersion String
    server version
    trustServerCertificate Boolean
    Whether to trust the server certificate
    userName String
    User name

    SqlConnectionInfoResponse

    DataSource string
    Data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber
    AdditionalSettings string
    Additional connection settings
    Authentication string
    Authentication type to use for connection
    EncryptConnection bool
    Whether to encrypt the connection
    Password string
    Password credential.
    Platform string
    Server platform type for connection
    Port int
    Port for Server
    ResourceId string
    Represents the ID of an HTTP resource represented by an Azure resource provider.
    ServerBrandVersion string
    server brand version
    ServerName string
    name of the server
    ServerVersion string
    server version
    TrustServerCertificate bool
    Whether to trust the server certificate
    UserName string
    User name
    DataSource string
    Data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber
    AdditionalSettings string
    Additional connection settings
    Authentication string
    Authentication type to use for connection
    EncryptConnection bool
    Whether to encrypt the connection
    Password string
    Password credential.
    Platform string
    Server platform type for connection
    Port int
    Port for Server
    ResourceId string
    Represents the ID of an HTTP resource represented by an Azure resource provider.
    ServerBrandVersion string
    server brand version
    ServerName string
    name of the server
    ServerVersion string
    server version
    TrustServerCertificate bool
    Whether to trust the server certificate
    UserName string
    User name
    dataSource String
    Data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber
    additionalSettings String
    Additional connection settings
    authentication String
    Authentication type to use for connection
    encryptConnection Boolean
    Whether to encrypt the connection
    password String
    Password credential.
    platform String
    Server platform type for connection
    port Integer
    Port for Server
    resourceId String
    Represents the ID of an HTTP resource represented by an Azure resource provider.
    serverBrandVersion String
    server brand version
    serverName String
    name of the server
    serverVersion String
    server version
    trustServerCertificate Boolean
    Whether to trust the server certificate
    userName String
    User name
    dataSource string
    Data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber
    additionalSettings string
    Additional connection settings
    authentication string
    Authentication type to use for connection
    encryptConnection boolean
    Whether to encrypt the connection
    password string
    Password credential.
    platform string
    Server platform type for connection
    port number
    Port for Server
    resourceId string
    Represents the ID of an HTTP resource represented by an Azure resource provider.
    serverBrandVersion string
    server brand version
    serverName string
    name of the server
    serverVersion string
    server version
    trustServerCertificate boolean
    Whether to trust the server certificate
    userName string
    User name
    data_source str
    Data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber
    additional_settings str
    Additional connection settings
    authentication str
    Authentication type to use for connection
    encrypt_connection bool
    Whether to encrypt the connection
    password str
    Password credential.
    platform str
    Server platform type for connection
    port int
    Port for Server
    resource_id str
    Represents the ID of an HTTP resource represented by an Azure resource provider.
    server_brand_version str
    server brand version
    server_name str
    name of the server
    server_version str
    server version
    trust_server_certificate bool
    Whether to trust the server certificate
    user_name str
    User name
    dataSource String
    Data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber
    additionalSettings String
    Additional connection settings
    authentication String
    Authentication type to use for connection
    encryptConnection Boolean
    Whether to encrypt the connection
    password String
    Password credential.
    platform String
    Server platform type for connection
    port Number
    Port for Server
    resourceId String
    Represents the ID of an HTTP resource represented by an Azure resource provider.
    serverBrandVersion String
    server brand version
    serverName String
    name of the server
    serverVersion String
    server version
    trustServerCertificate Boolean
    Whether to trust the server certificate
    userName String
    User name

    SystemDataResponse

    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 v2 docs if using the v2 version of this package.
    Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi