ExpressRouteGatewayListInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ExpressRouteGatewayListInner
- com.
Implements
public final class ExpressRouteGatewayListInner
implements JsonSerializable<ExpressRouteGatewayListInner>
List of ExpressRoute gateways.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteGatewayListInner() |
Creates an instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Express |
value()
Get the value property: List of Express |
Express |
withValue(List<ExpressRouteGatewayInner> value)
Set the value property: List of Express |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteGatewayListInner
public ExpressRouteGatewayListInner()
Creates an instance of ExpressRouteGatewayListInner class.
Method Details
fromJson
public static ExpressRouteGatewayListInner fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteGatewayListInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: List of ExpressRoute gateways.
Returns:
withValue
public ExpressRouteGatewayListInner withValue(List
Set the value property: List of ExpressRoute gateways.
Parameters:
Returns:
Applies to
Azure SDK for Java