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
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.SecurityProfile.securityType()Get the securityType property: Specifies the SecurityType of 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.