SapVirtualInstanceData Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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)
Paramètres
- location
- AzureLocation
Emplacement.
- environment
- SapEnvironmentType
Définit le type d’environnement - Production/Non Production.
- sapProduct
- SapProductType
Définit le type de produit SAP.
- configuration
- SapConfiguration
Définit si le système SAP est en cours de création à l’aide d’Azure Center pour les solutions SAP (ACSS) ou si un système SAP existant est inscrit auprès d’ACSS. Notez SapConfiguration que la classe de base est utilisée. Selon le scénario, une classe dérivée de la classe de base peut avoir besoin d’être affectée ici, ou cette propriété doit être convertie en une des classes dérivées possibles. Les classes dérivées disponibles incluent DeploymentConfiguration, DeploymentWithOSConfiguration et DiscoveryConfiguration.
Exceptions
configuration
a la valeur null.