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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type SecurityProfileModifier and TypeClassDescriptionfinal classSpecifies the Security profile settings for the virtual machine or virtual machine scale set.Methods in com.azure.resourcemanager.compute.models that return SecurityProfileModifier and TypeMethodDescriptionstatic SecurityProfileSecurityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityProfile from the JsonReader.RestorePointSourceMetadata.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.withEncryptionIdentity(EncryptionIdentity encryptionIdentity) Set the encryptionIdentity property: Specifies the Managed Identity used by ADE to get access token for keyvault operations.SecurityProfile.withProxyAgentSettings(ProxyAgentSettings proxyAgentSettings) Set the proxyAgentSettings property: Specifies ProxyAgent settings while creating the virtual machine.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 TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.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.