Uses of Class
com.azure.resourcemanager.compute.models.SecurityTypes
Packages that use SecurityTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SecurityTypes in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type SecurityTypes in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the SecurityType of the virtual machine.Fields in com.azure.resourcemanager.compute.models declared as SecurityTypesModifier and TypeFieldDescriptionstatic final SecurityTypesSecurityTypes.CONFIDENTIAL_VMStatic value ConfidentialVM for SecurityTypes.static final SecurityTypesSecurityTypes.TRUSTED_LAUNCHStatic value TrustedLaunch for SecurityTypes.Methods in com.azure.resourcemanager.compute.models that return SecurityTypesModifier and TypeMethodDescriptionstatic SecurityTypesSecurityTypes.fromString(String name) Creates or finds a SecurityTypes from its string representation.GalleryImage.securityType()Gets the security type, whether trusted launch or confidential VM.SecurityProfile.securityType()Get the securityType property: Specifies the SecurityType of the virtual machine.VirtualMachine.securityType()Gets theSecurityTypesof the virtual machine.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SecurityTypesModifier and TypeMethodDescriptionstatic Collection<SecurityTypes> SecurityTypes.values()Gets known SecurityTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type SecurityTypesModifier and TypeMethodDescriptionSecurityProfile.withSecurityType(SecurityTypes securityType) Set the securityType property: Specifies the SecurityType of the virtual machine.