public final class EventHubListResult extends Object
| Constructor and Description |
|---|
EventHubListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: Link to the next set of results.
|
void |
validate()
Validates the instance.
|
List<EventhubInner> |
value()
Get the value property: Result of the List EventHubs operation.
|
EventHubListResult |
withValue(List<EventhubInner> value)
Set the value property: Result of the List EventHubs operation.
|
public List<EventhubInner> value()
public EventHubListResult withValue(List<EventhubInner> value)
value - the value value to set.public String nextLink()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.