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() |
abstract
Mono<Virtual |
getInstanceViewAsync() |
Method Details
getInstanceView
public abstract VirtualMachineExtensionInstanceView getInstanceView()
Returns:
the instance view of the virtual machine extension
getInstanceViewAsync
public abstract Mono
Returns:
a representation of the deferred computation of this call returning the virtual machine extension
instance view
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java