ExpressRouteFailoverCircuitResourceDetails Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteFailoverCircuitResourceDetails
- com.
Implements
public final class ExpressRouteFailoverCircuitResourceDetails
implements JsonSerializable<ExpressRouteFailoverCircuitResourceDetails>
The ExpressRouteFailoverCircuitResourceDetails model.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteFailoverCircuitResourceDetails() |
Creates an instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
connectionName()
Get the connection |
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
String |
name()
Get the name property: Circuit Name. |
String |
nrpResourceUri()
Get the nrp |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Express |
withConnectionName(String connectionName)
Set the connection |
Express |
withName(String name)
Set the name property: Circuit Name. |
Express |
withNrpResourceUri(String nrpResourceUri)
Set the nrp |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteFailoverCircuitResourceDetails
public ExpressRouteFailoverCircuitResourceDetails()
Creates an instance of ExpressRouteFailoverCircuitResourceDetails class.
Method Details
connectionName
public String connectionName()
Get the connectionName property: Connection name associated with the circuit.
Returns:
fromJson
public static ExpressRouteFailoverCircuitResourceDetails fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteFailoverCircuitResourceDetails from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Circuit Name.
Returns:
nrpResourceUri
public String nrpResourceUri()
Get the nrpResourceUri property: NRP Resource URI of the circuit.
Returns:
toJson
validate
public void validate()
Validates the instance.
withConnectionName
public ExpressRouteFailoverCircuitResourceDetails withConnectionName(String connectionName)
Set the connectionName property: Connection name associated with the circuit.
Parameters:
Returns:
withName
public ExpressRouteFailoverCircuitResourceDetails withName(String name)
Set the name property: Circuit Name.
Parameters:
Returns:
withNrpResourceUri
public ExpressRouteFailoverCircuitResourceDetails withNrpResourceUri(String nrpResourceUri)
Set the nrpResourceUri property: NRP Resource URI of the circuit.
Parameters:
Returns:
Applies to
Azure SDK for Java