GetSapVirtualInstanceResult

data class GetSapVirtualInstanceResult(val azureApiVersion: String, val configuration: Any, val environment: String, val errors: SAPVirtualInstanceErrorResponse, val health: String, val id: String, val identity: SAPVirtualInstanceIdentityResponse? = null, val location: String, val managedResourceGroupConfiguration: ManagedRGConfigurationResponse? = null, val managedResourcesNetworkAccessType: String? = 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(azureApiVersion: String, configuration: Any, environment: String, errors: SAPVirtualInstanceErrorResponse, health: String, id: String, identity: SAPVirtualInstanceIdentityResponse? = null, location: String, managedResourceGroupConfiguration: ManagedRGConfigurationResponse? = null, managedResourcesNetworkAccessType: String? = null, name: String, provisioningState: String, sapProduct: String, state: String, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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

Defines the health of SAP Instances.

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

The managed service identities assigned to this resource.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Managed resource group configuration

Link copied to clipboard

Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228

Link copied to clipboard

The name of the resource

Link copied to clipboard

Defines the provisioning states.

Link copied to clipboard

Defines the SAP Product type.

Link copied to clipboard

Defines the Virtual Instance for SAP state.

Link copied to clipboard

Defines the SAP Instance status.

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"