JitNetworkAccessPolicy.DefinitionStages.WithParentResource Interface

public static interface JitNetworkAccessPolicy.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithVirtualMachines withExistingLocation(String resourceGroupName, String ascLocation)

Specifies resourceGroupName, ascLocation.

Method Details

withExistingLocation

public abstract JitNetworkAccessPolicy.DefinitionStages.WithVirtualMachines withExistingLocation(String resourceGroupName, String ascLocation)

Specifies resourceGroupName, ascLocation.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
ascLocation - The location where ASC stores the data of the subscription. can be retrieved from Get locations.

Returns:

the next definition stage.

Applies to