SapVirtualInstanceData Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SapVirtualInstanceData.
public SapVirtualInstanceData (Azure.Core.AzureLocation location, Azure.ResourceManager.Workloads.Models.SapEnvironmentType environment, Azure.ResourceManager.Workloads.Models.SapProductType sapProduct, Azure.ResourceManager.Workloads.Models.SapConfiguration configuration);
new Azure.ResourceManager.Workloads.SapVirtualInstanceData : Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.SapEnvironmentType * Azure.ResourceManager.Workloads.Models.SapProductType * Azure.ResourceManager.Workloads.Models.SapConfiguration -> Azure.ResourceManager.Workloads.SapVirtualInstanceData
Public Sub New (location As AzureLocation, environment As SapEnvironmentType, sapProduct As SapProductType, configuration As SapConfiguration)
Parameters
- location
- AzureLocation
The location.
- environment
- SapEnvironmentType
Defines the environment type - Production/Non Production.
- sapProduct
- SapProductType
Defines the SAP Product type.
- configuration
- SapConfiguration
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 Please note SapConfiguration is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DeploymentConfiguration, DeploymentWithOSConfiguration and DiscoveryConfiguration.
Exceptions
configuration
is null.
Applies to
Azure SDK for .NET