ConfidentialLedger.DefinitionStages.WithLocation Interface
public static interface ConfidentialLedger.DefinitionStages.WithLocation
The stage of the ConfidentialLedger definition allowing to specify location.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withRegion(Region location)
Specifies the region for the resource. |
abstract
With |
withRegion(String location)
Specifies the region for the resource. |
Method Details
withRegion
public abstract ConfidentialLedger.DefinitionStages.WithResourceGroup withRegion(Region location)
Specifies the region for the resource.
Parameters:
location
- The geo-location where the resource lives.
Returns:
the next definition stage.
withRegion
public abstract ConfidentialLedger.DefinitionStages.WithResourceGroup withRegion(String location)
Specifies the region for the resource.
Parameters:
location
- The geo-location where the resource lives.
Returns:
the next definition stage.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java