Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineExtensionHandlerInstanceView
Packages that use VirtualMachineExtensionHandlerInstanceView
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineExtensionHandlerInstanceView in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineExtensionHandlerInstanceViewModifier and TypeMethodDescriptionVirtualMachineExtensionHandlerInstanceView.withStatus(InstanceViewStatus status) Set the status property: The extension handler status.Set the type property: Specifies the type of the extension; an example is "CustomScriptExtension".VirtualMachineExtensionHandlerInstanceView.withTypeHandlerVersion(String typeHandlerVersion) Set the typeHandlerVersion property: Specifies the version of the script handler.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineExtensionHandlerInstanceViewModifier and TypeMethodDescriptionVirtualMachineAgentInstanceView.extensionHandlers()Get the extensionHandlers property: The virtual machine extension handler instance view.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineExtensionHandlerInstanceViewModifier and TypeMethodDescriptionVirtualMachineAgentInstanceView.withExtensionHandlers(List<VirtualMachineExtensionHandlerInstanceView> extensionHandlers) Set the extensionHandlers property: The virtual machine extension handler instance view.