Uses of Class
com.azure.resourcemanager.compute.models.SecurityProfile
Packages that use SecurityProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SecurityProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SecurityProfileModifier and TypeMethodDescriptionVirtualMachineInner.securityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachinePropertiesInner.securityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachineScaleSetVMInner.securityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInner.securityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachineUpdateInner.securityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type SecurityProfileModifier and TypeMethodDescriptionVirtualMachineInner.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachinePropertiesInner.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachineScaleSetVMInner.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInner.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachineUpdateInner.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the Security related profile settings for the virtual machine. -
Uses of SecurityProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SecurityProfileModifier and TypeMethodDescriptionRestorePointSourceMetadata.securityProfile()Get the securityProfile property: Gets the security profile.VirtualMachineScaleSetUpdateVMProfile.securityProfile()Get the securityProfile property: The virtual machine scale set Security profile.VirtualMachineScaleSetVMProfile.securityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machines in the 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.compute.models with parameters of type SecurityProfileModifier and TypeMethodDescriptionRestorePointSourceMetadata.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Gets the security profile.VirtualMachineScaleSetUpdateVMProfile.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: The virtual machine scale set Security profile.VirtualMachineScaleSetVMProfile.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the Security related profile settings for the virtual machines in the scale set.