RegistryTask.DefinitionStages.Location Interface
public static interface RegistryTask.DefinitionStages.Location
The stage of the container registry task definition allowing to specify location.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Platform |
withLocation(Region location)
The parameters specifying location of the container registry task. |
abstract Platform |
withLocation(String location)
The parameters specifying location of the container registry task. |
Method Details
withLocation
public abstract RegistryTask.DefinitionStages.Platform withLocation(Region location)
The parameters specifying location of the container registry task.
Parameters:
Returns:
withLocation
public abstract RegistryTask.DefinitionStages.Platform withLocation(String location)
The parameters specifying location of the container registry task.
Parameters:
Returns:
Applies to
Azure SDK for Java