AzureResourceReference Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.AzureResourceReference
- com.
public class AzureResourceReference
Defines reference to an Azure resource.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AzureResourceReference() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
sourceArmResourceId()
Get gets the ARM resource ID of the tracked resource being referenced. |
|
Azure |
withSourceArmResourceId(String sourceArmResourceId)
Set gets the ARM resource ID of the tracked resource being referenced. |
Methods inherited from java.lang.Object
Constructor Details
AzureResourceReference
public AzureResourceReference()
Method Details
sourceArmResourceId
public String sourceArmResourceId()
Get gets the ARM resource ID of the tracked resource being referenced.
Returns:
withSourceArmResourceId
public AzureResourceReference withSourceArmResourceId(String sourceArmResourceId)
Set gets the ARM resource ID of the tracked resource being referenced.
Parameters:
Returns: