SwapResourceListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. SwapResourceListResultInner
- com.
Implements
public final class SwapResourceListResultInner
implements JsonSerializable<SwapResourceListResultInner>
SwapResource List with single entry to represent slot type on the specified cloud service.
Constructor Summary
Constructor | Description |
---|---|
SwapResourceListResultInner() |
Creates an instance of Swap |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Swap |
fromJson(JsonReader jsonReader)
Reads an instance of Swap |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Swap |
value()
Get the value property: The value property. |
Swap |
withValue(List<SwapResourceInner> value)
Set the value property: The value property. |
Methods inherited from java.lang.Object
Constructor Details
SwapResourceListResultInner
public SwapResourceListResultInner()
Creates an instance of SwapResourceListResultInner class.
Method Details
fromJson
public static SwapResourceListResultInner fromJson(JsonReader jsonReader)
Reads an instance of SwapResourceListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: The value property.
Returns:
withValue
public SwapResourceListResultInner withValue(List
Set the value property: The value property.
Parameters:
Returns:
Applies to
Azure SDK for Java