azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

79 строки
4.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sphere.models.ProductProperties"
fullName: "com.azure.resourcemanager.sphere.models.ProductProperties"
name: "ProductProperties"
nameWithType: "ProductProperties"
summary: "The properties of product."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ProductProperties**"
constructors:
- uid: "com.azure.resourcemanager.sphere.models.ProductProperties.ProductProperties()"
fullName: "com.azure.resourcemanager.sphere.models.ProductProperties.ProductProperties()"
name: "ProductProperties()"
nameWithType: "ProductProperties.ProductProperties()"
summary: "Creates an instance of Product<wbr>Properties class."
syntax: "public ProductProperties()"
desc: "Creates an instance of ProductProperties class."
methods:
- uid: "com.azure.resourcemanager.sphere.models.ProductProperties.description()"
fullName: "com.azure.resourcemanager.sphere.models.ProductProperties.description()"
name: "description()"
nameWithType: "ProductProperties.description()"
summary: "Get the description property: Description of the product."
syntax: "public String description()"
desc: "Get the description property: Description of the product."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.ProductProperties.provisioningState()"
fullName: "com.azure.resourcemanager.sphere.models.ProductProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "ProductProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: The status of the last operation."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The status of the last operation."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.ProvisioningState?alt=com.azure.resourcemanager.sphere.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.ProductProperties.validate()"
fullName: "com.azure.resourcemanager.sphere.models.ProductProperties.validate()"
name: "validate()"
nameWithType: "ProductProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sphere.models.ProductProperties.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.ProductProperties.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "ProductProperties.withDescription(String description)"
summary: "Set the description property: Description of the product."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ProductProperties withDescription(String description)"
desc: "Set the description property: Description of the product."
returns:
description: "the ProductProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.ProductProperties?alt=com.azure.resourcemanager.sphere.models.ProductProperties&text=ProductProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of product."
metadata: {}
package: "com.azure.resourcemanager.sphere.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sphere:1.0.0