HasName Interface
public interface HasName
An interface representing a model that has a name.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String | name() |
Method Details
name
public abstract String name()
Returns:
the name of the resource
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java