ProxyResourceReference Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.AzureResourceReference - com.
microsoft. azure. management. resourcemover. v2021_01_01.ProxyResourceReference
- com.
- com.
public class ProxyResourceReference
extends AzureResourceReference
Defines reference to a proxy resource.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ProxyResourceReference() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
name()
Get gets the name of the proxy resource on the target side. |
|
Proxy |
withName(String name)
Set gets the name of the proxy resource on the target side. |
Methods inherited from AzureResourceReference
Methods inherited from java.lang.Object
Constructor Details
ProxyResourceReference
public ProxyResourceReference()
Method Details
name
public String name()
Get gets the name of the proxy resource on the target side.
Returns:
withName
public ProxyResourceReference withName(String name)
Set gets the name of the proxy resource on the target side.
Parameters:
Returns: