SignalRServiceUsageList Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. SignalRServiceUsageList
- com.
Implements
public final class SignalRServiceUsageList
implements JsonSerializable<SignalRServiceUsageList>
Object that includes an array of the resource usages and a possible link for next set.
Constructor Summary
| Constructor | Description |
|---|---|
| SignalRServiceUsageList() |
Creates an instance of Signal |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Signal |
fromJson(JsonReader jsonReader)
Reads an instance of Signal |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Signal |
value()
Get the value property: List of the resource usages. |
|
Signal |
withNextLink(String nextLink)
Set the next |
|
Signal |
withValue(List<SignalRServiceUsageInner> value)
Set the value property: List of the resource usages. |
Methods inherited from java.lang.Object
Constructor Details
SignalRServiceUsageList
public SignalRServiceUsageList()
Creates an instance of SignalRServiceUsageList class.
Method Details
fromJson
public static SignalRServiceUsageList fromJson(JsonReader jsonReader)
Reads an instance of SignalRServiceUsageList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<SignalRServiceUsageInner> value()
Get the value property: List of the resource usages.
Returns:
withNextLink
public SignalRServiceUsageList withNextLink(String nextLink)
Set the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
Parameters:
Returns:
withValue
public SignalRServiceUsageList withValue(List<SignalRServiceUsageInner> value)
Set the value property: List of the resource usages.
Parameters:
Returns: