1. Packages
  2. Azure Native
  3. API Docs
  4. workloads
  5. getServerInstance
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.workloads.getServerInstance

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

    Gets the Server Instance resource. Azure REST API version: 2023-10-01-preview.

    Using getServerInstance

    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 getServerInstance(args: GetServerInstanceArgs, opts?: InvokeOptions): Promise<GetServerInstanceResult>
    function getServerInstanceOutput(args: GetServerInstanceOutputArgs, opts?: InvokeOptions): Output<GetServerInstanceResult>
    def get_server_instance(resource_group_name: Optional[str] = None,
                            sap_discovery_site_name: Optional[str] = None,
                            sap_instance_name: Optional[str] = None,
                            server_instance_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetServerInstanceResult
    def get_server_instance_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                            sap_discovery_site_name: Optional[pulumi.Input[str]] = None,
                            sap_instance_name: Optional[pulumi.Input[str]] = None,
                            server_instance_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetServerInstanceResult]
    func LookupServerInstance(ctx *Context, args *LookupServerInstanceArgs, opts ...InvokeOption) (*LookupServerInstanceResult, error)
    func LookupServerInstanceOutput(ctx *Context, args *LookupServerInstanceOutputArgs, opts ...InvokeOption) LookupServerInstanceResultOutput

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

    public static class GetServerInstance 
    {
        public static Task<GetServerInstanceResult> InvokeAsync(GetServerInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetServerInstanceResult> Invoke(GetServerInstanceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServerInstanceResult> getServerInstance(GetServerInstanceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:workloads:getServerInstance
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SapDiscoverySiteName string
    The name of the discovery site resource for SAP Migration.
    SapInstanceName string
    The name of SAP Instance resource for SAP Migration.
    ServerInstanceName string
    The name of the Server instance resource for SAP Migration.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SapDiscoverySiteName string
    The name of the discovery site resource for SAP Migration.
    SapInstanceName string
    The name of SAP Instance resource for SAP Migration.
    ServerInstanceName string
    The name of the Server instance resource for SAP Migration.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    sapDiscoverySiteName String
    The name of the discovery site resource for SAP Migration.
    sapInstanceName String
    The name of SAP Instance resource for SAP Migration.
    serverInstanceName String
    The name of the Server instance resource for SAP Migration.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    sapDiscoverySiteName string
    The name of the discovery site resource for SAP Migration.
    sapInstanceName string
    The name of SAP Instance resource for SAP Migration.
    serverInstanceName string
    The name of the Server instance resource for SAP Migration.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    sap_discovery_site_name str
    The name of the discovery site resource for SAP Migration.
    sap_instance_name str
    The name of SAP Instance resource for SAP Migration.
    server_instance_name str
    The name of the Server instance resource for SAP Migration.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    sapDiscoverySiteName String
    The name of the discovery site resource for SAP Migration.
    sapInstanceName String
    The name of SAP Instance resource for SAP Migration.
    serverInstanceName String
    The name of the Server instance resource for SAP Migration.

    getServerInstance Result

    The following output properties are available:

    ConfigurationData Pulumi.AzureNative.Workloads.Outputs.ConfigurationDataResponse
    Configuration data for this server instance.
    Errors Pulumi.AzureNative.Workloads.Outputs.SAPMigrateErrorResponse
    Defines the errors related to SAP Instance resource.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    InstanceSid string
    This is the Instance SID for ASCS/AP/DB instance. An SAP system with HANA database for example could have a different SID for database Instance than that of ASCS instance.
    Name string
    The name of the resource
    OperatingSystem string
    This is Operating System on which the host server is running.
    PerformanceData Pulumi.AzureNative.Workloads.Outputs.ExcelPerformanceDataResponse | Pulumi.AzureNative.Workloads.Outputs.NativePerformanceDataResponse
    Configuration data for this server instance.
    ProvisioningState string
    Defines the provisioning states.
    SapInstanceType string
    Defines the type SAP instance on this server instance.
    SapProduct string
    This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE.
    SapProductVersion string
    Provide the product version of the SAP product.
    ServerName string
    This is the Virtual Machine Name of the SAP system. Add all the virtual machines attached to an SAP system which you wish to migrate to Azure. Keeping this not equal to ID as for single tier all InstanceTypes would be on same server, leading to multiple resources with same servername.
    SystemData Pulumi.AzureNative.Workloads.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"
    ConfigurationData ConfigurationDataResponse
    Configuration data for this server instance.
    Errors SAPMigrateErrorResponse
    Defines the errors related to SAP Instance resource.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    InstanceSid string
    This is the Instance SID for ASCS/AP/DB instance. An SAP system with HANA database for example could have a different SID for database Instance than that of ASCS instance.
    Name string
    The name of the resource
    OperatingSystem string
    This is Operating System on which the host server is running.
    PerformanceData ExcelPerformanceDataResponse | NativePerformanceDataResponse
    Configuration data for this server instance.
    ProvisioningState string
    Defines the provisioning states.
    SapInstanceType string
    Defines the type SAP instance on this server instance.
    SapProduct string
    This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE.
    SapProductVersion string
    Provide the product version of the SAP product.
    ServerName string
    This is the Virtual Machine Name of the SAP system. Add all the virtual machines attached to an SAP system which you wish to migrate to Azure. Keeping this not equal to ID as for single tier all InstanceTypes would be on same server, leading to multiple resources with same servername.
    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"
    configurationData ConfigurationDataResponse
    Configuration data for this server instance.
    errors SAPMigrateErrorResponse
    Defines the errors related to SAP Instance resource.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    instanceSid String
    This is the Instance SID for ASCS/AP/DB instance. An SAP system with HANA database for example could have a different SID for database Instance than that of ASCS instance.
    name String
    The name of the resource
    operatingSystem String
    This is Operating System on which the host server is running.
    performanceData ExcelPerformanceDataResponse | NativePerformanceDataResponse
    Configuration data for this server instance.
    provisioningState String
    Defines the provisioning states.
    sapInstanceType String
    Defines the type SAP instance on this server instance.
    sapProduct String
    This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE.
    sapProductVersion String
    Provide the product version of the SAP product.
    serverName String
    This is the Virtual Machine Name of the SAP system. Add all the virtual machines attached to an SAP system which you wish to migrate to Azure. Keeping this not equal to ID as for single tier all InstanceTypes would be on same server, leading to multiple resources with same servername.
    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"
    configurationData ConfigurationDataResponse
    Configuration data for this server instance.
    errors SAPMigrateErrorResponse
    Defines the errors related to SAP Instance resource.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    instanceSid string
    This is the Instance SID for ASCS/AP/DB instance. An SAP system with HANA database for example could have a different SID for database Instance than that of ASCS instance.
    name string
    The name of the resource
    operatingSystem string
    This is Operating System on which the host server is running.
    performanceData ExcelPerformanceDataResponse | NativePerformanceDataResponse
    Configuration data for this server instance.
    provisioningState string
    Defines the provisioning states.
    sapInstanceType string
    Defines the type SAP instance on this server instance.
    sapProduct string
    This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE.
    sapProductVersion string
    Provide the product version of the SAP product.
    serverName string
    This is the Virtual Machine Name of the SAP system. Add all the virtual machines attached to an SAP system which you wish to migrate to Azure. Keeping this not equal to ID as for single tier all InstanceTypes would be on same server, leading to multiple resources with same servername.
    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"
    configuration_data ConfigurationDataResponse
    Configuration data for this server instance.
    errors SAPMigrateErrorResponse
    Defines the errors related to SAP Instance resource.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    instance_sid str
    This is the Instance SID for ASCS/AP/DB instance. An SAP system with HANA database for example could have a different SID for database Instance than that of ASCS instance.
    name str
    The name of the resource
    operating_system str
    This is Operating System on which the host server is running.
    performance_data ExcelPerformanceDataResponse | NativePerformanceDataResponse
    Configuration data for this server instance.
    provisioning_state str
    Defines the provisioning states.
    sap_instance_type str
    Defines the type SAP instance on this server instance.
    sap_product str
    This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE.
    sap_product_version str
    Provide the product version of the SAP product.
    server_name str
    This is the Virtual Machine Name of the SAP system. Add all the virtual machines attached to an SAP system which you wish to migrate to Azure. Keeping this not equal to ID as for single tier all InstanceTypes would be on same server, leading to multiple resources with same servername.
    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"
    configurationData Property Map
    Configuration data for this server instance.
    errors Property Map
    Defines the errors related to SAP Instance resource.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    instanceSid String
    This is the Instance SID for ASCS/AP/DB instance. An SAP system with HANA database for example could have a different SID for database Instance than that of ASCS instance.
    name String
    The name of the resource
    operatingSystem String
    This is Operating System on which the host server is running.
    performanceData Property Map | Property Map
    Configuration data for this server instance.
    provisioningState String
    Defines the provisioning states.
    sapInstanceType String
    Defines the type SAP instance on this server instance.
    sapProduct String
    This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE.
    sapProductVersion String
    Provide the product version of the SAP product.
    serverName String
    This is the Virtual Machine Name of the SAP system. Add all the virtual machines attached to an SAP system which you wish to migrate to Azure. Keeping this not equal to ID as for single tier all InstanceTypes would be on same server, leading to multiple resources with same servername.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    ConfigurationDataResponse

    Cpu int
    Provide the CPU value of the server. For example, 16, 32 etc.
    CpuInMhz int
    Provide the CPU clock speed of the server in MHz. This should be a non-zero value. For example, 2100.
    CpuType string
    Provide the CPU architecture type of the server. For example, Xeon Platinum 8171M, Xeon E5-2673 v3.
    DatabaseType string
    The database of this is a server instance. Applicable only if SAP instance type for this server instance is 'DB'.
    HardwareManufacturer string
    Provide the HW manufacturer company of the server. For example, Microsoft Corporation.
    Model string
    Specify if the Hardware is a physical server or virtual machine.
    Ram int
    Provide the RAM of the server. This should be a non-zero value. For example, 256.
    Saps int
    Provide the SAPS for each server of the SAP system. This should be a non-zero value. For example, 1000.
    TargetHanaRamSizeGB int
    Provide the target HANA database size you need. Applicable only if SAP instance type for this server instance is 'DB' and you are migrating an AnyDb database to SAP S/4HANA.
    TotalDiskIops int
    Provide the total disk IOPS capacity. Add the disk volume for each individual disk and provide the sum total in this field.
    TotalDiskSizeGB int
    Provide the total disk volume capacity in GB. Add the disk volume for each individual disks and provide the total sum in this field.
    Cpu int
    Provide the CPU value of the server. For example, 16, 32 etc.
    CpuInMhz int
    Provide the CPU clock speed of the server in MHz. This should be a non-zero value. For example, 2100.
    CpuType string
    Provide the CPU architecture type of the server. For example, Xeon Platinum 8171M, Xeon E5-2673 v3.
    DatabaseType string
    The database of this is a server instance. Applicable only if SAP instance type for this server instance is 'DB'.
    HardwareManufacturer string
    Provide the HW manufacturer company of the server. For example, Microsoft Corporation.
    Model string
    Specify if the Hardware is a physical server or virtual machine.
    Ram int
    Provide the RAM of the server. This should be a non-zero value. For example, 256.
    Saps int
    Provide the SAPS for each server of the SAP system. This should be a non-zero value. For example, 1000.
    TargetHanaRamSizeGB int
    Provide the target HANA database size you need. Applicable only if SAP instance type for this server instance is 'DB' and you are migrating an AnyDb database to SAP S/4HANA.
    TotalDiskIops int
    Provide the total disk IOPS capacity. Add the disk volume for each individual disk and provide the sum total in this field.
    TotalDiskSizeGB int
    Provide the total disk volume capacity in GB. Add the disk volume for each individual disks and provide the total sum in this field.
    cpu Integer
    Provide the CPU value of the server. For example, 16, 32 etc.
    cpuInMhz Integer
    Provide the CPU clock speed of the server in MHz. This should be a non-zero value. For example, 2100.
    cpuType String
    Provide the CPU architecture type of the server. For example, Xeon Platinum 8171M, Xeon E5-2673 v3.
    databaseType String
    The database of this is a server instance. Applicable only if SAP instance type for this server instance is 'DB'.
    hardwareManufacturer String
    Provide the HW manufacturer company of the server. For example, Microsoft Corporation.
    model String
    Specify if the Hardware is a physical server or virtual machine.
    ram Integer
    Provide the RAM of the server. This should be a non-zero value. For example, 256.
    saps Integer
    Provide the SAPS for each server of the SAP system. This should be a non-zero value. For example, 1000.
    targetHanaRamSizeGB Integer
    Provide the target HANA database size you need. Applicable only if SAP instance type for this server instance is 'DB' and you are migrating an AnyDb database to SAP S/4HANA.
    totalDiskIops Integer
    Provide the total disk IOPS capacity. Add the disk volume for each individual disk and provide the sum total in this field.
    totalDiskSizeGB Integer
    Provide the total disk volume capacity in GB. Add the disk volume for each individual disks and provide the total sum in this field.
    cpu number
    Provide the CPU value of the server. For example, 16, 32 etc.
    cpuInMhz number
    Provide the CPU clock speed of the server in MHz. This should be a non-zero value. For example, 2100.
    cpuType string
    Provide the CPU architecture type of the server. For example, Xeon Platinum 8171M, Xeon E5-2673 v3.
    databaseType string
    The database of this is a server instance. Applicable only if SAP instance type for this server instance is 'DB'.
    hardwareManufacturer string
    Provide the HW manufacturer company of the server. For example, Microsoft Corporation.
    model string
    Specify if the Hardware is a physical server or virtual machine.
    ram number
    Provide the RAM of the server. This should be a non-zero value. For example, 256.
    saps number
    Provide the SAPS for each server of the SAP system. This should be a non-zero value. For example, 1000.
    targetHanaRamSizeGB number
    Provide the target HANA database size you need. Applicable only if SAP instance type for this server instance is 'DB' and you are migrating an AnyDb database to SAP S/4HANA.
    totalDiskIops number
    Provide the total disk IOPS capacity. Add the disk volume for each individual disk and provide the sum total in this field.
    totalDiskSizeGB number
    Provide the total disk volume capacity in GB. Add the disk volume for each individual disks and provide the total sum in this field.
    cpu int
    Provide the CPU value of the server. For example, 16, 32 etc.
    cpu_in_mhz int
    Provide the CPU clock speed of the server in MHz. This should be a non-zero value. For example, 2100.
    cpu_type str
    Provide the CPU architecture type of the server. For example, Xeon Platinum 8171M, Xeon E5-2673 v3.
    database_type str
    The database of this is a server instance. Applicable only if SAP instance type for this server instance is 'DB'.
    hardware_manufacturer str
    Provide the HW manufacturer company of the server. For example, Microsoft Corporation.
    model str
    Specify if the Hardware is a physical server or virtual machine.
    ram int
    Provide the RAM of the server. This should be a non-zero value. For example, 256.
    saps int
    Provide the SAPS for each server of the SAP system. This should be a non-zero value. For example, 1000.
    target_hana_ram_size_gb int
    Provide the target HANA database size you need. Applicable only if SAP instance type for this server instance is 'DB' and you are migrating an AnyDb database to SAP S/4HANA.
    total_disk_iops int
    Provide the total disk IOPS capacity. Add the disk volume for each individual disk and provide the sum total in this field.
    total_disk_size_gb int
    Provide the total disk volume capacity in GB. Add the disk volume for each individual disks and provide the total sum in this field.
    cpu Number
    Provide the CPU value of the server. For example, 16, 32 etc.
    cpuInMhz Number
    Provide the CPU clock speed of the server in MHz. This should be a non-zero value. For example, 2100.
    cpuType String
    Provide the CPU architecture type of the server. For example, Xeon Platinum 8171M, Xeon E5-2673 v3.
    databaseType String
    The database of this is a server instance. Applicable only if SAP instance type for this server instance is 'DB'.
    hardwareManufacturer String
    Provide the HW manufacturer company of the server. For example, Microsoft Corporation.
    model String
    Specify if the Hardware is a physical server or virtual machine.
    ram Number
    Provide the RAM of the server. This should be a non-zero value. For example, 256.
    saps Number
    Provide the SAPS for each server of the SAP system. This should be a non-zero value. For example, 1000.
    targetHanaRamSizeGB Number
    Provide the target HANA database size you need. Applicable only if SAP instance type for this server instance is 'DB' and you are migrating an AnyDb database to SAP S/4HANA.
    totalDiskIops Number
    Provide the total disk IOPS capacity. Add the disk volume for each individual disk and provide the sum total in this field.
    totalDiskSizeGB Number
    Provide the total disk volume capacity in GB. Add the disk volume for each individual disks and provide the total sum in this field.

    ErrorDefinitionResponse

    Code string
    Service specific error code which serves as the substatus for the HTTP error code.
    Details List<Pulumi.AzureNative.Workloads.Inputs.ErrorDefinitionResponse>
    Internal error details.
    Message string
    Description of the error.
    Recommendation string
    Description of the recommendation.
    Code string
    Service specific error code which serves as the substatus for the HTTP error code.
    Details []ErrorDefinitionResponse
    Internal error details.
    Message string
    Description of the error.
    Recommendation string
    Description of the recommendation.
    code String
    Service specific error code which serves as the substatus for the HTTP error code.
    details List<ErrorDefinitionResponse>
    Internal error details.
    message String
    Description of the error.
    recommendation String
    Description of the recommendation.
    code string
    Service specific error code which serves as the substatus for the HTTP error code.
    details ErrorDefinitionResponse[]
    Internal error details.
    message string
    Description of the error.
    recommendation string
    Description of the recommendation.
    code str
    Service specific error code which serves as the substatus for the HTTP error code.
    details Sequence[ErrorDefinitionResponse]
    Internal error details.
    message str
    Description of the error.
    recommendation str
    Description of the recommendation.
    code String
    Service specific error code which serves as the substatus for the HTTP error code.
    details List<Property Map>
    Internal error details.
    message String
    Description of the error.
    recommendation String
    Description of the recommendation.

    ExcelPerformanceDataResponse

    MaxCpuLoad int
    Provide the max CPU percentage load on the server. Omit the percentage symbol while filling this value.
    TotalSourceDbSizeGB int
    Provide the source Database size in GB. Applicable only if SAP instance type for this server instance is 'DB'.
    MaxCpuLoad int
    Provide the max CPU percentage load on the server. Omit the percentage symbol while filling this value.
    TotalSourceDbSizeGB int
    Provide the source Database size in GB. Applicable only if SAP instance type for this server instance is 'DB'.
    maxCpuLoad Integer
    Provide the max CPU percentage load on the server. Omit the percentage symbol while filling this value.
    totalSourceDbSizeGB Integer
    Provide the source Database size in GB. Applicable only if SAP instance type for this server instance is 'DB'.
    maxCpuLoad number
    Provide the max CPU percentage load on the server. Omit the percentage symbol while filling this value.
    totalSourceDbSizeGB number
    Provide the source Database size in GB. Applicable only if SAP instance type for this server instance is 'DB'.
    max_cpu_load int
    Provide the max CPU percentage load on the server. Omit the percentage symbol while filling this value.
    total_source_db_size_gb int
    Provide the source Database size in GB. Applicable only if SAP instance type for this server instance is 'DB'.
    maxCpuLoad Number
    Provide the max CPU percentage load on the server. Omit the percentage symbol while filling this value.
    totalSourceDbSizeGB Number
    Provide the source Database size in GB. Applicable only if SAP instance type for this server instance is 'DB'.

    NativePerformanceDataResponse

    SAPMigrateErrorResponse

    Code string
    Service specific error code which serves as the substatus for the HTTP error code.
    Details List<Pulumi.AzureNative.Workloads.Inputs.ErrorDefinitionResponse>
    Internal error details.
    Message string
    Description of the error.
    Recommendation string
    Description of the recommendation.
    Code string
    Service specific error code which serves as the substatus for the HTTP error code.
    Details []ErrorDefinitionResponse
    Internal error details.
    Message string
    Description of the error.
    Recommendation string
    Description of the recommendation.
    code String
    Service specific error code which serves as the substatus for the HTTP error code.
    details List<ErrorDefinitionResponse>
    Internal error details.
    message String
    Description of the error.
    recommendation String
    Description of the recommendation.
    code string
    Service specific error code which serves as the substatus for the HTTP error code.
    details ErrorDefinitionResponse[]
    Internal error details.
    message string
    Description of the error.
    recommendation string
    Description of the recommendation.
    code str
    Service specific error code which serves as the substatus for the HTTP error code.
    details Sequence[ErrorDefinitionResponse]
    Internal error details.
    message str
    Description of the error.
    recommendation str
    Description of the recommendation.
    code String
    Service specific error code which serves as the substatus for the HTTP error code.
    details List<Property Map>
    Internal error details.
    message String
    Description of the error.
    recommendation String
    Description of the recommendation.

    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 v1 docs if using the v1 version of this package.
    Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi