Get SAPApplication Server Instance Result
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)
Properties
Link copied to clipboard
Defines the Application Instance errors.
Link copied to clipboard
Application server instance gateway Port.
Link copied to clipboard
Application server instance ICM HTTP Port.
Link copied to clipboard
Application server instance ICM HTTPS Port.
Link copied to clipboard
Application server Instance Number.
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
Defines the provisioning states.
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
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
The virtual machine.