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