ResourceNamerFactory Class
- java.
lang. Object - com.
microsoft. azure. management. resources. fluentcore. utils. ResourceNamerFactory
- com.
public class ResourceNamerFactory
The ResourceNamerFactory to generate ResourceNamer.
Method Summary
Modifier and Type | Method and Description |
---|---|
Resource |
createResourceNamer(String name)
Factory method to generate instance of ResourceNamer. |
Method Details
createResourceNamer
public ResourceNamer createResourceNamer(String name)
Factory method to generate instance of ResourceNamer.
Parameters:
name
- prefix for the names.
Returns:
instance of ResourceNamer
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java