AzureInstanceData Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. utilizations. AzureInstanceData
- com.
public class AzureInstanceData
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AzureInstanceData() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.util.Map<java.lang.String,java.lang.String> |
getAdditionalInfo()
Gets additional data for an Azure resource. |
| java.lang.String |
getLocation()
Gets the region in which the service was run. |
| java.lang.String |
getOrderNumber()
Gets the unique namespace used to identify the third party order for Azure Marketplace. |
| java.lang.String |
getPartNumber()
Gets the unique namespace used to identify the resource for Azure Marketplace third party usage. |
| java.lang.String |
getResourceUri()
Gets the fully qualified Azure resource ID, which includes the resource groups and the instance name. |
| java.util.Map<java.lang.String,java.lang.String> |
getTags()
Gets the resource tags specified by the user. |
| void |
setAdditionalInfo(Map<String,String> value)
Sets additional data for an Azure resource. |
| void |
setLocation(String value)
Sets the region in which the service was run. |
| void |
setOrderNumber(String value)
Sets the unique namespace used to identify the third party order for Azure Marketplace. |
| void |
setPartNumber(String value)
Sets the unique namespace used to identify the resource for Azure Marketplace third party usage. |
| void |
setResourceUri(String value)
Sets the fully qualified Azure resource ID, which includes the resource groups and the instance name. |
| void |
setTags(Map<String,String> value)
Sets the resource tags specified by the user. |
Inherited Members
Constructor Details
AzureInstanceData
public AzureInstanceData()
Method Details
getAdditionalInfo
public Map
Gets additional data for an Azure resource.
Returns:
getLocation
public String getLocation()
Gets the region in which the service was run.
Returns:
getOrderNumber
public String getOrderNumber()
Gets the unique namespace used to identify the third party order for Azure Marketplace.
Returns:
getPartNumber
public String getPartNumber()
Gets the unique namespace used to identify the resource for Azure Marketplace third party usage.
Returns:
getResourceUri
public String getResourceUri()
Gets the fully qualified Azure resource ID, which includes the resource groups and the instance name.
Returns:
getTags
public Map
Gets the resource tags specified by the user.
Returns:
setAdditionalInfo
public void setAdditionalInfo(Map
Sets additional data for an Azure resource.
Parameters:
setLocation
public void setLocation(String value)
Sets the region in which the service was run.
Parameters:
setOrderNumber
public void setOrderNumber(String value)
Sets the unique namespace used to identify the third party order for Azure Marketplace.
Parameters:
setPartNumber
public void setPartNumber(String value)
Sets the unique namespace used to identify the resource for Azure Marketplace third party usage.
Parameters:
setResourceUri
public void setResourceUri(String value)
Sets the fully qualified Azure resource ID, which includes the resource groups and the instance name.
Parameters:
setTags
public void setTags(Map
Sets the resource tags specified by the user.
Parameters: