SAPVirtualInstanceProperties interface
Defines the Virtual Instance for SAP solutions resource properties.
Properties
configuration | Defines if the SAP system is being created using Azure Center for SAP solutions (ACSS) or if an existing SAP system is being registered with ACSS |
environment | Defines the environment type - Production/Non Production. |
errors | Indicates any errors on the Virtual Instance for SAP solutions resource. NOTE: This property will not be serialized. It can only be populated by the server. |
health | Defines the health of SAP Instances. NOTE: This property will not be serialized. It can only be populated by the server. |
managed |
Managed resource group configuration |
managed |
Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228 |
provisioning |
Defines the provisioning states. NOTE: This property will not be serialized. It can only be populated by the server. |
sap |
Defines the SAP Product type. |
state | Defines the Virtual Instance for SAP state. NOTE: This property will not be serialized. It can only be populated by the server. |
status | Defines the SAP Instance status. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
configuration
Defines if the SAP system is being created using Azure Center for SAP solutions (ACSS) or if an existing SAP system is being registered with ACSS
configuration: SAPConfigurationUnion
Property Value
environment
Defines the environment type - Production/Non Production.
environment: string
Property Value
string
errors
Indicates any errors on the Virtual Instance for SAP solutions resource. NOTE: This property will not be serialized. It can only be populated by the server.
errors?: SAPVirtualInstanceError
Property Value
health
Defines the health of SAP Instances. NOTE: This property will not be serialized. It can only be populated by the server.
health?: string
Property Value
string
managedResourceGroupConfiguration
Managed resource group configuration
managedResourceGroupConfiguration?: ManagedRGConfiguration
Property Value
managedResourcesNetworkAccessType
Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228
managedResourcesNetworkAccessType?: string
Property Value
string
provisioningState
Defines the provisioning states. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
sapProduct
Defines the SAP Product type.
sapProduct: string
Property Value
string
state
Defines the Virtual Instance for SAP state. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
status
Defines the SAP Instance status. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
Azure SDK for JavaScript