SapVirtualInstance Interface
public interface SapVirtualInstance
An immutable client-side representation of SapVirtualInstance.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Sap |
configuration()
Gets the configuration property: 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. |
|
abstract
Sap |
environment()
Gets the environment property: Defines the environment type - Production/Non Production. |
|
abstract
Sap |
errors()
Gets the errors property: Indicates any errors on the Virtual Instance for SAP solutions resource. |
|
abstract
Sap |
health()
Gets the health property: Defines the health of SAP Instances. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
User |
identity()
Gets the identity property: A pre-created user assigned identity with appropriate roles assigned. |
|
abstract
Sap |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
|
abstract
Managed |
managedResourceGroupConfiguration()
Gets the managed |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Sap |
provisioningState()
Gets the provisioning |
|
abstract
Sap |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Sap |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Sap |
sapProduct()
Gets the sap |
|
abstract
Operation |
start()
Starts the SAP application, that is the Central Services instance and Application server instances. |
|
abstract
Operation |
start(Context context)
Starts the SAP application, that is the Central Services instance and Application server instances. |
|
abstract
Sap |
state()
Gets the state property: Defines the Virtual Instance for SAP state. |
|
abstract
Sap |
status()
Gets the status property: Defines the SAP Instance status. |
|
abstract
Operation |
stop()
Stops the SAP Application, that is the Application server instances and Central Services instance. |
|
abstract
Operation |
stop(StopRequest body, Context context)
Stops the SAP Application, that is the Application server instances and Central Services instance. |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Sap |
Method Details
configuration
public abstract SapConfiguration configuration()
Gets the configuration property: 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.
Returns:
environment
public abstract SapEnvironmentType environment()
Gets the environment property: Defines the environment type - Production/Non Production.
Returns:
errors
public abstract SapVirtualInstanceError errors()
Gets the errors property: Indicates any errors on the Virtual Instance for SAP solutions resource.
Returns:
health
public abstract SapHealthState health()
Gets the health property: Defines the health of SAP Instances.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
identity
public abstract UserAssignedServiceIdentity identity()
Gets the identity property: A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide.
Returns:
innerModel
public abstract SapVirtualInstanceInner innerModel()
Gets the inner com.azure.resourcemanager.workloads.fluent.models.SapVirtualInstanceInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
managedResourceGroupConfiguration
public abstract ManagedRGConfiguration managedResourceGroupConfiguration()
Gets the managedResourceGroupConfiguration property: Managed resource group configuration.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract SapVirtualInstanceProvisioningState provisioningState()
Gets the provisioningState property: Defines the provisioning states.
Returns:
refresh
public abstract SapVirtualInstance refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SapVirtualInstance refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
sapProduct
public abstract SapProductType sapProduct()
Gets the sapProduct property: Defines the SAP Product type.
Returns:
start
public abstract OperationStatusResult start()
Starts the SAP application, that is the Central Services instance and Application server instances.
Returns:
start
public abstract OperationStatusResult start(Context context)
Starts the SAP application, that is the Central Services instance and Application server instances.
Parameters:
Returns:
state
public abstract SapVirtualInstanceState state()
Gets the state property: Defines the Virtual Instance for SAP state.
Returns:
status
public abstract SapVirtualInstanceStatus status()
Gets the status property: Defines the SAP Instance status.
Returns:
stop
public abstract OperationStatusResult stop()
Stops the SAP Application, that is the Application server instances and Central Services instance.
Returns:
stop
public abstract OperationStatusResult stop(StopRequest body, Context context)
Stops the SAP Application, that is the Application server instances and Central Services instance.
Parameters:
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SapVirtualInstance.Update update()
Begins update for the SapVirtualInstance resource.
Returns: