Freigeben über


ArmWorkloadsModelFactory.SapApplicationServerInstanceData Methode

Definition

Initialisiert eine neue instance von SapApplicationServerInstanceData.

public static Azure.ResourceManager.Workloads.SapApplicationServerInstanceData SapApplicationServerInstanceData (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, string instanceNo = default, Azure.Core.ResourceIdentifier subnetId = default, string hostname = default, string kernelVersion = default, string kernelPatch = default, string ipAddress = default, long? gatewayPort = default, long? icmHttpPort = default, long? icmHttpsPort = default, Azure.Core.ResourceIdentifier loadBalancerDetailsId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Workloads.Models.ApplicationServerVmDetails> vmDetails = default, Azure.ResourceManager.Workloads.Models.SapVirtualInstanceStatus? status = default, Azure.ResourceManager.Workloads.Models.SapHealthState? health = default, Azure.ResourceManager.Workloads.Models.SapVirtualInstanceProvisioningState? provisioningState = default, Azure.ResourceManager.Workloads.Models.SapVirtualInstanceErrorDetail errorsProperties = default);
static member SapApplicationServerInstanceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.Core.ResourceIdentifier * string * string * string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Workloads.Models.ApplicationServerVmDetails> * Nullable<Azure.ResourceManager.Workloads.Models.SapVirtualInstanceStatus> * Nullable<Azure.ResourceManager.Workloads.Models.SapHealthState> * Nullable<Azure.ResourceManager.Workloads.Models.SapVirtualInstanceProvisioningState> * Azure.ResourceManager.Workloads.Models.SapVirtualInstanceErrorDetail -> Azure.ResourceManager.Workloads.SapApplicationServerInstanceData
Public Shared Function SapApplicationServerInstanceData (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 instanceNo As String = Nothing, Optional subnetId As ResourceIdentifier = Nothing, Optional hostname As String = Nothing, Optional kernelVersion As String = Nothing, Optional kernelPatch As String = Nothing, Optional ipAddress As String = Nothing, Optional gatewayPort As Nullable(Of Long) = Nothing, Optional icmHttpPort As Nullable(Of Long) = Nothing, Optional icmHttpsPort As Nullable(Of Long) = Nothing, Optional loadBalancerDetailsId As ResourceIdentifier = Nothing, Optional vmDetails As IEnumerable(Of ApplicationServerVmDetails) = Nothing, Optional status As Nullable(Of SapVirtualInstanceStatus) = Nothing, Optional health As Nullable(Of SapHealthState) = Nothing, Optional provisioningState As Nullable(Of SapVirtualInstanceProvisioningState) = Nothing, Optional errorsProperties As SapVirtualInstanceErrorDetail = Nothing) As SapApplicationServerInstanceData

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.

instanceNo
String

Instanznummer des Anwendungsservers.

subnetId
ResourceIdentifier

Anwendungsserversubnetz.

hostname
String

Anwendungsserver instance SAP-Hostnamen.

kernelVersion
String

Anwendungsserver instance SAP-Kernelversion.

kernelPatch
String

Anwendungsserver instance SAP-Kernelpatchebene.

ipAddress
String

Anwendungsserver instance SAP-IP-Adresse.

gatewayPort
Nullable<Int64>

Anwendungsserver instance Gatewayport.

icmHttpPort
Nullable<Int64>

Anwendungsserver instance ICM-HTTP-Port.

icmHttpsPort
Nullable<Int64>

Anwendungsserver instance ICM HTTPS-Port.

loadBalancerDetailsId
ResourceIdentifier

Die Load Balancer Details wie die LoadBalancer-ID, die an Application Server Virtual Machines angefügt ist.

vmDetails
IEnumerable<ApplicationServerVmDetails>

Die Liste der virtuellen Computer.

status
Nullable<SapVirtualInstanceStatus>

Definiert den status der SAP-Instanz.

health
Nullable<SapHealthState>

Definiert die Integrität von SAP-Instanzen.

provisioningState
Nullable<SapVirtualInstanceProvisioningState>

Definiert die Bereitstellungszustände.

errorsProperties
SapVirtualInstanceErrorDetail

Definiert die Anwendungsinstanzfehler.

Gibt zurück

Eine neue SapApplicationServerInstanceData instance zum Mocking.

Gilt für: