ProductProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.azurestack.models.ProductProperties

public final class ProductProperties

Additional properties of the product.

Constructor Summary

Constructor Description
ProductProperties()

Creates an instance of ProductProperties class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

String version()

Get the version property: The version.

ProductProperties withVersion(String version)

Set the version property: The version.

Methods inherited from java.lang.Object

Constructor Details

ProductProperties

public ProductProperties()

Creates an instance of ProductProperties class.

Method Details

validate

public void validate()

Validates the instance.

version

public String version()

Get the version property: The version.

Returns:

the version value.

withVersion

public ProductProperties withVersion(String version)

Set the version property: The version.

Parameters:

version - the version value to set.

Returns:

the ProductProperties object itself.

Applies to