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

99 строки
8.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner"
name: "StorageClassificationInner"
nameWithType: "StorageClassificationInner"
summary: "Storage object definition."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- 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 **StorageClassificationInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner.StorageClassificationInner()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner.StorageClassificationInner()"
name: "StorageClassificationInner()"
nameWithType: "StorageClassificationInner.StorageClassificationInner()"
summary: "Creates an instance of Storage<wbr>Classification<wbr>Inner class."
syntax: "public StorageClassificationInner()"
desc: "Creates an instance of StorageClassificationInner class."
methods:
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner.location()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner.location()"
name: "location()"
nameWithType: "StorageClassificationInner.location()"
summary: "Get the location property: Resource Location."
syntax: "public String location()"
desc: "Get the location property: Resource Location."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner.properties()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner.properties()"
name: "properties()"
nameWithType: "StorageClassificationInner.properties()"
summary: "Get the properties property: Properties of the storage object."
syntax: "public StorageClassificationProperties properties()"
desc: "Get the properties property: Properties of the storage object."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.StorageClassificationProperties?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.StorageClassificationProperties&text=StorageClassificationProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner.validate()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner.validate()"
name: "validate()"
nameWithType: "StorageClassificationInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "StorageClassificationInner.withLocation(String location)"
summary: "Set the location property: Resource Location."
parameters:
- description: "the location value to set."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StorageClassificationInner withLocation(String location)"
desc: "Set the location property: Resource Location."
returns:
description: "the StorageClassificationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner?alt=com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner&text=StorageClassificationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner.withProperties(com.azure.resourcemanager.recoveryservicessiterecovery.models.StorageClassificationProperties)"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner.withProperties(StorageClassificationProperties properties)"
name: "withProperties(StorageClassificationProperties properties)"
nameWithType: "StorageClassificationInner.withProperties(StorageClassificationProperties properties)"
summary: "Set the properties property: Properties of the storage object."
parameters:
- description: "the properties value to set."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.StorageClassificationProperties?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.StorageClassificationProperties&text=StorageClassificationProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public StorageClassificationInner withProperties(StorageClassificationProperties properties)"
desc: "Set the properties property: Properties of the storage object."
returns:
description: "the StorageClassificationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner?alt=com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models.StorageClassificationInner&text=StorageClassificationInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Storage object definition."
metadata: {}
package: "com.azure.resourcemanager.recoveryservicessiterecovery.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-recoveryservicessiterecovery:1.1.0