VirtualMachineExtension Interface
Implements
public interface VirtualMachineExtension
extends VirtualMachineExtensionBase, ExternalChildResource<VirtualMachineExtension,VirtualMachine>
An immutable client-side representation of an Azure virtual machine extension.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Virtual |
getInstanceView()
Gets the instance view of the virtual machine extension. |
abstract
Mono<Virtual |
getInstanceViewAsync()
Gets a representation of the deferred computation of this call returning the virtual machine extension instance view |
Method Details
getInstanceView
public abstract VirtualMachineExtensionInstanceView getInstanceView()
Gets the instance view of the virtual machine extension.
Returns:
getInstanceViewAsync
public abstract Mono
Gets a representation of the deferred computation of this call returning the virtual machine extension instance view
Returns:
Applies to
Azure SDK for Java