Uses of Class
com.azure.resourcemanager.compute.models.SecurityTypes
-
Packages that use SecurityTypes Package Description com.azure.resourcemanager.compute.models 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 SecurityTypes Modifier and Type Field Description static SecurityTypesSecurityTypes. CONFIDENTIAL_VMStatic value ConfidentialVM for SecurityTypes.static SecurityTypesSecurityTypes. TRUSTED_LAUNCHStatic value TrustedLaunch for SecurityTypes.Methods in com.azure.resourcemanager.compute.models that return SecurityTypes Modifier and Type Method Description static SecurityTypesSecurityTypes. fromString(String name)Creates or finds a SecurityTypes from its string representation.SecurityTypesSecurityProfile. 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 SecurityTypes Modifier and Type Method Description static Collection<SecurityTypes>SecurityTypes. values()Methods in com.azure.resourcemanager.compute.models with parameters of type SecurityTypes Modifier and Type Method Description SecurityProfileSecurityProfile. withSecurityType(SecurityTypes securityType)Set the securityType property: Specifies the SecurityType of the virtual machine.
-