ServiceNameFormat Class
- java.
lang. Object - microsoft.
servicefabric. services. ServiceNameFormat
- microsoft.
public class ServiceNameFormat
Specifies the default way for generating resource names for services.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getEndpointName(Class<?> serviceInterfaceType)
Gets the default endpoint resource name for the given service type |
Method Details
getEndpointName
public static String getEndpointName(Class serviceInterfaceType)
Gets the default endpoint resource name for the given service type
Parameters:
serviceInterfaceType
- Service type name
Returns:
Endpoint name
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java