SapDatabaseInstanceInner Class

public final class SapDatabaseInstanceInner
extends Resource

Define the Database resource.

Constructor Summary

Constructor Description
SapDatabaseInstanceInner()

Creates an instance of SapDatabaseInstanceInner class.

Method Summary

Modifier and Type Method and Description
SapDatabaseProperties properties()

Get the properties property: Defines the Database properties.

SystemData systemData()

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

void validate()

Validates the instance.

SapDatabaseInstanceInner withLocation(String location)
SapDatabaseInstanceInner withProperties(SapDatabaseProperties properties)

Set the properties property: Defines the Database properties.

SapDatabaseInstanceInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

SapDatabaseInstanceInner

public SapDatabaseInstanceInner()

Creates an instance of SapDatabaseInstanceInner class.

Method Details

properties

public SapDatabaseProperties properties()

Get the properties property: Defines the Database 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 SapDatabaseInstanceInner withLocation(String location)

Overrides:

SapDatabaseInstanceInner.withLocation(String location)

Parameters:

location

withProperties

public SapDatabaseInstanceInner withProperties(SapDatabaseProperties properties)

Set the properties property: Defines the Database properties.

Parameters:

properties - the properties value to set.

Returns:

the SapDatabaseInstanceInner object itself.

withTags

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

Overrides:

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

Parameters:

tags

Applies to