Uses of Class
com.azure.resourcemanager.compute.models.SupportedCapabilities
-
Packages that use SupportedCapabilities Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 SupportedCapabilities Modifier and Type Method Description SupportedCapabilitiesDiskInner. supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.SupportedCapabilitiesDiskProperties. supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.SupportedCapabilitiesDiskRestorePointInner. supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.SupportedCapabilitiesDiskRestorePointProperties. supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.SupportedCapabilitiesDiskUpdateProperties. supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities to be added on the OS disk.SupportedCapabilitiesSnapshotInner. supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the source disk from the snapshot was originally created.SupportedCapabilitiesSnapshotProperties. supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the source disk from the snapshot was originally created.SupportedCapabilitiesSnapshotUpdateProperties. 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 SupportedCapabilities Modifier and Type Method Description DiskInnerDiskInner. withSupportedCapabilities(SupportedCapabilities supportedCapabilities)Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskPropertiesDiskProperties. withSupportedCapabilities(SupportedCapabilities supportedCapabilities)Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskRestorePointInnerDiskRestorePointInner. withSupportedCapabilities(SupportedCapabilities supportedCapabilities)Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskRestorePointPropertiesDiskRestorePointProperties. withSupportedCapabilities(SupportedCapabilities supportedCapabilities)Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskUpdatePropertiesDiskUpdateProperties. withSupportedCapabilities(SupportedCapabilities supportedCapabilities)Set the supportedCapabilities property: List of supported capabilities to be added on the OS disk.SnapshotInnerSnapshotInner. 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.SnapshotPropertiesSnapshotProperties. 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.SnapshotUpdatePropertiesSnapshotUpdateProperties. 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 SupportedCapabilities Modifier and Type Method Description SupportedCapabilitiesDiskUpdate. supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities to be added on the OS disk.SupportedCapabilitiesSnapshotUpdate. supportedCapabilities()Get the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.SupportedCapabilitiesSupportedCapabilities. withAcceleratedNetwork(Boolean acceleratedNetwork)Set the acceleratedNetwork property: True if the image from which the OS disk is created supports accelerated networking.SupportedCapabilitiesSupportedCapabilities. withArchitecture(Architecture architecture)Set the architecture property: CPU architecture supported by an OS disk.Methods in com.azure.resourcemanager.compute.models with parameters of type SupportedCapabilities Modifier and Type Method Description DiskUpdateDiskUpdate. withSupportedCapabilities(SupportedCapabilities supportedCapabilities)Set the supportedCapabilities property: List of supported capabilities to be added on the OS disk.SnapshotUpdateSnapshotUpdate. withSupportedCapabilities(SupportedCapabilities supportedCapabilities)Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.
-