Module com.azure.runtime.host
Interface ResourceWithArguments<T extends Resource<T> & ResourceWithArguments<T>>
- All Superinterfaces:
ResourceTrait<T>
,SelfAware<T>
- All Known Implementing Classes:
Container
,Executable
,MicronautProject
,MicroserviceProject
,QuarkusProject
,SpringProject
public interface ResourceWithArguments<T extends Resource<T> & ResourceWithArguments<T>>
extends ResourceTrait<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault T
withArgument
(String argument) default T
withArguments
(Iterable<String> arguments) default T
withArguments
(String... arguments)
-
Method Details
-
withArgument
-
withArguments
-
withArguments
-