Uses of Class
com.azure.resourcemanager.compute.models.SupportedCapabilities
Packages that use SupportedCapabilities
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SupportedCapabilities in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SupportedCapabilitiesModifier and TypeMethodDescriptionDiskInner.supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskProperties.supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskRestorePointInner.supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskRestorePointProperties.supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskUpdateProperties.supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities to be added on the OS disk.SnapshotInner.supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the source disk from the snapshot was originally created.SnapshotProperties.supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the source disk from the snapshot was originally created.SnapshotUpdateProperties.supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type SupportedCapabilitiesModifier and TypeMethodDescriptionDiskInner.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskProperties.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskRestorePointInner.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskRestorePointProperties.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskUpdateProperties.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities to be added on the OS disk.SnapshotInner.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the source disk from the snapshot was originally created.SnapshotProperties.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the source disk from the snapshot was originally created.SnapshotUpdateProperties.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created. -
Uses of SupportedCapabilities in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SupportedCapabilitiesModifier and TypeMethodDescriptionDiskUpdate.supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities to be added on the OS disk.SnapshotUpdate.supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.SupportedCapabilities.withAcceleratedNetwork(Boolean acceleratedNetwork) Set the acceleratedNetwork property: True if the image from which the OS disk is created supports accelerated networking.SupportedCapabilities.withArchitecture(Architecture architecture) Set the architecture property: CPU architecture supported by an OS disk.SupportedCapabilities.withDiskControllerTypes(String diskControllerTypes) Set the diskControllerTypes property: The disk controllers that an OS disk supports.Methods in com.azure.resourcemanager.compute.models with parameters of type SupportedCapabilitiesModifier and TypeMethodDescriptionDiskUpdate.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities to be added on the OS disk.SnapshotUpdate.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.