Uses of Class
com.azure.resourcemanager.compute.models.SupportedSecurityOption
Packages that use SupportedSecurityOption
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SupportedSecurityOption in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type SupportedSecurityOption in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classRefers to the security capability of the disk supported to create a Trusted launch or Confidential VM.Fields in com.azure.resourcemanager.compute.models declared as SupportedSecurityOptionModifier and TypeFieldDescriptionstatic final SupportedSecurityOptionSupportedSecurityOption.TRUSTED_LAUNCH_AND_CONFIDENTIAL_VMSUPPORTEDStatic value TrustedLaunchAndConfidentialVMSupported for SupportedSecurityOption.static final SupportedSecurityOptionSupportedSecurityOption.TRUSTED_LAUNCH_SUPPORTEDStatic value TrustedLaunchSupported for SupportedSecurityOption.Methods in com.azure.resourcemanager.compute.models that return SupportedSecurityOptionModifier and TypeMethodDescriptionstatic SupportedSecurityOptionSupportedSecurityOption.fromString(String name) Creates or finds a SupportedSecurityOption from its string representation.SupportedCapabilities.supportedSecurityOption()Get the supportedSecurityOption property: Refers to the security capability of the disk supported to create a Trusted launch or Confidential VM.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SupportedSecurityOptionModifier and TypeMethodDescriptionstatic Collection<SupportedSecurityOption> SupportedSecurityOption.values()Gets known SupportedSecurityOption values.Methods in com.azure.resourcemanager.compute.models with parameters of type SupportedSecurityOptionModifier and TypeMethodDescriptionSupportedCapabilities.withSupportedSecurityOption(SupportedSecurityOption supportedSecurityOption) Set the supportedSecurityOption property: Refers to the security capability of the disk supported to create a Trusted launch or Confidential VM.