Uses of Class
com.azure.resourcemanager.batch.models.SecurityProfile
Packages that use SecurityProfile
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of SecurityProfile in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return SecurityProfileModifier and TypeMethodDescriptionVirtualMachineConfiguration.securityProfile()Get the securityProfile property: Specifies the security profile settings for the virtual machine or virtual machine scale set.SecurityProfile.withEncryptionAtHost(Boolean encryptionAtHost) Set the encryptionAtHost property: This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set.SecurityProfile.withSecurityType(SecurityTypes securityType) Set the securityType property: Specifies the SecurityType of the virtual machine.SecurityProfile.withUefiSettings(UefiSettings uefiSettings) Set the uefiSettings property: Specifies the security settings like secure boot and vTPM used while creating the virtual machine.Methods in com.azure.resourcemanager.batch.models with parameters of type SecurityProfileModifier and TypeMethodDescriptionVirtualMachineConfiguration.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the security profile settings for the virtual machine or virtual machine scale set.