ServiceInterface Interface
Implements
public interface ServiceInterface
implements Annotation
Annotation to give the service interfaces a name that correlates to the service that is usable in a programmatic way.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
name()
Name of the service - this must be short and without spaces. |
Method Details
name
public abstract String name()
Name of the service - this must be short and without spaces.
Returns:
the service name given to the interface.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java