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

69 строки
4.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner"
name: "LabVhdInner"
nameWithType: "LabVhdInner"
summary: "Properties of a VHD in the lab."
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 **LabVhdInner**"
constructors:
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner.LabVhdInner()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner.LabVhdInner()"
name: "LabVhdInner()"
nameWithType: "LabVhdInner.LabVhdInner()"
summary: "Creates an instance of Lab<wbr>Vhd<wbr>Inner class."
syntax: "public LabVhdInner()"
desc: "Creates an instance of LabVhdInner class."
methods:
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner.id()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner.id()"
name: "id()"
nameWithType: "LabVhdInner.id()"
summary: "Get the id property: The URI to the VHD."
syntax: "public String id()"
desc: "Get the id property: The URI to the VHD."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner.validate()"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner.validate()"
name: "validate()"
nameWithType: "LabVhdInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner.withId(String id)"
name: "withId(String id)"
nameWithType: "LabVhdInner.withId(String id)"
summary: "Set the id property: The URI to the VHD."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LabVhdInner withId(String id)"
desc: "Set the id property: The URI to the VHD."
returns:
description: "the LabVhdInner object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.LabVhdInner&text=LabVhdInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of a VHD in the lab."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0