RelayServiceConnectionEntityInner Class

public final class RelayServiceConnectionEntityInner
extends ProxyOnlyResource

Hybrid Connection for an App Service app.

Constructor Summary

Constructor Description
RelayServiceConnectionEntityInner()

Creates an instance of RelayServiceConnectionEntityInner class.

Method Summary

Modifier and Type Method and Description
String biztalkUri()

Get the biztalkUri property: The biztalkUri property.

String entityConnectionString()

Get the entityConnectionString property: The entityConnectionString property.

String entityName()

Get the entityName property: The entityName property.

String hostname()

Get the hostname property: The hostname property.

Integer port()

Get the port property: The port property.

String resourceConnectionString()

Get the resourceConnectionString property: The resourceConnectionString property.

String resourceType()

Get the resourceType property: The resourceType property.

void validate()

Validates the instance.

RelayServiceConnectionEntityInner withBiztalkUri(String biztalkUri)

Set the biztalkUri property: The biztalkUri property.

RelayServiceConnectionEntityInner withEntityConnectionString(String entityConnectionString)

Set the entityConnectionString property: The entityConnectionString property.

RelayServiceConnectionEntityInner withEntityName(String entityName)

Set the entityName property: The entityName property.

RelayServiceConnectionEntityInner withHostname(String hostname)

Set the hostname property: The hostname property.

RelayServiceConnectionEntityInner withKind(String kind)

Set the kind property: Kind of resource.

RelayServiceConnectionEntityInner withPort(Integer port)

Set the port property: The port property.

RelayServiceConnectionEntityInner withResourceConnectionString(String resourceConnectionString)

Set the resourceConnectionString property: The resourceConnectionString property.

RelayServiceConnectionEntityInner withResourceType(String resourceType)

Set the resourceType property: The resourceType property.

Methods inherited from ProxyResource

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:

the biztalkUri value.

entityConnectionString

public String entityConnectionString()

Get the entityConnectionString property: The entityConnectionString property.

Returns:

the entityConnectionString value.

entityName

public String entityName()

Get the entityName property: The entityName property.

Returns:

the entityName value.

hostname

public String hostname()

Get the hostname property: The hostname property.

Returns:

the hostname value.

port

public Integer port()

Get the port property: The port property.

Returns:

the port value.

resourceConnectionString

public String resourceConnectionString()

Get the resourceConnectionString property: The resourceConnectionString property.

Returns:

the resourceConnectionString value.

resourceType

public String resourceType()

Get the resourceType property: The resourceType property.

Returns:

the resourceType value.

validate

public void validate()

Validates the instance.

Overrides:

RelayServiceConnectionEntityInner.validate()

withBiztalkUri

public RelayServiceConnectionEntityInner withBiztalkUri(String biztalkUri)

Set the biztalkUri property: The biztalkUri property.

Parameters:

biztalkUri - the biztalkUri value to set.

Returns:

the RelayServiceConnectionEntityInner object itself.

withEntityConnectionString

public RelayServiceConnectionEntityInner withEntityConnectionString(String entityConnectionString)

Set the entityConnectionString property: The entityConnectionString property.

Parameters:

entityConnectionString - the entityConnectionString value to set.

Returns:

the RelayServiceConnectionEntityInner object itself.

withEntityName

public RelayServiceConnectionEntityInner withEntityName(String entityName)

Set the entityName property: The entityName property.

Parameters:

entityName - the entityName value to set.

Returns:

the RelayServiceConnectionEntityInner object itself.

withHostname

public RelayServiceConnectionEntityInner withHostname(String hostname)

Set the hostname property: The hostname property.

Parameters:

hostname - the hostname value to set.

Returns:

the RelayServiceConnectionEntityInner object itself.

withKind

public RelayServiceConnectionEntityInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

RelayServiceConnectionEntityInner.withKind(String kind)

Parameters:

kind

withPort

public RelayServiceConnectionEntityInner withPort(Integer port)

Set the port property: The port property.

Parameters:

port - the port value to set.

Returns:

the RelayServiceConnectionEntityInner object itself.

withResourceConnectionString

public RelayServiceConnectionEntityInner withResourceConnectionString(String resourceConnectionString)

Set the resourceConnectionString property: The resourceConnectionString property.

Parameters:

resourceConnectionString - the resourceConnectionString value to set.

Returns:

the RelayServiceConnectionEntityInner object itself.

withResourceType

public RelayServiceConnectionEntityInner withResourceType(String resourceType)

Set the resourceType property: The resourceType property.

Parameters:

resourceType - the resourceType value to set.

Returns:

the RelayServiceConnectionEntityInner object itself.

Applies to