Share via


SapVirtualInstanceInner Class

public final class SapVirtualInstanceInner
extends Resource

Define the Virtual Instance for SAP solutions resource.

Constructor Summary

Constructor Description
SapVirtualInstanceInner()

Creates an instance of SapVirtualInstanceInner class.

Method Summary

Modifier and Type Method and Description
UserAssignedServiceIdentity identity()

Get the identity property: Managed service identity (user assigned identities).

SapVirtualInstanceProperties properties()

Get the properties property: Defines the Virtual Instance for SAP solutions resource properties.

SystemData systemData()

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

void validate()

Validates the instance.

SapVirtualInstanceInner withIdentity(UserAssignedServiceIdentity identity)

Set the identity property: Managed service identity (user assigned identities).

SapVirtualInstanceInner withLocation(String location)
SapVirtualInstanceInner withProperties(SapVirtualInstanceProperties properties)

Set the properties property: Defines the Virtual Instance for SAP solutions resource properties.

SapVirtualInstanceInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

SapVirtualInstanceInner

public SapVirtualInstanceInner()

Creates an instance of SapVirtualInstanceInner class.

Method Details

identity

public UserAssignedServiceIdentity identity()

Get the identity property: Managed service identity (user assigned identities).

Returns:

the identity value.

properties

public SapVirtualInstanceProperties properties()

Get the properties property: Defines the Virtual Instance for SAP solutions resource 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.

withIdentity

public SapVirtualInstanceInner withIdentity(UserAssignedServiceIdentity identity)

Set the identity property: Managed service identity (user assigned identities).

Parameters:

identity - the identity value to set.

Returns:

the SapVirtualInstanceInner object itself.

withLocation

public SapVirtualInstanceInner withLocation(String location)

Overrides:

SapVirtualInstanceInner.withLocation(String location)

Parameters:

location

withProperties

public SapVirtualInstanceInner withProperties(SapVirtualInstanceProperties properties)

Set the properties property: Defines the Virtual Instance for SAP solutions resource properties.

Parameters:

properties - the properties value to set.

Returns:

the SapVirtualInstanceInner object itself.

withTags

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

Overrides:

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

Parameters:

tags

Applies to