User.DefinitionStages.WithLocation Interface

public static interface User.DefinitionStages.WithLocation

The stage of the user definition allowing to specify Location.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withLocation(String location)

Specifies location.

Method Details

withLocation

public abstract User.DefinitionStages.WithCreate withLocation(String location)

Specifies location.

Parameters:

location - The location of the resource

Returns:

the next definition stage

Applies to