Uses of Class
com.azure.resourcemanager.compute.models.ImageVersionSecurityProfile
Packages that use ImageVersionSecurityProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ImageVersionSecurityProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ImageVersionSecurityProfileModifier and TypeMethodDescriptionGalleryImageVersionInner.securityProfile()Get the securityProfile property: The security profile of a gallery image version.GalleryImageVersionProperties.securityProfile()Get the securityProfile property: The security profile of a gallery image version.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ImageVersionSecurityProfileModifier and TypeMethodDescriptionGalleryImageVersionInner.withSecurityProfile(ImageVersionSecurityProfile securityProfile) Set the securityProfile property: The security profile of a gallery image version.GalleryImageVersionProperties.withSecurityProfile(ImageVersionSecurityProfile securityProfile) Set the securityProfile property: The security profile of a gallery image version. -
Uses of ImageVersionSecurityProfile in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type ImageVersionSecurityProfileModifier and TypeClassDescriptionfinal classThe security profile of a gallery image version.Methods in com.azure.resourcemanager.compute.models that return ImageVersionSecurityProfileModifier and TypeMethodDescriptionstatic ImageVersionSecurityProfileImageVersionSecurityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImageVersionSecurityProfile from the JsonReader.GalleryImageVersionUpdate.securityProfile()Get the securityProfile property: The security profile of a gallery image version.GalleryList.securityProfile()Get the securityProfile property: The security profile of a gallery image version.ImageVersionSecurityProfile.withUefiSettings(GalleryImageVersionUefiSettings uefiSettings) Set the uefiSettings property: Contains UEFI settings for the image version.Methods in com.azure.resourcemanager.compute.models with parameters of type ImageVersionSecurityProfileModifier and TypeMethodDescriptionGalleryImageVersionUpdate.withSecurityProfile(ImageVersionSecurityProfile securityProfile) Set the securityProfile property: The security profile of a gallery image version.GalleryList.withSecurityProfile(ImageVersionSecurityProfile securityProfile) Set the securityProfile property: The security profile of a gallery image version.