ArmWorkloadsSapVirtualInstanceModelFactory.SapCentralServerInstanceData Method
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.
Overloads
SapCentralServerInstanceData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, String, ResourceIdentifier, MessageServerProperties, EnqueueServerProperties, GatewayServerProperties, EnqueueReplicationServerProperties, String, String, IEnumerable<CentralServerVmDetails>, Nullable<SapVirtualInstanceStatus>, Nullable<SapHealthState>, Nullable<SapVirtualInstanceProvisioningState>, ResourceIdentifier, SapVirtualInstanceErrorDetail)
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.SapCentralServerInstanceData SapCentralServerInstanceData(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, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.MessageServerProperties messageServerProperties = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.EnqueueServerProperties enqueueServerProperties = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.GatewayServerProperties gatewayServerProperties = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.EnqueueReplicationServerProperties enqueueReplicationServerProperties = default, string kernelVersion = default, string kernelPatch = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.CentralServerVmDetails> vmDetails = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceStatus? status = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState? health = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier loadBalancerDetailsId = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceErrorDetail errorsProperties = default);
static member SapCentralServerInstanceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.Core.ResourceIdentifier * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.MessageServerProperties * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.EnqueueServerProperties * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.GatewayServerProperties * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.EnqueueReplicationServerProperties * string * string * seq<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.CentralServerVmDetails> * Nullable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceStatus> * Nullable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState> * Nullable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceProvisioningState> * Azure.Core.ResourceIdentifier * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceErrorDetail -> Azure.ResourceManager.WorkloadsSapVirtualInstance.SapCentralServerInstanceData
Public Shared Function SapCentralServerInstanceData (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 messageServerProperties As MessageServerProperties = Nothing, Optional enqueueServerProperties As EnqueueServerProperties = Nothing, Optional gatewayServerProperties As GatewayServerProperties = Nothing, Optional enqueueReplicationServerProperties As EnqueueReplicationServerProperties = Nothing, Optional kernelVersion As String = Nothing, Optional kernelPatch As String = Nothing, Optional vmDetails As IEnumerable(Of CentralServerVmDetails) = Nothing, Optional status As Nullable(Of SapVirtualInstanceStatus) = Nothing, Optional health As Nullable(Of SapHealthState) = Nothing, Optional provisioningState As Nullable(Of SapVirtualInstanceProvisioningState) = Nothing, Optional loadBalancerDetailsId As ResourceIdentifier = Nothing, Optional errorsProperties As SapVirtualInstanceErrorDetail = Nothing) As SapCentralServerInstanceData
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- tags
- IDictionary<String,String>
Resource tags.
- location
- AzureLocation
The geo-location where the resource lives.
- instanceNo
- String
The central services instance number.
- subnetId
- ResourceIdentifier
The central services instance subnet.
- messageServerProperties
- MessageServerProperties
Defines the SAP message server properties.
- enqueueServerProperties
- EnqueueServerProperties
Defines the SAP Enqueue Server properties.
- gatewayServerProperties
- GatewayServerProperties
Defines the SAP Gateway Server properties.
- enqueueReplicationServerProperties
- EnqueueReplicationServerProperties
Defines the SAP Enqueue Replication Server (ERS) properties.
- kernelVersion
- String
The central services instance Kernel Version.
- kernelPatch
- String
The central services instance Kernel Patch level.
- vmDetails
- IEnumerable<CentralServerVmDetails>
The list of virtual machines corresponding to the Central Services instance.
- status
- Nullable<SapVirtualInstanceStatus>
Defines the SAP Instance status.
- health
- Nullable<SapHealthState>
Defines the health of SAP Instances.
- provisioningState
- Nullable<SapVirtualInstanceProvisioningState>
Defines the provisioning states.
- loadBalancerDetailsId
- ResourceIdentifier
Fully qualified resource ID for the load balancer.
- errorsProperties
- SapVirtualInstanceErrorDetail
The Virtual Instance for SAP error body.
Returns
A new SapCentralServerInstanceData instance for mocking.
Applies to
SapCentralServerInstanceData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, String, ResourceIdentifier, MessageServerProperties, EnqueueServerProperties, GatewayServerProperties, EnqueueReplicationServerProperties, String, String, ResourceIdentifier, IEnumerable<CentralServerVmDetails>, Nullable<SapVirtualInstanceStatus>, Nullable<SapHealthState>, Nullable<SapVirtualInstanceProvisioningState>, SapVirtualInstanceErrorDetail)
Initializes a new instance of SapCentralServerInstanceData.
public static Azure.ResourceManager.WorkloadsSapVirtualInstance.SapCentralServerInstanceData SapCentralServerInstanceData(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, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.MessageServerProperties messageServerProperties = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.EnqueueServerProperties enqueueServerProperties = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.GatewayServerProperties gatewayServerProperties = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.EnqueueReplicationServerProperties enqueueReplicationServerProperties = default, string kernelVersion = default, string kernelPatch = default, Azure.Core.ResourceIdentifier loadBalancerDetailsId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.CentralServerVmDetails> vmDetails = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceStatus? status = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState? health = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceProvisioningState? provisioningState = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceErrorDetail errorsProperties = default);
static member SapCentralServerInstanceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.Core.ResourceIdentifier * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.MessageServerProperties * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.EnqueueServerProperties * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.GatewayServerProperties * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.EnqueueReplicationServerProperties * string * string * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.CentralServerVmDetails> * Nullable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceStatus> * Nullable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapHealthState> * Nullable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceProvisioningState> * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceErrorDetail -> Azure.ResourceManager.WorkloadsSapVirtualInstance.SapCentralServerInstanceData
Public Shared Function SapCentralServerInstanceData (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 messageServerProperties As MessageServerProperties = Nothing, Optional enqueueServerProperties As EnqueueServerProperties = Nothing, Optional gatewayServerProperties As GatewayServerProperties = Nothing, Optional enqueueReplicationServerProperties As EnqueueReplicationServerProperties = Nothing, Optional kernelVersion As String = Nothing, Optional kernelPatch As String = Nothing, Optional loadBalancerDetailsId As ResourceIdentifier = Nothing, Optional vmDetails As IEnumerable(Of CentralServerVmDetails) = 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 SapCentralServerInstanceData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- instanceNo
- String
The central services instance number.
- subnetId
- ResourceIdentifier
The central services instance subnet.
- messageServerProperties
- MessageServerProperties
Defines the SAP message server properties.
- enqueueServerProperties
- EnqueueServerProperties
Defines the SAP Enqueue Server properties.
- gatewayServerProperties
- GatewayServerProperties
Defines the SAP Gateway Server properties.
- enqueueReplicationServerProperties
- EnqueueReplicationServerProperties
Defines the SAP Enqueue Replication Server (ERS) properties.
- kernelVersion
- String
The central services instance Kernel Version.
- kernelPatch
- String
The central services instance Kernel Patch level.
- loadBalancerDetailsId
- ResourceIdentifier
The Load Balancer details such as LoadBalancer ID attached to ASCS Virtual Machines.
- vmDetails
- IEnumerable<CentralServerVmDetails>
The list of virtual machines corresponding to the Central Services instance.
- status
- Nullable<SapVirtualInstanceStatus>
Defines the SAP Instance status.
- health
- Nullable<SapHealthState>
Defines the health of SAP Instances.
- provisioningState
- Nullable<SapVirtualInstanceProvisioningState>
Defines the provisioning states.
- errorsProperties
- SapVirtualInstanceErrorDetail
Defines the errors related to SAP Central Services Instance resource.
Returns
A new SapCentralServerInstanceData instance for mocking.