Uses of Class
com.azure.resourcemanager.compute.models.DisallowedConfiguration
Packages that use DisallowedConfiguration
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 DisallowedConfigurationModifier and TypeMethodDescriptionVirtualMachineImageInner.disallowed()Get the disallowed property: Specifies disallowed configuration for the VirtualMachine created from the image.VirtualMachineImageProperties.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 DisallowedConfigurationModifier and TypeMethodDescriptionVirtualMachineImageInner.withDisallowed(DisallowedConfiguration disallowed) Set the disallowed property: Specifies disallowed configuration for the VirtualMachine created from the image.VirtualMachineImageProperties.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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type DisallowedConfigurationModifier and TypeClassDescriptionfinal classSpecifies the disallowed configuration for a virtual machine image.Methods in com.azure.resourcemanager.compute.models that return DisallowedConfigurationModifier and TypeMethodDescriptionstatic DisallowedConfigurationDisallowedConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DisallowedConfiguration from the JsonReader.DisallowedConfiguration.withVmDiskType(VmDiskTypes vmDiskType) Set the vmDiskType property: VM disk types which are disallowed.