PeeringServiceProviderInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. peering. fluent. models. PeeringServiceProviderInner
- com.
- com.
public final class PeeringServiceProviderInner
extends ProxyResource
PeeringService provider.
Constructor Summary
| Constructor | Description |
|---|---|
| PeeringServiceProviderInner() |
Creates an instance of Peering |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Peering |
fromJson(JsonReader jsonReader)
Reads an instance of Peering |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
| List<String> |
peeringLocations()
Get the peering |
| String |
serviceProviderName()
Get the service |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Peering |
withPeeringLocations(List<String> peeringLocations)
Set the peering |
|
Peering |
withServiceProviderName(String serviceProviderName)
Set the service |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
PeeringServiceProviderInner
public PeeringServiceProviderInner()
Creates an instance of PeeringServiceProviderInner class.
Method Details
fromJson
public static PeeringServiceProviderInner fromJson(JsonReader jsonReader)
Reads an instance of PeeringServiceProviderInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
PeeringServiceProviderInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
PeeringServiceProviderInner.name()Returns:
peeringLocations
public List<String> peeringLocations()
Get the peeringLocations property: The list of locations at which the service provider peers with Microsoft.
Returns:
serviceProviderName
public String serviceProviderName()
Get the serviceProviderName property: The name of the service provider.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PeeringServiceProviderInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
PeeringServiceProviderInner.type()Returns:
validate
public void validate()
Validates the instance.
withPeeringLocations
public PeeringServiceProviderInner withPeeringLocations(List<String> peeringLocations)
Set the peeringLocations property: The list of locations at which the service provider peers with Microsoft.
Parameters:
Returns:
withServiceProviderName
public PeeringServiceProviderInner withServiceProviderName(String serviceProviderName)
Set the serviceProviderName property: The name of the service provider.
Parameters:
Returns: