Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineExtensionHandlerInstanceView
-
Packages that use VirtualMachineExtensionHandlerInstanceView Package Description com.azure.resourcemanager.compute.models 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 VirtualMachineExtensionHandlerInstanceView Modifier and Type Method Description VirtualMachineExtensionHandlerInstanceViewVirtualMachineExtensionHandlerInstanceView. withStatus(InstanceViewStatus status)Set the status property: The extension handler status.VirtualMachineExtensionHandlerInstanceViewVirtualMachineExtensionHandlerInstanceView. withType(String type)Set the type property: Specifies the type of the extension; an example is "CustomScriptExtension".VirtualMachineExtensionHandlerInstanceViewVirtualMachineExtensionHandlerInstanceView. 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 VirtualMachineExtensionHandlerInstanceView Modifier and Type Method Description List<VirtualMachineExtensionHandlerInstanceView>VirtualMachineAgentInstanceView. 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 VirtualMachineExtensionHandlerInstanceView Modifier and Type Method Description VirtualMachineAgentInstanceViewVirtualMachineAgentInstanceView. withExtensionHandlers(List<VirtualMachineExtensionHandlerInstanceView> extensionHandlers)Set the extensionHandlers property: The virtual machine extension handler instance view.
-