Share via


SapApplicationServerInstanceInner Class

public final class SapApplicationServerInstanceInner
extends Resource

Define the SAP Application Server Instance resource.

Constructor Summary

Constructor Description
SapApplicationServerInstanceInner()

Creates an instance of SapApplicationServerInstanceInner class.

Method Summary

Modifier and Type Method and Description
SapApplicationServerProperties properties()

Get the properties property: Defines the SAP Application Server instance properties.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

void validate()

Validates the instance.

SapApplicationServerInstanceInner withLocation(String location)
SapApplicationServerInstanceInner withProperties(SapApplicationServerProperties properties)

Set the properties property: Defines the SAP Application Server instance properties.

SapApplicationServerInstanceInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

SapApplicationServerInstanceInner

public SapApplicationServerInstanceInner()

Creates an instance of SapApplicationServerInstanceInner class.

Method Details

properties

public SapApplicationServerProperties properties()

Get the properties property: Defines the SAP Application Server instance properties.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withLocation

public SapApplicationServerInstanceInner withLocation(String location)

Overrides:

SapApplicationServerInstanceInner.withLocation(String location)

Parameters:

location

withProperties

public SapApplicationServerInstanceInner withProperties(SapApplicationServerProperties properties)

Set the properties property: Defines the SAP Application Server instance properties.

Parameters:

properties - the properties value to set.

Returns:

the SapApplicationServerInstanceInner object itself.

withTags

public SapApplicationServerInstanceInner withTags(Map<String,String> tags)

Overrides:

SapApplicationServerInstanceInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to