GetSapApplicationServerInstanceResult

data class GetSapApplicationServerInstanceResult(val azureApiVersion: String, val dispatcherStatus: String, val errors: SAPVirtualInstanceErrorResponse, val gatewayPort: Double, val health: String, val hostname: String, val icmHttpPort: Double, val icmHttpsPort: Double, val id: String, val instanceNo: String, val ipAddress: String, val kernelPatch: String, val kernelVersion: String, val loadBalancerDetails: LoadBalancerDetailsResponse, val location: String, val name: String, val provisioningState: String, val status: String, val subnet: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val vmDetails: List<ApplicationServerVmDetailsResponse>)

Define the SAP Application Server Instance resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, dispatcherStatus: String, errors: SAPVirtualInstanceErrorResponse, gatewayPort: Double, health: String, hostname: String, icmHttpPort: Double, icmHttpsPort: Double, id: String, instanceNo: String, ipAddress: String, kernelPatch: String, kernelVersion: String, loadBalancerDetails: LoadBalancerDetailsResponse, location: String, name: String, provisioningState: String, status: String, subnet: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vmDetails: List<ApplicationServerVmDetailsResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Application server instance dispatcher status.

Link copied to clipboard

Defines the Application Instance errors.

Link copied to clipboard

Application server instance gateway Port.

Link copied to clipboard

Defines the health of SAP Instances.

Link copied to clipboard

Application server instance SAP hostname.

Link copied to clipboard

Application server instance ICM HTTP Port.

Link copied to clipboard

Application server instance ICM HTTPS Port.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Application server Instance Number.

Link copied to clipboard

Application server instance SAP IP Address.

Link copied to clipboard

Application server instance SAP Kernel Patch level.

Link copied to clipboard

Application server instance SAP Kernel Version.

Link copied to clipboard

The Load Balancer details such as LoadBalancer ID attached to Application Server Virtual Machines

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Defines the provisioning states.

Link copied to clipboard

Defines the SAP Instance status.

Link copied to clipboard

Application server Subnet.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The list of virtual machines.