Uses of Class
com.azure.resourcemanager.compute.models.DisallowedConfiguration
-
Packages that use DisallowedConfiguration 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 DisallowedConfiguration in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DisallowedConfiguration Modifier and Type Method Description DisallowedConfigurationVirtualMachineImageInner. disallowed()Get the disallowed property: Specifies disallowed configuration for the VirtualMachine created from the image.DisallowedConfigurationVirtualMachineImageProperties. disallowed()Get the disallowed property: Specifies disallowed configuration for the VirtualMachine created from the image.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type DisallowedConfiguration Modifier and Type Method Description VirtualMachineImageInnerVirtualMachineImageInner. withDisallowed(DisallowedConfiguration disallowed)Set the disallowed property: Specifies disallowed configuration for the VirtualMachine created from the image.VirtualMachineImagePropertiesVirtualMachineImageProperties. withDisallowed(DisallowedConfiguration disallowed)Set the disallowed property: Specifies disallowed configuration for the VirtualMachine created from the image. -
Uses of DisallowedConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DisallowedConfiguration Modifier and Type Method Description DisallowedConfigurationDisallowedConfiguration. withVmDiskType(VmDiskTypes vmDiskType)Set the vmDiskType property: VM disk types which are disallowed.
-