GuestAgent.DefinitionStages.WithParentResource Interface

public static interface GuestAgent.DefinitionStages.WithParentResource

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

Method Summary

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

Specifies resourceGroupName, virtualMachineName.

Method Details

withExistingVirtualMachine

public abstract GuestAgent.DefinitionStages.WithCreate withExistingVirtualMachine(String resourceGroupName, String virtualMachineName)

Specifies resourceGroupName, virtualMachineName.

Parameters:

resourceGroupName - The Resource Group Name.
virtualMachineName - Name of the vm.

Returns:

the next definition stage.

Applies to