azure-native.hybridconnectivity.SolutionConfiguration
Explore with Pulumi AI
Solution Configuration
Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2024-12-01.
Create SolutionConfiguration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SolutionConfiguration(name: string, args: SolutionConfigurationArgs, opts?: CustomResourceOptions);
@overload
def SolutionConfiguration(resource_name: str,
args: SolutionConfigurationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SolutionConfiguration(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_uri: Optional[str] = None,
solution_type: Optional[str] = None,
solution_configuration: Optional[str] = None,
solution_settings: Optional[Mapping[str, str]] = None)
func NewSolutionConfiguration(ctx *Context, name string, args SolutionConfigurationArgs, opts ...ResourceOption) (*SolutionConfiguration, error)
public SolutionConfiguration(string name, SolutionConfigurationArgs args, CustomResourceOptions? opts = null)
public SolutionConfiguration(String name, SolutionConfigurationArgs args)
public SolutionConfiguration(String name, SolutionConfigurationArgs args, CustomResourceOptions options)
type: azure-native:hybridconnectivity:SolutionConfiguration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. SolutionConfigurationArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. SolutionConfigurationArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. SolutionConfigurationArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. SolutionConfigurationArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. SolutionConfigurationArgs - 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 solutionConfigurationResource = new AzureNative.HybridConnectivity.SolutionConfiguration("solutionConfigurationResource", new()
{
ResourceUri = "string",
SolutionType = "string",
SolutionConfiguration = "string",
SolutionSettings =
{
{ "string", "string" },
},
});
example, err := hybridconnectivity.NewSolutionConfiguration(ctx, "solutionConfigurationResource", &hybridconnectivity.SolutionConfigurationArgs{
ResourceUri: pulumi.String("string"),
SolutionType: pulumi.String("string"),
SolutionConfiguration: pulumi.String("string"),
SolutionSettings: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var solutionConfigurationResource = new SolutionConfiguration("solutionConfigurationResource", SolutionConfigurationArgs.builder()
.resourceUri("string")
.solutionType("string")
.solutionConfiguration("string")
.solutionSettings(Map.of("string", "string"))
.build());
solution_configuration_resource = azure_native.hybridconnectivity.SolutionConfiguration("solutionConfigurationResource",
resource_uri="string",
solution_type="string",
solution_configuration="string",
solution_settings={
"string": "string",
})
const solutionConfigurationResource = new azure_native.hybridconnectivity.SolutionConfiguration("solutionConfigurationResource", {
resourceUri: "string",
solutionType: "string",
solutionConfiguration: "string",
solutionSettings: {
string: "string",
},
});
type: azure-native:hybridconnectivity:SolutionConfiguration
properties:
resourceUri: string
solutionConfiguration: string
solutionSettings:
string: string
solutionType: string
SolutionConfiguration 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 SolutionConfiguration resource accepts the following input properties:
- Resource
Uri This property is required. Changes to this property will trigger replacement.
- The fully qualified Azure Resource manager identifier of the resource.
- Solution
Type This property is required. string - The type of the solution
- Solution
Configuration Changes to this property will trigger replacement.
- Represent Solution Configuration Resource.
- Solution
Settings Dictionary<string, string> - Solution settings
- Resource
Uri This property is required. Changes to this property will trigger replacement.
- The fully qualified Azure Resource manager identifier of the resource.
- Solution
Type This property is required. string - The type of the solution
- Solution
Configuration Changes to this property will trigger replacement.
- Represent Solution Configuration Resource.
- Solution
Settings map[string]string - Solution settings
- resource
Uri This property is required. Changes to this property will trigger replacement.
- The fully qualified Azure Resource manager identifier of the resource.
- solution
Type This property is required. String - The type of the solution
- solution
Configuration Changes to this property will trigger replacement.
- Represent Solution Configuration Resource.
- solution
Settings Map<String,String> - Solution settings
- resource
Uri This property is required. Changes to this property will trigger replacement.
- The fully qualified Azure Resource manager identifier of the resource.
- solution
Type This property is required. string - The type of the solution
- solution
Configuration Changes to this property will trigger replacement.
- Represent Solution Configuration Resource.
- solution
Settings {[key: string]: string} - Solution settings
- resource_
uri This property is required. Changes to this property will trigger replacement.
- The fully qualified Azure Resource manager identifier of the resource.
- solution_
type This property is required. str - The type of the solution
- solution_
configuration Changes to this property will trigger replacement.
- Represent Solution Configuration Resource.
- solution_
settings Mapping[str, str] - Solution settings
- resource
Uri This property is required. Changes to this property will trigger replacement.
- The fully qualified Azure Resource manager identifier of the resource.
- solution
Type This property is required. String - The type of the solution
- solution
Configuration Changes to this property will trigger replacement.
- Represent Solution Configuration Resource.
- solution
Settings Map<String> - Solution settings
Outputs
All input properties are implicitly available as output properties. Additionally, the SolutionConfiguration resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Sync stringTime - The last time resources were inventoried
- Name string
- The name of the resource
- Provisioning
State string - The resource provisioning state.
- Status string
- The status of solution configurations
- Status
Details string - The detailed message of status details
- System
Data Pulumi.Azure Native. Hybrid Connectivity. 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"
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Sync stringTime - The last time resources were inventoried
- Name string
- The name of the resource
- Provisioning
State string - The resource provisioning state.
- Status string
- The status of solution configurations
- Status
Details string - The detailed message of status details
- System
Data 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 StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Sync StringTime - The last time resources were inventoried
- name String
- The name of the resource
- provisioning
State String - The resource provisioning state.
- status String
- The status of solution configurations
- status
Details String - The detailed message of status details
- system
Data 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 stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Sync stringTime - The last time resources were inventoried
- name string
- The name of the resource
- provisioning
State string - The resource provisioning state.
- status string
- The status of solution configurations
- status
Details string - The detailed message of status details
- system
Data 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.
- last_
sync_ strtime - The last time resources were inventoried
- name str
- The name of the resource
- provisioning_
state str - The resource provisioning state.
- status str
- The status of solution configurations
- status_
details str - The detailed message of status details
- 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"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Sync StringTime - The last time resources were inventoried
- name String
- The name of the resource
- provisioning
State String - The resource provisioning state.
- status String
- The status of solution configurations
- status
Details String - The detailed message of status details
- system
Data 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
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:hybridconnectivity:SolutionConfiguration qpwubemzmootxmtlxaerir /{resourceUri}/providers/Microsoft.HybridConnectivity/solutionConfigurations/{solutionConfiguration}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0