Class AzureInstanceData

java.lang.Object
com.microsoft.store.partnercenter.models.utilizations.AzureInstanceData

public class AzureInstanceData
extends Object
  • Constructor Details

  • Method Details

    • getAdditionalInfo

      public Map<String,​String> getAdditionalInfo()
      Gets additional data for an Azure resource.
      Returns:
      Additional data for an Azure resource.
    • setAdditionalInfo

      public void setAdditionalInfo​(Map<String,​String> value)
      Sets additional data for an Azure resource.
      Parameters:
      value - The additional data for an Azure resource.
    • getLocation

      public String getLocation()
      Gets the region in which the service was run.
      Returns:
      The region in which the service was run.
    • setLocation

      public void setLocation​(String value)
      Sets the region in which the service was run.
      Parameters:
      value - The region in which the service was run.
    • getOrderNumber

      public String 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

      public void setOrderNumber​(String value)
      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

      public String 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

      public void setPartNumber​(String value)
      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

      public String 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

      public void setResourceUri​(String value)
      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

      public Map<String,​String> getTags()
      Gets the resource tags specified by the user.
      Returns:
      The resource tags specified by the user.
    • setTags

      public void setTags​(Map<String,​String> value)
      Sets the resource tags specified by the user.
      Parameters:
      value - The resource tags specified by the user.