Get SAPVirtual Instance Result
data class GetSAPVirtualInstanceResult(val configuration: Any, val environment: String, val errors: SAPVirtualInstanceErrorResponse, val health: String, val id: String, val identity: UserAssignedServiceIdentityResponse? = null, val location: String, val managedResourceGroupConfiguration: ManagedRGConfigurationResponse? = null, val name: String, val provisioningState: String, val sapProduct: String, val state: String, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Define the Virtual Instance for SAP solutions resource.
Constructors
Link copied to clipboard
constructor(configuration: Any, environment: String, errors: SAPVirtualInstanceErrorResponse, health: String, id: String, identity: UserAssignedServiceIdentityResponse? = null, location: String, managedResourceGroupConfiguration: ManagedRGConfigurationResponse? = null, name: String, provisioningState: String, sapProduct: String, state: String, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Defines if the SAP system is being created using Azure Center for SAP solutions (ACSS) or if an existing SAP system is being registered with ACSS
Link copied to clipboard
Defines the environment type - Production/Non Production.
Link copied to clipboard
Indicates any errors on the Virtual Instance for SAP solutions resource.
Link copied to clipboard
A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide.
Link copied to clipboard
Managed resource group configuration
Link copied to clipboard
Defines the provisioning states.
Link copied to clipboard
Defines the SAP Product type.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.