你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: