Freigeben über


ArmWorkloadsModelFactory.SapVirtualInstanceData Methode

Definition

Initialisiert eine neue instance von SapVirtualInstanceData.

public static Azure.ResourceManager.Workloads.SapVirtualInstanceData SapVirtualInstanceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Workloads.Models.UserAssignedServiceIdentity identity = default, Azure.ResourceManager.Workloads.Models.SapEnvironmentType environment = default, Azure.ResourceManager.Workloads.Models.SapProductType sapProduct = default, Azure.ResourceManager.Workloads.Models.SapConfiguration configuration = default, string managedResourceGroupName = default, Azure.ResourceManager.Workloads.Models.SapVirtualInstanceStatus? status = default, Azure.ResourceManager.Workloads.Models.SapHealthState? health = default, Azure.ResourceManager.Workloads.Models.SapVirtualInstanceState? state = default, Azure.ResourceManager.Workloads.Models.SapVirtualInstanceProvisioningState? provisioningState = default, Azure.ResourceManager.Workloads.Models.SapVirtualInstanceErrorDetail errorsProperties = default);
static member SapVirtualInstanceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Workloads.Models.UserAssignedServiceIdentity * Azure.ResourceManager.Workloads.Models.SapEnvironmentType * Azure.ResourceManager.Workloads.Models.SapProductType * Azure.ResourceManager.Workloads.Models.SapConfiguration * string * Nullable<Azure.ResourceManager.Workloads.Models.SapVirtualInstanceStatus> * Nullable<Azure.ResourceManager.Workloads.Models.SapHealthState> * Nullable<Azure.ResourceManager.Workloads.Models.SapVirtualInstanceState> * Nullable<Azure.ResourceManager.Workloads.Models.SapVirtualInstanceProvisioningState> * Azure.ResourceManager.Workloads.Models.SapVirtualInstanceErrorDetail -> Azure.ResourceManager.Workloads.SapVirtualInstanceData
Public Shared Function SapVirtualInstanceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As UserAssignedServiceIdentity = Nothing, Optional environment As SapEnvironmentType = Nothing, Optional sapProduct As SapProductType = Nothing, Optional configuration As SapConfiguration = Nothing, Optional managedResourceGroupName As String = Nothing, Optional status As Nullable(Of SapVirtualInstanceStatus) = Nothing, Optional health As Nullable(Of SapHealthState) = Nothing, Optional state As Nullable(Of SapVirtualInstanceState) = Nothing, Optional provisioningState As Nullable(Of SapVirtualInstanceProvisioningState) = Nothing, Optional errorsProperties As SapVirtualInstanceErrorDetail = Nothing) As SapVirtualInstanceData

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

tags
IDictionary<String,String>

Die Tags.

location
AzureLocation

Der Speicherort.

identity
UserAssignedServiceIdentity

Eine vorab erstellte benutzerseitig zugewiesene Identität mit entsprechenden Rollen. Weitere Informationen zu identitäts- und rollenanforderungen finden Sie im ACSS-Anleitungshandbuch.

environment
SapEnvironmentType

Definiert den Umgebungstyp –Produktion/Nichtproduktion.

sapProduct
SapProductType

Definiert den SAP-Produkttyp.

configuration
SapConfiguration

Definiert, ob das SAP-System mithilfe von Azure Center for SAP-Lösungen (ACSS) erstellt wird oder ob ein vorhandenes SAP-System bei ACSS registriert wird. Hinweis SapConfiguration ist die Basisklasse. Je nach Szenario muss hier möglicherweise eine abgeleitete Klasse der Basisklasse zugewiesen werden, oder diese Eigenschaft muss in eine der möglichen abgeleiteten Klassen umgewandelt werden. Die verfügbaren abgeleiteten Klassen sind DeploymentConfiguration, DeploymentWithOSConfiguration und DiscoveryConfiguration(ResourceIdentifier, String, Nullable<AzureLocation>).

managedResourceGroupName
String

Konfiguration der verwalteten Ressourcengruppe.

status
Nullable<SapVirtualInstanceStatus>

Definiert den status der SAP-Instanz.

health
Nullable<SapHealthState>

Definiert die Integrität von SAP-Instanzen.

state
Nullable<SapVirtualInstanceState>

Definiert den Status "Virtuelle Instanz für SAP".

provisioningState
Nullable<SapVirtualInstanceProvisioningState>

Definiert die Bereitstellungszustände.

errorsProperties
SapVirtualInstanceErrorDetail

Gibt alle Fehler für die Ressource Virtuelle Instanz für SAP-Lösungen an.

Gibt zurück

Eine neue SapVirtualInstanceData instance zum Mocking.

Gilt für: