Single Node Virtual Instance Args
Manages an SAP Single Node Virtual Instance with new SAP System.
Note: Before using this resource, it's required to submit the request of registering the Resource Provider with Azure CLI
az provider register --namespace "Microsoft.Workloads"
. The Resource Provider can take a while to register, you can check the status by runningaz provider show --namespace "Microsoft.Workloads" --query "registrationState"
. Once this outputs "Registered" the Resource Provider is available for use.
Import
SAP Single Node Virtual Instances with new SAP Systems can be imported using the resource id
, e.g.
$ pulumi import azure:workloadssap/singleNodeVirtualInstance:SingleNodeVirtualInstance example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Workloads/sapVirtualInstances/vis1
Constructors
Properties
The Geo-Location where the SAP system is to be created. Changing this forces a new resource to be created.
The environment type for the SAP Single Node Virtual Instance. Possible values are NonProd
and Prod
. Changing this forces a new resource to be created.
An identity
block as defined below.
The name of the managed Resource Group for the SAP Single Node Virtual Instance. Changing this forces a new resource to be created.
The network access type for managed resources. Possible values are Private
and Public
. Defaults to Public
.
The name of the Resource Group where the SAP Single Node Virtual Instance should exist. Changing this forces a new resource to be created.
The SAP Product type for the SAP Single Node Virtual Instance. Possible values are ECC
, Other
and S4HANA
. Changing this forces a new resource to be created.
A single_server_configuration
block as defined below. Changing this forces a new resource to be created.