CheckZonePeersResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluent. models. CheckZonePeersResultInner
- com.
Implements
public final class CheckZonePeersResultInner
implements JsonSerializable<CheckZonePeersResultInner>
Result of the Check zone peers operation.
Constructor Summary
| Constructor | Description |
|---|---|
| CheckZonePeersResultInner() |
Creates an instance of Check |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Availability |
availabilityZonePeers()
Get the availability |
|
static
Check |
fromJson(JsonReader jsonReader)
Reads an instance of Check |
| String |
location()
Get the location property: the location of the subscription. |
| String |
subscriptionId()
Get the subscription |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Check |
withAvailabilityZonePeers(List<AvailabilityZonePeers> availabilityZonePeers)
Set the availability |
|
Check |
withLocation(String location)
Set the location property: the location of the subscription. |
Methods inherited from java.lang.Object
Constructor Details
CheckZonePeersResultInner
public CheckZonePeersResultInner()
Creates an instance of CheckZonePeersResultInner class.
Method Details
availabilityZonePeers
public List<AvailabilityZonePeers> availabilityZonePeers()
Get the availabilityZonePeers property: The Availability Zones shared by the subscriptions.
Returns:
fromJson
public static CheckZonePeersResultInner fromJson(JsonReader jsonReader)
Reads an instance of CheckZonePeersResultInner from the JsonReader.
Parameters:
Returns:
Throws:
location
public String location()
Get the location property: the location of the subscription.
Returns:
subscriptionId
public String subscriptionId()
Get the subscriptionId property: The subscription ID.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAvailabilityZonePeers
public CheckZonePeersResultInner withAvailabilityZonePeers(List<AvailabilityZonePeers> availabilityZonePeers)
Set the availabilityZonePeers property: The Availability Zones shared by the subscriptions.
Parameters:
Returns:
withLocation
public CheckZonePeersResultInner withLocation(String location)
Set the location property: the location of the subscription.
Parameters:
Returns: