次の方法で共有


Registration.DefinitionStages.WithLocation Interface

public static interface Registration.DefinitionStages.WithLocation

The stage of the Registration definition allowing to specify location.

Method Summary

Modifier and Type Method and Description
abstract WithResourceGroup withLocation(Location location)

Specifies the location property: Location of the resource..

Method Details

withLocation

public abstract Registration.DefinitionStages.WithResourceGroup withLocation(Location location)

Specifies the location property: Location of the resource..

Parameters:

location - Location of the resource.

Returns:

the next definition stage.

Applies to