Deployment.ExecutionStages.WithWhatIfLocation Interface
public static interface Deployment.ExecutionStages.WithWhatIfLocation
A deployment execution allowing data storage location to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withLocation(String location)
Specifies the location to store the deployment data. |
Method Details
withLocation
public abstract Deployment.ExecutionStages.WithWhatIf withLocation(String location)
Specifies the location to store the deployment data.
Parameters:
location
- the location value to set.
Returns:
the next stage of the execution.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java