ProvisioningServiceDescription.DefinitionStages.WithLocation Interface
public static interface ProvisioningServiceDescription.DefinitionStages.WithLocation
The stage of the ProvisioningServiceDescription 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 ProvisioningServiceDescription.DefinitionStages.WithResourceGroup withRegion(Region location)
Specifies the region for the resource.
Parameters:
Returns:
withRegion
public abstract ProvisioningServiceDescription.DefinitionStages.WithResourceGroup withRegion(String location)
Specifies the region for the resource.
Parameters:
Returns:
Applies to
Azure SDK for Java