1. Packages
  2. Azure Native
  3. API Docs
  4. mysqldiscovery
  5. getMySQLServer
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.mysqldiscovery.getMySQLServer

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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

    Gets the MySQLServers resource.

    Uses Azure REST API version 2024-09-30-preview.

    Using getMySQLServer

    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 getMySQLServer(args: GetMySQLServerArgs, opts?: InvokeOptions): Promise<GetMySQLServerResult>
    function getMySQLServerOutput(args: GetMySQLServerOutputArgs, opts?: InvokeOptions): Output<GetMySQLServerResult>
    def get_my_sql_server(resource_group_name: Optional[str] = None,
                          server_name: Optional[str] = None,
                          site_name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetMySQLServerResult
    def get_my_sql_server_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                          server_name: Optional[pulumi.Input[str]] = None,
                          site_name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetMySQLServerResult]
    func LookupMySQLServer(ctx *Context, args *LookupMySQLServerArgs, opts ...InvokeOption) (*LookupMySQLServerResult, error)
    func LookupMySQLServerOutput(ctx *Context, args *LookupMySQLServerOutputArgs, opts ...InvokeOption) LookupMySQLServerResultOutput

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

    public static class GetMySQLServer 
    {
        public static Task<GetMySQLServerResult> InvokeAsync(GetMySQLServerArgs args, InvokeOptions? opts = null)
        public static Output<GetMySQLServerResult> Invoke(GetMySQLServerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMySQLServerResult> getMySQLServer(GetMySQLServerArgs args, InvokeOptions options)
    public static Output<GetMySQLServerResult> getMySQLServer(GetMySQLServerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:mysqldiscovery:getMySQLServer
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServerName string
    The name of Server
    SiteName string
    The name of Site
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServerName string
    The name of Server
    SiteName string
    The name of Site
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serverName String
    The name of Server
    siteName String
    The name of Site
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    serverName string
    The name of Server
    siteName string
    The name of Site
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    server_name str
    The name of Server
    site_name str
    The name of Site
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serverName String
    The name of Server
    siteName String
    The name of Site

    getMySQLServer Result

    The following output properties are available:

    HostName string
    The Server IP/host name.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    PortNumber string
    MySQL Server port number
    SystemData Pulumi.AzureNative.MySQLDiscovery.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Edition string
    mysql server edition.
    Errors List<Pulumi.AzureNative.MySQLDiscovery.Outputs.ErrorResponse>
    The list of errors.
    HostIp List<string>
    The Server IP/host name.
    Labels Dictionary<string, string>
    Resource labels.
    MachineId string
    discovery Machine Id
    MysqlVersion string
    The mysql server version.
    NumberOfDatabase double
    The number of database.
    ProvisioningState string
    Gets or sets the provisioning state.
    SupportEndIn string
    Time when mysql version support end.
    SupportStatus string
    mysql version support status.
    Tags Dictionary<string, string>
    Resource tags
    HostName string
    The Server IP/host name.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    PortNumber string
    MySQL Server port number
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Edition string
    mysql server edition.
    Errors []ErrorResponse
    The list of errors.
    HostIp []string
    The Server IP/host name.
    Labels map[string]string
    Resource labels.
    MachineId string
    discovery Machine Id
    MysqlVersion string
    The mysql server version.
    NumberOfDatabase float64
    The number of database.
    ProvisioningState string
    Gets or sets the provisioning state.
    SupportEndIn string
    Time when mysql version support end.
    SupportStatus string
    mysql version support status.
    Tags map[string]string
    Resource tags
    hostName String
    The Server IP/host name.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    portNumber String
    MySQL Server port number
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    edition String
    mysql server edition.
    errors List<ErrorResponse>
    The list of errors.
    hostIp List<String>
    The Server IP/host name.
    labels Map<String,String>
    Resource labels.
    machineId String
    discovery Machine Id
    mysqlVersion String
    The mysql server version.
    numberOfDatabase Double
    The number of database.
    provisioningState String
    Gets or sets the provisioning state.
    supportEndIn String
    Time when mysql version support end.
    supportStatus String
    mysql version support status.
    tags Map<String,String>
    Resource tags
    hostName string
    The Server IP/host name.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name string
    The name of the resource
    portNumber string
    MySQL Server port number
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    edition string
    mysql server edition.
    errors ErrorResponse[]
    The list of errors.
    hostIp string[]
    The Server IP/host name.
    labels {[key: string]: string}
    Resource labels.
    machineId string
    discovery Machine Id
    mysqlVersion string
    The mysql server version.
    numberOfDatabase number
    The number of database.
    provisioningState string
    Gets or sets the provisioning state.
    supportEndIn string
    Time when mysql version support end.
    supportStatus string
    mysql version support status.
    tags {[key: string]: string}
    Resource tags
    host_name str
    The Server IP/host name.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name str
    The name of the resource
    port_number str
    MySQL Server port number
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    edition str
    mysql server edition.
    errors Sequence[ErrorResponse]
    The list of errors.
    host_ip Sequence[str]
    The Server IP/host name.
    labels Mapping[str, str]
    Resource labels.
    machine_id str
    discovery Machine Id
    mysql_version str
    The mysql server version.
    number_of_database float
    The number of database.
    provisioning_state str
    Gets or sets the provisioning state.
    support_end_in str
    Time when mysql version support end.
    support_status str
    mysql version support status.
    tags Mapping[str, str]
    Resource tags
    hostName String
    The Server IP/host name.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    portNumber String
    MySQL Server port number
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    edition String
    mysql server edition.
    errors List<Property Map>
    The list of errors.
    hostIp List<String>
    The Server IP/host name.
    labels Map<String>
    Resource labels.
    machineId String
    discovery Machine Id
    mysqlVersion String
    The mysql server version.
    numberOfDatabase Number
    The number of database.
    provisioningState String
    Gets or sets the provisioning state.
    supportEndIn String
    Time when mysql version support end.
    supportStatus String
    mysql version support status.
    tags Map<String>
    Resource tags

    Supporting Types

    ErrorResponse

    Code string
    The error code.
    Id string
    The error ID.
    Message string
    The detailed error message.
    PossibleCause string
    The error possible cause.
    RecommendedAction string
    Gets description of the checkpoint.
    RunAsAccountId string
    The account ID used to login.
    Severity string
    Gets description of the severity.
    SummaryMessage string
    The summarized error message.
    UpdatedTimeStamp string
    Time when this error was last updated.
    Code string
    The error code.
    Id string
    The error ID.
    Message string
    The detailed error message.
    PossibleCause string
    The error possible cause.
    RecommendedAction string
    Gets description of the checkpoint.
    RunAsAccountId string
    The account ID used to login.
    Severity string
    Gets description of the severity.
    SummaryMessage string
    The summarized error message.
    UpdatedTimeStamp string
    Time when this error was last updated.
    code String
    The error code.
    id String
    The error ID.
    message String
    The detailed error message.
    possibleCause String
    The error possible cause.
    recommendedAction String
    Gets description of the checkpoint.
    runAsAccountId String
    The account ID used to login.
    severity String
    Gets description of the severity.
    summaryMessage String
    The summarized error message.
    updatedTimeStamp String
    Time when this error was last updated.
    code string
    The error code.
    id string
    The error ID.
    message string
    The detailed error message.
    possibleCause string
    The error possible cause.
    recommendedAction string
    Gets description of the checkpoint.
    runAsAccountId string
    The account ID used to login.
    severity string
    Gets description of the severity.
    summaryMessage string
    The summarized error message.
    updatedTimeStamp string
    Time when this error was last updated.
    code str
    The error code.
    id str
    The error ID.
    message str
    The detailed error message.
    possible_cause str
    The error possible cause.
    recommended_action str
    Gets description of the checkpoint.
    run_as_account_id str
    The account ID used to login.
    severity str
    Gets description of the severity.
    summary_message str
    The summarized error message.
    updated_time_stamp str
    Time when this error was last updated.
    code String
    The error code.
    id String
    The error ID.
    message String
    The detailed error message.
    possibleCause String
    The error possible cause.
    recommendedAction String
    Gets description of the checkpoint.
    runAsAccountId String
    The account ID used to login.
    severity String
    Gets description of the severity.
    summaryMessage String
    The summarized error message.
    updatedTimeStamp String
    Time when this error was last updated.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi