azure-native.scom.Instance
A SCOM instance resource
Uses Azure REST API version 2023-07-07-preview. In version 2.x of the Azure Native provider, it used API version 2023-07-07-preview.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:scom:Instance myInstace /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Scom/managedInstances/{instanceName} 
Create Instance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Instance(name: string, args: InstanceArgs, opts?: CustomResourceOptions);@overload
def Instance(resource_name: str,
             args: InstanceArgs,
             opts: Optional[ResourceOptions] = None)
@overload
def Instance(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             resource_group_name: Optional[str] = None,
             identity: Optional[ManagedIdentityArgs] = None,
             instance_name: Optional[str] = None,
             location: Optional[str] = None,
             properties: Optional[MonitoringInstancePropertiesArgs] = None,
             tags: Optional[Mapping[str, str]] = None,
             validation_mode: Optional[bool] = None)func NewInstance(ctx *Context, name string, args InstanceArgs, opts ...ResourceOption) (*Instance, error)public Instance(string name, InstanceArgs args, CustomResourceOptions? opts = null)
public Instance(String name, InstanceArgs args)
public Instance(String name, InstanceArgs args, CustomResourceOptions options)
type: azure-native:scom:Instance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InstanceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var exampleinstanceResourceResourceFromScom = new AzureNative.Scom.Instance("exampleinstanceResourceResourceFromScom", new()
{
    ResourceGroupName = "string",
    Identity = new AzureNative.Scom.Inputs.ManagedIdentityArgs
    {
        Type = "string",
        UserAssignedIdentities = new[]
        {
            "string",
        },
    },
    InstanceName = "string",
    Location = "string",
    Properties = new AzureNative.Scom.Inputs.MonitoringInstancePropertiesArgs
    {
        AzureHybridBenefit = new AzureNative.Scom.Inputs.AzureHybridBenefitPropertiesArgs
        {
            ScomLicenseType = "string",
            SqlServerLicenseType = "string",
            WindowsServerLicenseType = "string",
        },
        DatabaseInstance = new AzureNative.Scom.Inputs.DatabaseInstancePropertiesArgs
        {
            DatabaseInstanceId = "string",
        },
        DomainController = new AzureNative.Scom.Inputs.DomainControllerPropertiesArgs
        {
            DnsServer = "string",
            DomainName = "string",
            OuPath = "string",
        },
        DomainUserCredentials = new AzureNative.Scom.Inputs.DomainUserCredentialsArgs
        {
            KeyVaultUrl = "string",
            PasswordSecret = "string",
            UserNameSecret = "string",
        },
        GmsaDetails = new AzureNative.Scom.Inputs.GmsaDetailsArgs
        {
            DnsName = "string",
            GmsaAccount = "string",
            LoadBalancerIP = "string",
            ManagementServerGroupName = "string",
        },
        VNetSubnetId = "string",
    },
    Tags = 
    {
        { "string", "string" },
    },
    ValidationMode = false,
});
example, err := scom.NewInstance(ctx, "exampleinstanceResourceResourceFromScom", &scom.InstanceArgs{
	ResourceGroupName: pulumi.String("string"),
	Identity: &scom.ManagedIdentityArgs{
		Type: pulumi.String("string"),
		UserAssignedIdentities: pulumi.StringArray{
			pulumi.String("string"),
		},
	},
	InstanceName: pulumi.String("string"),
	Location:     pulumi.String("string"),
	Properties: &scom.MonitoringInstancePropertiesArgs{
		AzureHybridBenefit: &scom.AzureHybridBenefitPropertiesArgs{
			ScomLicenseType:          pulumi.String("string"),
			SqlServerLicenseType:     pulumi.String("string"),
			WindowsServerLicenseType: pulumi.String("string"),
		},
		DatabaseInstance: &scom.DatabaseInstancePropertiesArgs{
			DatabaseInstanceId: pulumi.String("string"),
		},
		DomainController: &scom.DomainControllerPropertiesArgs{
			DnsServer:  pulumi.String("string"),
			DomainName: pulumi.String("string"),
			OuPath:     pulumi.String("string"),
		},
		DomainUserCredentials: &scom.DomainUserCredentialsArgs{
			KeyVaultUrl:    pulumi.String("string"),
			PasswordSecret: pulumi.String("string"),
			UserNameSecret: pulumi.String("string"),
		},
		GmsaDetails: &scom.GmsaDetailsArgs{
			DnsName:                   pulumi.String("string"),
			GmsaAccount:               pulumi.String("string"),
			LoadBalancerIP:            pulumi.String("string"),
			ManagementServerGroupName: pulumi.String("string"),
		},
		VNetSubnetId: pulumi.String("string"),
	},
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	ValidationMode: pulumi.Bool(false),
})
var exampleinstanceResourceResourceFromScom = new com.pulumi.azurenative.scom.Instance("exampleinstanceResourceResourceFromScom", com.pulumi.azurenative.scom.InstanceArgs.builder()
    .resourceGroupName("string")
    .identity(ManagedIdentityArgs.builder()
        .type("string")
        .userAssignedIdentities("string")
        .build())
    .instanceName("string")
    .location("string")
    .properties(MonitoringInstancePropertiesArgs.builder()
        .azureHybridBenefit(AzureHybridBenefitPropertiesArgs.builder()
            .scomLicenseType("string")
            .sqlServerLicenseType("string")
            .windowsServerLicenseType("string")
            .build())
        .databaseInstance(DatabaseInstancePropertiesArgs.builder()
            .databaseInstanceId("string")
            .build())
        .domainController(DomainControllerPropertiesArgs.builder()
            .dnsServer("string")
            .domainName("string")
            .ouPath("string")
            .build())
        .domainUserCredentials(DomainUserCredentialsArgs.builder()
            .keyVaultUrl("string")
            .passwordSecret("string")
            .userNameSecret("string")
            .build())
        .gmsaDetails(GmsaDetailsArgs.builder()
            .dnsName("string")
            .gmsaAccount("string")
            .loadBalancerIP("string")
            .managementServerGroupName("string")
            .build())
        .vNetSubnetId("string")
        .build())
    .tags(Map.of("string", "string"))
    .validationMode(false)
    .build());
exampleinstance_resource_resource_from_scom = azure_native.scom.Instance("exampleinstanceResourceResourceFromScom",
    resource_group_name="string",
    identity={
        "type": "string",
        "user_assigned_identities": ["string"],
    },
    instance_name="string",
    location="string",
    properties={
        "azure_hybrid_benefit": {
            "scom_license_type": "string",
            "sql_server_license_type": "string",
            "windows_server_license_type": "string",
        },
        "database_instance": {
            "database_instance_id": "string",
        },
        "domain_controller": {
            "dns_server": "string",
            "domain_name": "string",
            "ou_path": "string",
        },
        "domain_user_credentials": {
            "key_vault_url": "string",
            "password_secret": "string",
            "user_name_secret": "string",
        },
        "gmsa_details": {
            "dns_name": "string",
            "gmsa_account": "string",
            "load_balancer_ip": "string",
            "management_server_group_name": "string",
        },
        "v_net_subnet_id": "string",
    },
    tags={
        "string": "string",
    },
    validation_mode=False)
const exampleinstanceResourceResourceFromScom = new azure_native.scom.Instance("exampleinstanceResourceResourceFromScom", {
    resourceGroupName: "string",
    identity: {
        type: "string",
        userAssignedIdentities: ["string"],
    },
    instanceName: "string",
    location: "string",
    properties: {
        azureHybridBenefit: {
            scomLicenseType: "string",
            sqlServerLicenseType: "string",
            windowsServerLicenseType: "string",
        },
        databaseInstance: {
            databaseInstanceId: "string",
        },
        domainController: {
            dnsServer: "string",
            domainName: "string",
            ouPath: "string",
        },
        domainUserCredentials: {
            keyVaultUrl: "string",
            passwordSecret: "string",
            userNameSecret: "string",
        },
        gmsaDetails: {
            dnsName: "string",
            gmsaAccount: "string",
            loadBalancerIP: "string",
            managementServerGroupName: "string",
        },
        vNetSubnetId: "string",
    },
    tags: {
        string: "string",
    },
    validationMode: false,
});
type: azure-native:scom:Instance
properties:
    identity:
        type: string
        userAssignedIdentities:
            - string
    instanceName: string
    location: string
    properties:
        azureHybridBenefit:
            scomLicenseType: string
            sqlServerLicenseType: string
            windowsServerLicenseType: string
        databaseInstance:
            databaseInstanceId: string
        domainController:
            dnsServer: string
            domainName: string
            ouPath: string
        domainUserCredentials:
            keyVaultUrl: string
            passwordSecret: string
            userNameSecret: string
        gmsaDetails:
            dnsName: string
            gmsaAccount: string
            loadBalancerIP: string
            managementServerGroupName: string
        vNetSubnetId: string
    resourceGroupName: string
    tags:
        string: string
    validationMode: false
