69 строки
4.6 KiB
YAML
69 строки
4.6 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.connectedvmware.models.UefiSettings"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.UefiSettings"
|
||
|
name: "UefiSettings"
|
||
|
nameWithType: "UefiSettings"
|
||
|
summary: "Specifies the security settings like secure boot used while creating the virtual machine."
|
||
|
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 **UefiSettings**"
|
||
|
constructors:
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.UefiSettings.UefiSettings()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.UefiSettings.UefiSettings()"
|
||
|
name: "UefiSettings()"
|
||
|
nameWithType: "UefiSettings.UefiSettings()"
|
||
|
summary: "Creates an instance of Uefi<wbr>Settings class."
|
||
|
syntax: "public UefiSettings()"
|
||
|
desc: "Creates an instance of UefiSettings class."
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.UefiSettings.secureBootEnabled()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.UefiSettings.secureBootEnabled()"
|
||
|
name: "secureBootEnabled()"
|
||
|
nameWithType: "UefiSettings.secureBootEnabled()"
|
||
|
summary: "Get the secure<wbr>Boot<wbr>Enabled property: Specifies whether secure boot should be enabled on the virtual machine."
|
||
|
syntax: "public Boolean secureBootEnabled()"
|
||
|
desc: "Get the secureBootEnabled property: Specifies whether secure boot should be enabled on the virtual machine."
|
||
|
returns:
|
||
|
description: "the secureBootEnabled value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.UefiSettings.validate()"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.UefiSettings.validate()"
|
||
|
name: "validate()"
|
||
|
nameWithType: "UefiSettings.validate()"
|
||
|
summary: "Validates the instance."
|
||
|
syntax: "public void validate()"
|
||
|
desc: "Validates the instance."
|
||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.UefiSettings.withSecureBootEnabled(java.lang.Boolean)"
|
||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.UefiSettings.withSecureBootEnabled(Boolean secureBootEnabled)"
|
||
|
name: "withSecureBootEnabled(Boolean secureBootEnabled)"
|
||
|
nameWithType: "UefiSettings.withSecureBootEnabled(Boolean secureBootEnabled)"
|
||
|
summary: "Set the secure<wbr>Boot<wbr>Enabled property: Specifies whether secure boot should be enabled on the virtual machine."
|
||
|
parameters:
|
||
|
- description: "the secureBootEnabled value to set."
|
||
|
name: "secureBootEnabled"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||
|
syntax: "public UefiSettings withSecureBootEnabled(Boolean secureBootEnabled)"
|
||
|
desc: "Set the secureBootEnabled property: Specifies whether secure boot should be enabled on the virtual machine."
|
||
|
returns:
|
||
|
description: "the UefiSettings object itself."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.UefiSettings?alt=com.azure.resourcemanager.connectedvmware.models.UefiSettings&text=UefiSettings\" data-throw-if-not-resolved=\"False\" />"
|
||
|
type: "class"
|
||
|
desc: "Specifies the security settings like secure boot used while creating the virtual machine."
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|