ServiceAssociationLinksListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ServiceAssociationLinksListResultInner
- com.
Implements
public final class ServiceAssociationLinksListResultInner
implements JsonSerializable<ServiceAssociationLinksListResultInner>
Response for ServiceAssociationLinks_List operation.
Constructor Summary
Constructor | Description |
---|---|
ServiceAssociationLinksListResultInner() |
Creates an instance of Service |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Service |
fromJson(JsonReader jsonReader)
Reads an instance of Service |
String |
nextLink()
Get the next |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Service |
value()
Get the value property: The service association links in a subnet. |
Service |
withValue(List<ServiceAssociationLink> value)
Set the value property: The service association links in a subnet. |
Methods inherited from java.lang.Object
Constructor Details
ServiceAssociationLinksListResultInner
public ServiceAssociationLinksListResultInner()
Creates an instance of ServiceAssociationLinksListResultInner class.
Method Details
fromJson
public static ServiceAssociationLinksListResultInner fromJson(JsonReader jsonReader)
Reads an instance of ServiceAssociationLinksListResultInner 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 service association links in a subnet.
Returns:
withValue
public ServiceAssociationLinksListResultInner withValue(List
Set the value property: The service association links in a subnet.
Parameters:
Returns:
Applies to
Azure SDK for Java