SapVirtualInstanceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. workloadssapvirtualinstance. fluent. models. SapVirtualInstanceInner
- com.
- com.
- com.
public final class SapVirtualInstanceInner
extends Resource
Define the Virtual Instance for SAP solutions resource.
Constructor Summary
| Constructor | Description |
|---|---|
| SapVirtualInstanceInner() |
Creates an instance of Sap |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
User |
identity()
Get the identity property: Managed service identity (user assigned identities). |
|
Sap |
properties()
Get the properties property: Defines the Virtual Instance for SAP solutions resource properties. |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Sap |
withIdentity(UserAssignedServiceIdentity identity)
Set the identity property: Managed service identity (user assigned identities). |
|
Sap |
withLocation(String location) |
|
Sap |
withProperties(SapVirtualInstanceProperties properties)
Set the properties property: Defines the Virtual Instance for SAP solutions resource properties. |
|
Sap |
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:
properties
public SapVirtualInstanceProperties properties()
Get the properties property: Defines the Virtual Instance for SAP solutions resource properties.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
validate
public void validate()
Validates the instance.
withIdentity
public SapVirtualInstanceInner withIdentity(UserAssignedServiceIdentity identity)
Set the identity property: Managed service identity (user assigned identities).
Parameters:
Returns:
withLocation
public SapVirtualInstanceInner withLocation(String location)
Overrides:
SapVirtualInstanceInner.withLocation(String location)Parameters:
withProperties
public SapVirtualInstanceInner withProperties(SapVirtualInstanceProperties properties)
Set the properties property: Defines the Virtual Instance for SAP solutions resource properties.
Parameters:
Returns:
withTags
public SapVirtualInstanceInner withTags(Map<String,String> tags)
Overrides:
SapVirtualInstanceInner.withTags(Map<String,String> tags)Parameters: