GetSAPApplicationServerInstanceResult

data class GetSAPApplicationServerInstanceResult(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 location: String, val name: String, val provisioningState: String, val status: String, val storageDetails: List<StorageInformationResponse>, val subnet: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val virtualMachineId: String)

Define the SAP Application Server Instance resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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. Ex - /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 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

Storage details of all the Storage Accounts attached to the App Virtual Machine. For e.g. NFS on AFS Shared Storage.

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 virtual machine.