AzureInstanceData Class

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

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

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

AzureInstanceData

public AzureInstanceData()

Method Details

getAdditionalInfo

public Map getAdditionalInfo()

Gets additional data for an Azure resource.

Returns:

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.

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.

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.

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.

getTags

public Map getTags()

Gets the resource tags specified by the user.

Returns:

The resource tags specified by the user.

setAdditionalInfo

public void setAdditionalInfo(Map value)

Sets additional data for an Azure resource.

Parameters:

value - The additional data for an Azure resource.

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.

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.

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.

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.

setTags

public void setTags(Map value)

Sets the resource tags specified by the user.

Parameters:

value - The resource tags specified by the user.

Applies to