LinkedResource Class
- java.
lang. Object - com.
azure. resourcemanager. maps. models. LinkedResource
- com.
public final class LinkedResource
Linked resource is reference to a resource deployed in an Azure subscription, add the linked resource `uniqueName` value as an optional parameter for operations on Azure Maps Geospatial REST APIs.
Constructor Summary
| Constructor | Description |
|---|---|
| LinkedResource() |
Creates an instance of Linked |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
id()
Get the id property: ARM resource id in the form: '/subscriptions/{subscription |
| String |
uniqueName()
Get the unique |
| void |
validate()
Validates the instance. |
|
Linked |
withId(String id)
Set the id property: ARM resource id in the form: '/subscriptions/{subscription |
|
Linked |
withUniqueName(String uniqueName)
Set the unique |
Methods inherited from java.lang.Object
Constructor Details
LinkedResource
public LinkedResource()
Creates an instance of LinkedResource class.
Method Details
id
public String id()
Get the id property: ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}'.
Returns:
uniqueName
public String uniqueName()
Get the uniqueName property: A provided name which uniquely identifies the linked resource.
Returns:
validate
public void validate()
Validates the instance.
withId
public LinkedResource withId(String id)
Set the id property: ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}'.
Parameters:
Returns:
withUniqueName
public LinkedResource withUniqueName(String uniqueName)
Set the uniqueName property: A provided name which uniquely identifies the linked resource.
Parameters:
Returns: