MachineExtension.DefinitionStages.WithParentResource Interface

public static interface MachineExtension.DefinitionStages.WithParentResource

The stage of the MachineExtension definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingVirtualMachine(String resourceGroupName, String name)

Specifies resourceGroupName, name.

Method Details

withExistingVirtualMachine

public abstract MachineExtension.DefinitionStages.WithCreate withExistingVirtualMachine(String resourceGroupName, String name)

Specifies resourceGroupName, name.

Parameters:

resourceGroupName - The Resource Group Name.
name - The name of the machine where the extension should be created or updated.

Returns:

the next definition stage.

Applies to