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:
location
- the location of the container registry task.
Returns:
the next stage of the container registry task definition.
withLocation
public abstract RegistryTask.DefinitionStages.Platform withLocation(String location)
The parameters specifying location of the container registry task.
Parameters:
location
- the location of the container registry task.
Returns:
the next stage of the container registry task definition.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java