Instance Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Instance resource accepts the following input properties:
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- Identity
Pulumi.Azure Native. Scom. Inputs. Managed Identity 
- The Azure Active Directory identity of the SCOM instance
- InstanceName string
- Name of the Azure Monitor Operations Manager Managed Instance (SCOM MI)
- Location string
- The geo-location where the resource lives
- Properties
Pulumi.Azure Native. Scom. Inputs. Monitoring Instance Properties 
- The properties of a SCOM instance resource
- Dictionary<string, string>
- Resource tags.
- ValidationMode bool
- Validation mode for the SCOM managed instance
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- Identity
ManagedIdentity Args 
- The Azure Active Directory identity of the SCOM instance
- InstanceName string
- Name of the Azure Monitor Operations Manager Managed Instance (SCOM MI)
- Location string
- The geo-location where the resource lives
- Properties
MonitoringInstance Properties Args 
- The properties of a SCOM instance resource
- map[string]string
- Resource tags.
- ValidationMode bool
- Validation mode for the SCOM managed instance
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- identity
ManagedIdentity 
- The Azure Active Directory identity of the SCOM instance
- instanceName String
- Name of the Azure Monitor Operations Manager Managed Instance (SCOM MI)
- location String
- The geo-location where the resource lives
- properties
MonitoringInstance Properties 
- The properties of a SCOM instance resource
- Map<String,String>
- Resource tags.
- validationMode Boolean
- Validation mode for the SCOM managed instance
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- identity
ManagedIdentity 
- The Azure Active Directory identity of the SCOM instance
- instanceName string
- Name of the Azure Monitor Operations Manager Managed Instance (SCOM MI)
- location string
- The geo-location where the resource lives
- properties
MonitoringInstance Properties 
- The properties of a SCOM instance resource
- {[key: string]: string}
- Resource tags.
- validationMode boolean
- Validation mode for the SCOM managed instance
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- identity
ManagedIdentity Args 
- The Azure Active Directory identity of the SCOM instance
- instance_name str
- Name of the Azure Monitor Operations Manager Managed Instance (SCOM MI)
- location str
- The geo-location where the resource lives
- properties
MonitoringInstance Properties Args 
- The properties of a SCOM instance resource
- Mapping[str, str]
- Resource tags.
- validation_mode bool
- Validation mode for the SCOM managed instance
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- identity Property Map
- The Azure Active Directory identity of the SCOM instance
- instanceName String
- Name of the Azure Monitor Operations Manager Managed Instance (SCOM MI)
- location String
- The geo-location where the resource lives
- properties Property Map
- The properties of a SCOM instance resource
- Map<String>
- Resource tags.
- validationMode Boolean
- Validation mode for the SCOM managed instance
Outputs
All input properties are implicitly available as output properties. Additionally, the Instance resource produces the following output properties:
- AzureApi stringVersion 
- The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- SystemData Pulumi.Azure Native. Scom. Outputs. System Data Response 
- 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"
- AzureApi stringVersion 
- The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- SystemData SystemData Response 
- 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"
- azureApi StringVersion 
- The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- systemData SystemData Response 
- 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"
- azureApi stringVersion 
- The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- systemData SystemData Response 
- 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"
- azure_api_ strversion 
- The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_data SystemData Response 
- 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"
- azureApi StringVersion 
- The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- 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
AzureHybridBenefitProperties, AzureHybridBenefitPropertiesArgs        
The properties to maximize savings by using Azure Hybrid Benefit- ScomLicense string | Pulumi.Type Azure Native. Scom. Hybrid License Type 
- SCOM license type. Maximize savings by using license you already own
- SqlServer string | Pulumi.License Type Azure Native. Scom. Hybrid License Type 
- SQL Server license type. Maximize savings by using Azure Hybrid Benefit for SQL Server with license you already own
- WindowsServer string | Pulumi.License Type Azure Native. Scom. Hybrid License Type 
- Specifies that the image or disk that is being used was licensed on-premises. For more information, see Azure Hybrid Use Benefit for Windows Server
- ScomLicense string | HybridType License Type 
- SCOM license type. Maximize savings by using license you already own
- SqlServer string | HybridLicense Type License Type 
- SQL Server license type. Maximize savings by using Azure Hybrid Benefit for SQL Server with license you already own
- WindowsServer string | HybridLicense Type License Type 
- Specifies that the image or disk that is being used was licensed on-premises. For more information, see Azure Hybrid Use Benefit for Windows Server
- scomLicense String | HybridType License Type 
- SCOM license type. Maximize savings by using license you already own
- sqlServer String | HybridLicense Type License Type 
- SQL Server license type. Maximize savings by using Azure Hybrid Benefit for SQL Server with license you already own
- windowsServer String | HybridLicense Type License Type 
- Specifies that the image or disk that is being used was licensed on-premises. For more information, see Azure Hybrid Use Benefit for Windows Server
- scomLicense string | HybridType License Type 
- SCOM license type. Maximize savings by using license you already own
- sqlServer string | HybridLicense Type License Type 
- SQL Server license type. Maximize savings by using Azure Hybrid Benefit for SQL Server with license you already own
- windowsServer string | HybridLicense Type License Type 
- Specifies that the image or disk that is being used was licensed on-premises. For more information, see Azure Hybrid Use Benefit for Windows Server
- scom_license_ str | Hybridtype License Type 
- SCOM license type. Maximize savings by using license you already own
- sql_server_ str | Hybridlicense_ type License Type 
- SQL Server license type. Maximize savings by using Azure Hybrid Benefit for SQL Server with license you already own
- windows_server_ str | Hybridlicense_ type License Type 
- Specifies that the image or disk that is being used was licensed on-premises. For more information, see Azure Hybrid Use Benefit for Windows Server
- scomLicense String | "None" | "AzureType Hybrid Benefit" 
- SCOM license type. Maximize savings by using license you already own
- sqlServer String | "None" | "AzureLicense Type Hybrid Benefit" 
- SQL Server license type. Maximize savings by using Azure Hybrid Benefit for SQL Server with license you already own
- windowsServer String | "None" | "AzureLicense Type Hybrid Benefit" 
- Specifies that the image or disk that is being used was licensed on-premises. For more information, see Azure Hybrid Use Benefit for Windows Server
AzureHybridBenefitPropertiesResponse, AzureHybridBenefitPropertiesResponseArgs          
The properties to maximize savings by using Azure Hybrid Benefit- ScomLicense stringType 
- SCOM license type. Maximize savings by using license you already own
- SqlServer stringLicense Type 
- SQL Server license type. Maximize savings by using Azure Hybrid Benefit for SQL Server with license you already own
- WindowsServer stringLicense Type 
- Specifies that the image or disk that is being used was licensed on-premises. For more information, see Azure Hybrid Use Benefit for Windows Server
- ScomLicense stringType 
- SCOM license type. Maximize savings by using license you already own
- SqlServer stringLicense Type 
- SQL Server license type. Maximize savings by using Azure Hybrid Benefit for SQL Server with license you already own
- WindowsServer stringLicense Type 
- Specifies that the image or disk that is being used was licensed on-premises. For more information, see Azure Hybrid Use Benefit for Windows Server
- scomLicense StringType 
- SCOM license type. Maximize savings by using license you already own
- sqlServer StringLicense Type 
- SQL Server license type. Maximize savings by using Azure Hybrid Benefit for SQL Server with license you already own
- windowsServer StringLicense Type 
- Specifies that the image or disk that is being used was licensed on-premises. For more information, see Azure Hybrid Use Benefit for Windows Server
- scomLicense stringType 
- SCOM license type. Maximize savings by using license you already own
- sqlServer stringLicense Type 
- SQL Server license type. Maximize savings by using Azure Hybrid Benefit for SQL Server with license you already own
- windowsServer stringLicense Type 
- Specifies that the image or disk that is being used was licensed on-premises. For more information, see Azure Hybrid Use Benefit for Windows Server
- scom_license_ strtype 
- SCOM license type. Maximize savings by using license you already own
- sql_server_ strlicense_ type 
- SQL Server license type. Maximize savings by using Azure Hybrid Benefit for SQL Server with license you already own
- windows_server_ strlicense_ type 
- Specifies that the image or disk that is being used was licensed on-premises. For more information, see Azure Hybrid Use Benefit for Windows Server
- scomLicense StringType 
- SCOM license type. Maximize savings by using license you already own
- sqlServer StringLicense Type 
- SQL Server license type. Maximize savings by using Azure Hybrid Benefit for SQL Server with license you already own
- windowsServer StringLicense Type 
- Specifies that the image or disk that is being used was licensed on-premises. For more information, see Azure Hybrid Use Benefit for Windows Server
DatabaseInstanceProperties, DatabaseInstancePropertiesArgs      
The properties of database instance- DatabaseInstance stringId 
- Resource Id of existing database instance
- DatabaseInstance stringId 
- Resource Id of existing database instance
- databaseInstance StringId 
- Resource Id of existing database instance
- databaseInstance stringId 
- Resource Id of existing database instance
- database_instance_ strid 
- Resource Id of existing database instance
- databaseInstance StringId 
- Resource Id of existing database instance
DatabaseInstancePropertiesResponse, DatabaseInstancePropertiesResponseArgs        
The properties of database instance- DatabaseFqdn string
- Fully qualified domain name of existing database instance
- DwDatabase stringId 
- Resource Id of warehouse database on database instance
- DwDatabase stringName 
- Name of warehouse database on database instance
- OperationalDatabase stringId 
- Resource Id of operational database on database instance
- DatabaseInstance stringId 
- Resource Id of existing database instance
- DatabaseFqdn string
- Fully qualified domain name of existing database instance
- DwDatabase stringId 
- Resource Id of warehouse database on database instance
- DwDatabase stringName 
- Name of warehouse database on database instance
- OperationalDatabase stringId 
- Resource Id of operational database on database instance
- DatabaseInstance stringId 
- Resource Id of existing database instance
- databaseFqdn String
- Fully qualified domain name of existing database instance
- dwDatabase StringId 
- Resource Id of warehouse database on database instance
- dwDatabase StringName 
- Name of warehouse database on database instance
- operationalDatabase StringId 
- Resource Id of operational database on database instance
- databaseInstance StringId 
- Resource Id of existing database instance
- databaseFqdn string
- Fully qualified domain name of existing database instance
- dwDatabase stringId 
- Resource Id of warehouse database on database instance
- dwDatabase stringName 
- Name of warehouse database on database instance
- operationalDatabase stringId 
- Resource Id of operational database on database instance
- databaseInstance stringId 
- Resource Id of existing database instance
- database_fqdn str
- Fully qualified domain name of existing database instance
- dw_database_ strid 
- Resource Id of warehouse database on database instance
- dw_database_ strname 
- Name of warehouse database on database instance
- operational_database_ strid 
- Resource Id of operational database on database instance
- database_instance_ strid 
- Resource Id of existing database instance
- databaseFqdn String
- Fully qualified domain name of existing database instance
- dwDatabase StringId 
- Resource Id of warehouse database on database instance
- dwDatabase StringName 
- Name of warehouse database on database instance
- operationalDatabase StringId 
- Resource Id of operational database on database instance
- databaseInstance StringId 
- Resource Id of existing database instance
DomainControllerProperties, DomainControllerPropertiesArgs      
The properties of domain controller to which SCOM and SQL servers join for AuthN/AuthZ.- DnsServer string
- IP address of DNS server
- DomainName string
- Fully qualified domain name
- OuPath string
- Organizational Unit path in which the SCOM servers will be present
- DnsServer string
- IP address of DNS server
- DomainName string
- Fully qualified domain name
- OuPath string
- Organizational Unit path in which the SCOM servers will be present
- dnsServer String
- IP address of DNS server
- domainName String
- Fully qualified domain name
- ouPath String
- Organizational Unit path in which the SCOM servers will be present
- dnsServer string
- IP address of DNS server
- domainName string
- Fully qualified domain name
- ouPath string
- Organizational Unit path in which the SCOM servers will be present
- dns_server str
- IP address of DNS server
- domain_name str
- Fully qualified domain name
- ou_path str
- Organizational Unit path in which the SCOM servers will be present
- dnsServer String
- IP address of DNS server
- domainName String
- Fully qualified domain name
- ouPath String
- Organizational Unit path in which the SCOM servers will be present
DomainControllerPropertiesResponse, DomainControllerPropertiesResponseArgs        
The properties of domain controller to which SCOM and SQL servers join for AuthN/AuthZ.- DnsServer string
- IP address of DNS server
- DomainName string
- Fully qualified domain name
- OuPath string
- Organizational Unit path in which the SCOM servers will be present
- DnsServer string
- IP address of DNS server
- DomainName string
- Fully qualified domain name
- OuPath string
- Organizational Unit path in which the SCOM servers will be present
- dnsServer String
- IP address of DNS server
- domainName String
- Fully qualified domain name
- ouPath String
- Organizational Unit path in which the SCOM servers will be present
- dnsServer string
- IP address of DNS server
- domainName string
- Fully qualified domain name
- ouPath string
- Organizational Unit path in which the SCOM servers will be present
- dns_server str
- IP address of DNS server
- domain_name str
- Fully qualified domain name
- ou_path str
- Organizational Unit path in which the SCOM servers will be present
- dnsServer String
- IP address of DNS server
- domainName String
- Fully qualified domain name
- ouPath String
- Organizational Unit path in which the SCOM servers will be present
DomainUserCredentials, DomainUserCredentialsArgs      
Get Domain user name and password from key vault- KeyVault stringUrl 
- Key vault url to get the domain username and password
- PasswordSecret string
- Domain Password secret
- UserName stringSecret 
- Domain user name secret
- KeyVault stringUrl 
- Key vault url to get the domain username and password
- PasswordSecret string
- Domain Password secret
- UserName stringSecret 
- Domain user name secret
- keyVault StringUrl 
- Key vault url to get the domain username and password
- passwordSecret String
- Domain Password secret
- userName StringSecret 
- Domain user name secret
- keyVault stringUrl 
- Key vault url to get the domain username and password
- passwordSecret string
- Domain Password secret
- userName stringSecret 
- Domain user name secret
- key_vault_ strurl 
- Key vault url to get the domain username and password
- password_secret str
- Domain Password secret
- user_name_ strsecret 
- Domain user name secret
- keyVault StringUrl 
- Key vault url to get the domain username and password
- passwordSecret String
- Domain Password secret
- userName StringSecret 
- Domain user name secret
DomainUserCredentialsResponse, DomainUserCredentialsResponseArgs        
Get Domain user name and password from key vault- KeyVault stringUrl 
- Key vault url to get the domain username and password
- PasswordSecret string
- Domain Password secret
- UserName stringSecret 
- Domain user name secret
- KeyVault stringUrl 
- Key vault url to get the domain username and password
- PasswordSecret string
- Domain Password secret
- UserName stringSecret 
- Domain user name secret
- keyVault StringUrl 
- Key vault url to get the domain username and password
- passwordSecret String
- Domain Password secret
- userName StringSecret 
- Domain user name secret
- keyVault stringUrl 
- Key vault url to get the domain username and password
- passwordSecret string
- Domain Password secret
- userName stringSecret 
- Domain user name secret
- key_vault_ strurl 
- Key vault url to get the domain username and password
- password_secret str
- Domain Password secret
- user_name_ strsecret 
- Domain user name secret
- keyVault StringUrl 
- Key vault url to get the domain username and password
- passwordSecret String
- Domain Password secret
- userName StringSecret 
- Domain user name secret
GmsaDetails, GmsaDetailsArgs    
Gmsa Details- DnsName string
- Frontend DNS name for Load Balancer which will be used by Agents to initiate communication
- GmsaAccount string
- gMSA account under which context all Management Server services will run
- LoadBalancer stringIP 
- Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet
- ManagementServer stringGroup Name 
- OnPrem AD Computer Group where we will join VMs for ease of management
- DnsName string
- Frontend DNS name for Load Balancer which will be used by Agents to initiate communication
- GmsaAccount string
- gMSA account under which context all Management Server services will run
- LoadBalancer stringIP 
- Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet
- ManagementServer stringGroup Name 
- OnPrem AD Computer Group where we will join VMs for ease of management
- dnsName String
- Frontend DNS name for Load Balancer which will be used by Agents to initiate communication
- gmsaAccount String
- gMSA account under which context all Management Server services will run
- loadBalancer StringIP 
- Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet
- managementServer StringGroup Name 
- OnPrem AD Computer Group where we will join VMs for ease of management
- dnsName string
- Frontend DNS name for Load Balancer which will be used by Agents to initiate communication
- gmsaAccount string
- gMSA account under which context all Management Server services will run
- loadBalancer stringIP 
- Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet
- managementServer stringGroup Name 
- OnPrem AD Computer Group where we will join VMs for ease of management
- dns_name str
- Frontend DNS name for Load Balancer which will be used by Agents to initiate communication
- gmsa_account str
- gMSA account under which context all Management Server services will run
- load_balancer_ strip 
- Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet
- management_server_ strgroup_ name 
- OnPrem AD Computer Group where we will join VMs for ease of management
- dnsName String
- Frontend DNS name for Load Balancer which will be used by Agents to initiate communication
- gmsaAccount String
- gMSA account under which context all Management Server services will run
- loadBalancer StringIP 
- Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet
- managementServer StringGroup Name 
- OnPrem AD Computer Group where we will join VMs for ease of management
GmsaDetailsResponse, GmsaDetailsResponseArgs      
Gmsa Details- DnsName string
- Frontend DNS name for Load Balancer which will be used by Agents to initiate communication
- GmsaAccount string
- gMSA account under which context all Management Server services will run
- LoadBalancer stringIP 
- Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet
- ManagementServer stringGroup Name 
- OnPrem AD Computer Group where we will join VMs for ease of management
- DnsName string
- Frontend DNS name for Load Balancer which will be used by Agents to initiate communication
- GmsaAccount string
- gMSA account under which context all Management Server services will run
- LoadBalancer stringIP 
- Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet
- ManagementServer stringGroup Name 
- OnPrem AD Computer Group where we will join VMs for ease of management
- dnsName String
- Frontend DNS name for Load Balancer which will be used by Agents to initiate communication
- gmsaAccount String
- gMSA account under which context all Management Server services will run
- loadBalancer StringIP 
- Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet
- managementServer StringGroup Name 
- OnPrem AD Computer Group where we will join VMs for ease of management
- dnsName string
- Frontend DNS name for Load Balancer which will be used by Agents to initiate communication
- gmsaAccount string
- gMSA account under which context all Management Server services will run
- loadBalancer stringIP 
- Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet
- managementServer stringGroup Name 
- OnPrem AD Computer Group where we will join VMs for ease of management
- dns_name str
- Frontend DNS name for Load Balancer which will be used by Agents to initiate communication
- gmsa_account str
- gMSA account under which context all Management Server services will run
- load_balancer_ strip 
- Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet
- management_server_ strgroup_ name 
- OnPrem AD Computer Group where we will join VMs for ease of management
- dnsName String
- Frontend DNS name for Load Balancer which will be used by Agents to initiate communication
- gmsaAccount String
- gMSA account under which context all Management Server services will run
- loadBalancer StringIP 
- Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet
- managementServer StringGroup Name 
- OnPrem AD Computer Group where we will join VMs for ease of management
HybridLicenseType, HybridLicenseTypeArgs      
- None
- None
- AzureHybrid Benefit 
- AzureHybridBenefit
- HybridLicense Type None 
- None
- HybridLicense Type Azure Hybrid Benefit 
- AzureHybridBenefit
- None
- None
- AzureHybrid Benefit 
- AzureHybridBenefit
- None
- None
- AzureHybrid Benefit 
- AzureHybridBenefit
- NONE
- None
- AZURE_HYBRID_BENEFIT
- AzureHybridBenefit
- "None"
- None
- "AzureHybrid Benefit" 
- AzureHybridBenefit
LogAnalyticsConfigurationResponse, LogAnalyticsConfigurationResponseArgs        
Configuration for Log Analytics linking to SCOM managed instance.- DataTypes List<string>
- The types of data to be ingested to Log Analytics workspace.
- ImportData bool
- A one-time optional parameter to import data of last 7 days.
- WorkspaceId string
- The resource ID of the Log Analytics workspace to be used.
- DataTypes []string
- The types of data to be ingested to Log Analytics workspace.
- ImportData bool
- A one-time optional parameter to import data of last 7 days.
- WorkspaceId string
- The resource ID of the Log Analytics workspace to be used.
- dataTypes List<String>
- The types of data to be ingested to Log Analytics workspace.
- importData Boolean
- A one-time optional parameter to import data of last 7 days.
- workspaceId String
- The resource ID of the Log Analytics workspace to be used.
- dataTypes string[]
- The types of data to be ingested to Log Analytics workspace.
- importData boolean
- A one-time optional parameter to import data of last 7 days.
- workspaceId string
- The resource ID of the Log Analytics workspace to be used.
- data_types Sequence[str]
- The types of data to be ingested to Log Analytics workspace.
- import_data bool
- A one-time optional parameter to import data of last 7 days.
- workspace_id str
- The resource ID of the Log Analytics workspace to be used.
- dataTypes List<String>
- The types of data to be ingested to Log Analytics workspace.
- importData Boolean
- A one-time optional parameter to import data of last 7 days.
- workspaceId String
- The resource ID of the Log Analytics workspace to be used.
ManagedIdentity, ManagedIdentityArgs    
Azure Active Directory identity configuration for a resource.- Type
string | Pulumi.Azure Native. Scom. Managed Identity Type 
- The identity type
- UserAssigned List<string>Identities 
- The resource ids of the user assigned identities to use
- Type
string | ManagedIdentity Type 
- The identity type
- UserAssigned []stringIdentities 
- The resource ids of the user assigned identities to use
- type
String | ManagedIdentity Type 
- The identity type
- userAssigned List<String>Identities 
- The resource ids of the user assigned identities to use
- type
string | ManagedIdentity Type 
- The identity type
- userAssigned string[]Identities 
- The resource ids of the user assigned identities to use
- type
str | ManagedIdentity Type 
- The identity type
- user_assigned_ Sequence[str]identities 
- The resource ids of the user assigned identities to use
- type
String | "None" | "UserAssigned" | "System Assigned" | "System Assigned,User Assigned" 
- The identity type
- userAssigned List<String>Identities 
- The resource ids of the user assigned identities to use
ManagedIdentityResponse, ManagedIdentityResponseArgs      
Azure Active Directory identity configuration for a resource.- PrincipalId string
- System Assigned Identity ObjectId.
- TenantId string
- The Azure Active Directory tenant id.
- Type string
- The identity type
- UserAssigned Dictionary<string, Pulumi.Identities Azure Native. Scom. Inputs. User Identity Response> 
- The resource ids of the user assigned identities to use
- PrincipalId string
- System Assigned Identity ObjectId.
- TenantId string
- The Azure Active Directory tenant id.
- Type string
- The identity type
- UserAssigned map[string]UserIdentities Identity Response 
- The resource ids of the user assigned identities to use
- principalId String
- System Assigned Identity ObjectId.
- tenantId String
- The Azure Active Directory tenant id.
- type String
- The identity type
- userAssigned Map<String,UserIdentities Identity Response> 
- The resource ids of the user assigned identities to use
- principalId string
- System Assigned Identity ObjectId.
- tenantId string
- The Azure Active Directory tenant id.
- type string
- The identity type
- userAssigned {[key: string]: UserIdentities Identity Response} 
- The resource ids of the user assigned identities to use
- principal_id str
- System Assigned Identity ObjectId.
- tenant_id str
- The Azure Active Directory tenant id.
- type str
- The identity type
- user_assigned_ Mapping[str, Useridentities Identity Response] 
- The resource ids of the user assigned identities to use
- principalId String
- System Assigned Identity ObjectId.
- tenantId String
- The Azure Active Directory tenant id.
- type String
- The identity type
- userAssigned Map<Property Map>Identities 
- The resource ids of the user assigned identities to use
ManagedIdentityType, ManagedIdentityTypeArgs      
- None
- None
- UserAssigned 
- UserAssigned
- SystemAssigned 
- SystemAssigned
- SystemAssigned_User Assigned 
- SystemAssigned,UserAssigned
- ManagedIdentity Type None 
- None
- ManagedIdentity Type User Assigned 
- UserAssigned
- ManagedIdentity Type System Assigned 
- SystemAssigned
- ManagedIdentity Type_System Assigned_User Assigned 
- SystemAssigned,UserAssigned
- None
- None
- UserAssigned 
- UserAssigned
- SystemAssigned 
- SystemAssigned
- SystemAssigned_User Assigned 
- SystemAssigned,UserAssigned
- None
- None
- UserAssigned 
- UserAssigned
- SystemAssigned 
- SystemAssigned
- SystemAssigned_User Assigned 
- SystemAssigned,UserAssigned
- NONE
- None
- USER_ASSIGNED
- UserAssigned
- SYSTEM_ASSIGNED
- SystemAssigned
- SYSTEM_ASSIGNED_USER_ASSIGNED
- SystemAssigned,UserAssigned
- "None"
- None
- "UserAssigned" 
- UserAssigned
- "SystemAssigned" 
- SystemAssigned
- "SystemAssigned,User Assigned" 
- SystemAssigned,UserAssigned
ManagedInstanceOperationStatusResponse, ManagedInstanceOperationStatusResponseArgs          
Gets status of current and latest SCOM managed instance operation.- Id string
- Operation id
- OperationName string
- Operation Name
- OperationState string
- Operation status
- Id string
- Operation id
- OperationName string
- Operation Name
- OperationState string
- Operation status
- id String
- Operation id
- operationName String
- Operation Name
- operationState String
- Operation status
- id string
- Operation id
- operationName string
- Operation Name
- operationState string
- Operation status
- id str
- Operation id
- operation_name str
- Operation Name
- operation_state str
- Operation status
- id String
- Operation id
- operationName String
- Operation Name
- operationState String
- Operation status
ManagementServerPropertiesResponse, ManagementServerPropertiesResponseArgs        
The properties of management server- Fqdn string
- Management server Fully Qualified Domain Name.
- HealthState string
- Management server health state.
- ServerName string
- Management server Name
- ServerRoles string
- Represent whether the Server is a Management Server and/or Web Console Server.
- VmRes stringId 
- Azure VM Resource Id of the Management server.
- Fqdn string
- Management server Fully Qualified Domain Name.
- HealthState string
- Management server health state.
- ServerName string
- Management server Name
- ServerRoles string
- Represent whether the Server is a Management Server and/or Web Console Server.
- VmRes stringId 
- Azure VM Resource Id of the Management server.
- fqdn String
- Management server Fully Qualified Domain Name.
- healthState String
- Management server health state.
- serverName String
- Management server Name
- serverRoles String
- Represent whether the Server is a Management Server and/or Web Console Server.
- vmRes StringId 
- Azure VM Resource Id of the Management server.
- fqdn string
- Management server Fully Qualified Domain Name.
- healthState string
- Management server health state.
- serverName string
- Management server Name
- serverRoles string
- Represent whether the Server is a Management Server and/or Web Console Server.
- vmRes stringId 
- Azure VM Resource Id of the Management server.
- fqdn str
- Management server Fully Qualified Domain Name.
- health_state str
- Management server health state.
- server_name str
- Management server Name
- server_roles str
- Represent whether the Server is a Management Server and/or Web Console Server.
- vm_res_ strid 
- Azure VM Resource Id of the Management server.
- fqdn String
- Management server Fully Qualified Domain Name.
- healthState String
- Management server health state.
- serverName String
- Management server Name
- serverRoles String
- Represent whether the Server is a Management Server and/or Web Console Server.
- vmRes StringId 
- Azure VM Resource Id of the Management server.
MonitoringInstanceProperties, MonitoringInstancePropertiesArgs      
The properties of a SCOM instance resource- AzureHybrid Pulumi.Benefit Azure Native. Scom. Inputs. Azure Hybrid Benefit Properties 
- The properties to enable Azure Hybrid benefit for various SCOM infrastructure license.
- DatabaseInstance Pulumi.Azure Native. Scom. Inputs. Database Instance Properties 
- The database instance where the SCOM Operational and Warehouse databases will be stored.
- DomainController Pulumi.Azure Native. Scom. Inputs. Domain Controller Properties 
- Domain controller details
- DomainUser Pulumi.Credentials Azure Native. Scom. Inputs. Domain User Credentials 
- Domain user which will be used to join VMs to domain and login to VMs.
- GmsaDetails Pulumi.Azure Native. Scom. Inputs. Gmsa Details 
- Gmsa Details for load balancer and vmss
- VNetSubnet stringId 
- Virtual Network subnet id on which Aquila instance will be provisioned
- AzureHybrid AzureBenefit Hybrid Benefit Properties 
- The properties to enable Azure Hybrid benefit for various SCOM infrastructure license.
- DatabaseInstance DatabaseInstance Properties 
- The database instance where the SCOM Operational and Warehouse databases will be stored.
- DomainController DomainController Properties 
- Domain controller details
- DomainUser DomainCredentials User Credentials 
- Domain user which will be used to join VMs to domain and login to VMs.
- GmsaDetails GmsaDetails 
- Gmsa Details for load balancer and vmss
- VNetSubnet stringId 
- Virtual Network subnet id on which Aquila instance will be provisioned
- azureHybrid AzureBenefit Hybrid Benefit Properties 
- The properties to enable Azure Hybrid benefit for various SCOM infrastructure license.
- databaseInstance DatabaseInstance Properties 
- The database instance where the SCOM Operational and Warehouse databases will be stored.
- domainController DomainController Properties 
- Domain controller details
- domainUser DomainCredentials User Credentials 
- Domain user which will be used to join VMs to domain and login to VMs.
- gmsaDetails GmsaDetails 
- Gmsa Details for load balancer and vmss
- vNet StringSubnet Id 
- Virtual Network subnet id on which Aquila instance will be provisioned
- azureHybrid AzureBenefit Hybrid Benefit Properties 
- The properties to enable Azure Hybrid benefit for various SCOM infrastructure license.
- databaseInstance DatabaseInstance Properties 
- The database instance where the SCOM Operational and Warehouse databases will be stored.
- domainController DomainController Properties 
- Domain controller details
- domainUser DomainCredentials User Credentials 
- Domain user which will be used to join VMs to domain and login to VMs.
- gmsaDetails GmsaDetails 
- Gmsa Details for load balancer and vmss
- vNet stringSubnet Id 
- Virtual Network subnet id on which Aquila instance will be provisioned
- azure_hybrid_ Azurebenefit Hybrid Benefit Properties 
- The properties to enable Azure Hybrid benefit for various SCOM infrastructure license.
- database_instance DatabaseInstance Properties 
- The database instance where the SCOM Operational and Warehouse databases will be stored.
- domain_controller DomainController Properties 
- Domain controller details
- domain_user_ Domaincredentials User Credentials 
- Domain user which will be used to join VMs to domain and login to VMs.
- gmsa_details GmsaDetails 
- Gmsa Details for load balancer and vmss
- v_net_ strsubnet_ id 
- Virtual Network subnet id on which Aquila instance will be provisioned
- azureHybrid Property MapBenefit 
- The properties to enable Azure Hybrid benefit for various SCOM infrastructure license.
- databaseInstance Property Map
- The database instance where the SCOM Operational and Warehouse databases will be stored.
- domainController Property Map
- Domain controller details
- domainUser Property MapCredentials 
- Domain user which will be used to join VMs to domain and login to VMs.
- gmsaDetails Property Map
- Gmsa Details for load balancer and vmss
- vNet StringSubnet Id 
- Virtual Network subnet id on which Aquila instance will be provisioned
MonitoringInstancePropertiesResponse, MonitoringInstancePropertiesResponseArgs        
The properties of a SCOM instance resource- LogAnalytics Pulumi.Properties Azure Native. Scom. Inputs. Log Analytics Configuration Response 
- Details of Log Analytics workspace and data being ingested.
- ManagementEndpoints List<Pulumi.Azure Native. Scom. Inputs. Management Server Properties Response> 
- List of management server endpoints
- OperationsStatus List<Pulumi.Azure Native. Scom. Inputs. Managed Instance Operation Status Response> 
- Gets status of current and latest SCOM managed instance operations.
- ProductVersion string
- SCOM product version to be installed on instance
- ProvisioningState string
- Gets or sets the provisioning state.
- AzureHybrid Pulumi.Benefit Azure Native. Scom. Inputs. Azure Hybrid Benefit Properties Response 
- The properties to enable Azure Hybrid benefit for various SCOM infrastructure license.
- DatabaseInstance Pulumi.Azure Native. Scom. Inputs. Database Instance Properties Response 
- The database instance where the SCOM Operational and Warehouse databases will be stored.
- DomainController Pulumi.Azure Native. Scom. Inputs. Domain Controller Properties Response 
- Domain controller details
- DomainUser Pulumi.Credentials Azure Native. Scom. Inputs. Domain User Credentials Response 
- Domain user which will be used to join VMs to domain and login to VMs.
- GmsaDetails Pulumi.Azure Native. Scom. Inputs. Gmsa Details Response 
- Gmsa Details for load balancer and vmss
- VNetSubnet stringId 
- Virtual Network subnet id on which Aquila instance will be provisioned
- LogAnalytics LogProperties Analytics Configuration Response 
- Details of Log Analytics workspace and data being ingested.
- ManagementEndpoints []ManagementServer Properties Response 
- List of management server endpoints
- OperationsStatus []ManagedInstance Operation Status Response 
- Gets status of current and latest SCOM managed instance operations.
- ProductVersion string
- SCOM product version to be installed on instance
- ProvisioningState string
- Gets or sets the provisioning state.
- AzureHybrid AzureBenefit Hybrid Benefit Properties Response 
- The properties to enable Azure Hybrid benefit for various SCOM infrastructure license.
- DatabaseInstance DatabaseInstance Properties Response 
- The database instance where the SCOM Operational and Warehouse databases will be stored.
- DomainController DomainController Properties Response 
- Domain controller details
- DomainUser DomainCredentials User Credentials Response 
- Domain user which will be used to join VMs to domain and login to VMs.
- GmsaDetails GmsaDetails Response 
- Gmsa Details for load balancer and vmss
- VNetSubnet stringId 
- Virtual Network subnet id on which Aquila instance will be provisioned
- logAnalytics LogProperties Analytics Configuration Response 
- Details of Log Analytics workspace and data being ingested.
- managementEndpoints List<ManagementServer Properties Response> 
- List of management server endpoints
- operationsStatus List<ManagedInstance Operation Status Response> 
- Gets status of current and latest SCOM managed instance operations.
- productVersion String
- SCOM product version to be installed on instance
- provisioningState String
- Gets or sets the provisioning state.
- azureHybrid AzureBenefit Hybrid Benefit Properties Response 
- The properties to enable Azure Hybrid benefit for various SCOM infrastructure license.
- databaseInstance DatabaseInstance Properties Response 
- The database instance where the SCOM Operational and Warehouse databases will be stored.
- domainController DomainController Properties Response 
- Domain controller details
- domainUser DomainCredentials User Credentials Response 
- Domain user which will be used to join VMs to domain and login to VMs.
- gmsaDetails GmsaDetails Response 
- Gmsa Details for load balancer and vmss
- vNet StringSubnet Id 
- Virtual Network subnet id on which Aquila instance will be provisioned
- logAnalytics LogProperties Analytics Configuration Response 
- Details of Log Analytics workspace and data being ingested.
- managementEndpoints ManagementServer Properties Response[] 
- List of management server endpoints
- operationsStatus ManagedInstance Operation Status Response[] 
- Gets status of current and latest SCOM managed instance operations.
- productVersion string
- SCOM product version to be installed on instance
- provisioningState string
- Gets or sets the provisioning state.
- azureHybrid AzureBenefit Hybrid Benefit Properties Response 
- The properties to enable Azure Hybrid benefit for various SCOM infrastructure license.
- databaseInstance DatabaseInstance Properties Response 
- The database instance where the SCOM Operational and Warehouse databases will be stored.
- domainController DomainController Properties Response 
- Domain controller details
- domainUser DomainCredentials User Credentials Response 
- Domain user which will be used to join VMs to domain and login to VMs.
- gmsaDetails GmsaDetails Response 
- Gmsa Details for load balancer and vmss
- vNet stringSubnet Id 
- Virtual Network subnet id on which Aquila instance will be provisioned
- log_analytics_ Logproperties Analytics Configuration Response 
- Details of Log Analytics workspace and data being ingested.
- management_endpoints Sequence[ManagementServer Properties Response] 
- List of management server endpoints
- operations_status Sequence[ManagedInstance Operation Status Response] 
- Gets status of current and latest SCOM managed instance operations.
- product_version str
- SCOM product version to be installed on instance
- provisioning_state str
- Gets or sets the provisioning state.
- azure_hybrid_ Azurebenefit Hybrid Benefit Properties Response 
- The properties to enable Azure Hybrid benefit for various SCOM infrastructure license.
- database_instance DatabaseInstance Properties Response 
- The database instance where the SCOM Operational and Warehouse databases will be stored.
- domain_controller DomainController Properties Response 
- Domain controller details
- domain_user_ Domaincredentials User Credentials Response 
- Domain user which will be used to join VMs to domain and login to VMs.
- gmsa_details GmsaDetails Response 
- Gmsa Details for load balancer and vmss
- v_net_ strsubnet_ id 
- Virtual Network subnet id on which Aquila instance will be provisioned
- logAnalytics Property MapProperties 
- Details of Log Analytics workspace and data being ingested.
- managementEndpoints List<Property Map>
- List of management server endpoints
- operationsStatus List<Property Map>
- Gets status of current and latest SCOM managed instance operations.
- productVersion String
- SCOM product version to be installed on instance
- provisioningState String
- Gets or sets the provisioning state.
- azureHybrid Property MapBenefit 
- The properties to enable Azure Hybrid benefit for various SCOM infrastructure license.
- databaseInstance Property Map
- The database instance where the SCOM Operational and Warehouse databases will be stored.
- domainController Property Map
- Domain controller details
- domainUser Property MapCredentials 
- Domain user which will be used to join VMs to domain and login to VMs.
- gmsaDetails Property Map
- Gmsa Details for load balancer and vmss
- vNet StringSubnet Id 
- Virtual Network subnet id on which Aquila instance will be provisioned
SystemDataResponse, SystemDataResponseArgs      
Metadata pertaining to creation and last modification of the resource.- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- 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_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
UserIdentityResponse, UserIdentityResponseArgs      
Azure Active Directory identity configuration for a resource.- ClientId string
- The Azure Active Directory client id.
- PrincipalId string
- The Azure Active Directory principal id.
- ClientId string
- The Azure Active Directory client id.
- PrincipalId string
- The Azure Active Directory principal id.
- clientId String
- The Azure Active Directory client id.
- principalId String
- The Azure Active Directory principal id.
- clientId string
- The Azure Active Directory client id.
- principalId string
- The Azure Active Directory principal id.
- client_id str
- The Azure Active Directory client id.
- principal_id str
- The Azure Active Directory principal id.
- clientId String
- The Azure Active Directory client id.
- principalId String
- The Azure Active Directory principal id.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
