OperationDisplay Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. OperationDisplay
- com.
public class OperationDisplay
Contains the localized display information for this particular operation / action.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description value. |
String |
operation()
Get the operation value. |
String |
provider()
Get the provider value. |
String |
resource()
Get the resource value. |
Method Details
description
public String description()
Get the description value.
Returns:
the description value
operation
public String operation()
Get the operation value.
Returns:
the operation value
provider
public String provider()
Get the provider value.
Returns:
the provider value
resource
public String resource()
Get the resource value.
Returns:
the resource value
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java