ServiceBusOperation Interface
public interface ServiceBusOperation extends HasInner
An immutable client-side representation of an Azure service bus operation description object.
Method Summary
Modifier and Type | Method and Description |
---|---|
Operation |
displayInformation() |
String | name() |
Inherited Members
Method Details
displayInformation
public OperationDisplay displayInformation()
Returns:
the description of the operation
name
public String name()
Returns:
the operation name
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