Partager via


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 VirtualMachineExtensionInstanceView getInstanceView()

Gets the instance view of the virtual machine extension.

abstract Mono<VirtualMachineExtensionInstanceView> 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:

the instance view of the virtual machine extension

getInstanceViewAsync

public abstract Mono getInstanceViewAsync()

Gets a representation of the deferred computation of this call returning the virtual machine extension instance view

Returns:

a representation of the deferred computation of this call returning the virtual machine extension instance view

Applies to