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

69 строки
4.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo"
fullName: "com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo"
name: "WindowsOsInfo"
nameWithType: "WindowsOsInfo"
summary: "Information about a Windows OS."
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 **WindowsOsInfo**"
constructors:
- uid: "com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo.WindowsOsInfo()"
fullName: "com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo.WindowsOsInfo()"
name: "WindowsOsInfo()"
nameWithType: "WindowsOsInfo.WindowsOsInfo()"
summary: "Creates an instance of Windows<wbr>OsInfo class."
syntax: "public WindowsOsInfo()"
desc: "Creates an instance of WindowsOsInfo class."
methods:
- uid: "com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo.validate()"
fullName: "com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo.validate()"
name: "validate()"
nameWithType: "WindowsOsInfo.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo.windowsOsState()"
fullName: "com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo.windowsOsState()"
name: "windowsOsState()"
nameWithType: "WindowsOsInfo.windowsOsState()"
summary: "Get the windows<wbr>OsState property: The state of the Windows OS (i.<wbr>e."
syntax: "public WindowsOsState windowsOsState()"
desc: "Get the windowsOsState property: The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied)."
returns:
description: "the windowsOsState value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.WindowsOsState?alt=com.azure.resourcemanager.devtestlabs.models.WindowsOsState&text=WindowsOsState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo.withWindowsOsState(com.azure.resourcemanager.devtestlabs.models.WindowsOsState)"
fullName: "com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo.withWindowsOsState(WindowsOsState windowsOsState)"
name: "withWindowsOsState(WindowsOsState windowsOsState)"
nameWithType: "WindowsOsInfo.withWindowsOsState(WindowsOsState windowsOsState)"
summary: "Set the windows<wbr>OsState property: The state of the Windows OS (i.<wbr>e."
parameters:
- description: "the windowsOsState value to set."
name: "windowsOsState"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.WindowsOsState?alt=com.azure.resourcemanager.devtestlabs.models.WindowsOsState&text=WindowsOsState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WindowsOsInfo withWindowsOsState(WindowsOsState windowsOsState)"
desc: "Set the windowsOsState property: The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied)."
returns:
description: "the WindowsOsInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo?alt=com.azure.resourcemanager.devtestlabs.models.WindowsOsInfo&text=WindowsOsInfo\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information about a Windows OS."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0