RelayServiceConnectionEntityInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. RelayServiceConnectionEntityInner
- com.
- com.
- com.
public final class RelayServiceConnectionEntityInner
extends ProxyOnlyResource
Hybrid Connection for an App Service app.
Constructor Summary
Constructor | Description |
---|---|
RelayServiceConnectionEntityInner() |
Creates an instance of Relay |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
biztalkUri()
Get the biztalk |
String |
entityConnectionString()
Get the entity |
String |
entityName()
Get the entity |
static
Relay |
fromJson(JsonReader jsonReader)
Reads an instance of Relay |
String |
hostname()
Get the hostname property: The hostname property. |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Integer |
port()
Get the port property: The port property. |
String |
resourceConnectionString()
Get the resource |
String |
resourceType()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Relay |
withBiztalkUri(String biztalkUri)
Set the biztalk |
Relay |
withEntityConnectionString(String entityConnectionString)
Set the entity |
Relay |
withEntityName(String entityName)
Set the entity |
Relay |
withHostname(String hostname)
Set the hostname property: The hostname property. |
Relay |
withKind(String kind)
Set the kind property: Kind of resource. |
Relay |
withPort(Integer port)
Set the port property: The port property. |
Relay |
withResourceConnectionString(String resourceConnectionString)
Set the resource |
Relay |
withResourceType(String resourceType)
Set the resource |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
RelayServiceConnectionEntityInner
public RelayServiceConnectionEntityInner()
Creates an instance of RelayServiceConnectionEntityInner class.
Method Details
biztalkUri
public String biztalkUri()
Get the biztalkUri property: The biztalkUri property.
Returns:
entityConnectionString
public String entityConnectionString()
Get the entityConnectionString property: The entityConnectionString property.
Returns:
entityName
public String entityName()
Get the entityName property: The entityName property.
Returns:
fromJson
public static RelayServiceConnectionEntityInner fromJson(JsonReader jsonReader)
Reads an instance of RelayServiceConnectionEntityInner from the JsonReader.
Parameters:
Returns:
Throws:
hostname
public String hostname()
Get the hostname property: The hostname property.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RelayServiceConnectionEntityInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RelayServiceConnectionEntityInner.name()Returns:
port
public Integer port()
Get the port property: The port property.
Returns:
resourceConnectionString
public String resourceConnectionString()
Get the resourceConnectionString property: The resourceConnectionString property.
Returns:
resourceType
public String resourceType()
Get the resourceType property: The resourceType property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RelayServiceConnectionEntityInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RelayServiceConnectionEntityInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
RelayServiceConnectionEntityInner.validate()withBiztalkUri
public RelayServiceConnectionEntityInner withBiztalkUri(String biztalkUri)
Set the biztalkUri property: The biztalkUri property.
Parameters:
Returns:
withEntityConnectionString
public RelayServiceConnectionEntityInner withEntityConnectionString(String entityConnectionString)
Set the entityConnectionString property: The entityConnectionString property.
Parameters:
Returns:
withEntityName
public RelayServiceConnectionEntityInner withEntityName(String entityName)
Set the entityName property: The entityName property.
Parameters:
Returns:
withHostname
public RelayServiceConnectionEntityInner withHostname(String hostname)
Set the hostname property: The hostname property.
Parameters:
Returns:
withKind
public RelayServiceConnectionEntityInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
RelayServiceConnectionEntityInner.withKind(String kind)Parameters:
withPort
public RelayServiceConnectionEntityInner withPort(Integer port)
Set the port property: The port property.
Parameters:
Returns:
withResourceConnectionString
public RelayServiceConnectionEntityInner withResourceConnectionString(String resourceConnectionString)
Set the resourceConnectionString property: The resourceConnectionString property.
Parameters:
Returns:
withResourceType
public RelayServiceConnectionEntityInner withResourceType(String resourceType)
Set the resourceType property: The resourceType property.
Parameters:
Returns:
Applies to
Azure SDK for Java