ResourceNavigationLinksListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ResourceNavigationLinksListResultInner
- com.
Implements
public final class ResourceNavigationLinksListResultInner
implements JsonSerializable<ResourceNavigationLinksListResultInner>
Response for ResourceNavigationLinks_List operation.
Constructor Summary
Constructor | Description |
---|---|
ResourceNavigationLinksListResultInner() |
Creates an instance of Resource |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Resource |
fromJson(JsonReader jsonReader)
Reads an instance of Resource |
String |
nextLink()
Get the next |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Resource |
value()
Get the value property: The resource navigation links in a subnet. |
Resource |
withValue(List<ResourceNavigationLink> value)
Set the value property: The resource navigation links in a subnet. |
Methods inherited from java.lang.Object
Constructor Details
ResourceNavigationLinksListResultInner
public ResourceNavigationLinksListResultInner()
Creates an instance of ResourceNavigationLinksListResultInner class.
Method Details
fromJson
public static ResourceNavigationLinksListResultInner fromJson(JsonReader jsonReader)
Reads an instance of ResourceNavigationLinksListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: The resource navigation links in a subnet.
Returns:
withValue
public ResourceNavigationLinksListResultInner withValue(List
Set the value property: The resource navigation links in a subnet.
Parameters:
Returns:
Applies to
Azure SDK for Java