Class RelayServiceConnectionEntityInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.RelayServiceConnectionEntityInner
-
public final class RelayServiceConnectionEntityInner extends ProxyOnlyResource
Hybrid Connection for an App Service app.
-
-
Constructor Summary
Constructors Constructor Description RelayServiceConnectionEntityInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbiztalkUri()Get the biztalkUri property: The biztalkUri property.StringentityConnectionString()Get the entityConnectionString property: The entityConnectionString property.StringentityName()Get the entityName property: The entityName property.Stringhostname()Get the hostname property: The hostname property.Integerport()Get the port property: The port property.StringresourceConnectionString()Get the resourceConnectionString property: The resourceConnectionString property.StringresourceType()Get the resourceType property: The resourceType property.voidvalidate()Validates the instance.RelayServiceConnectionEntityInnerwithBiztalkUri(String biztalkUri)Set the biztalkUri property: The biztalkUri property.RelayServiceConnectionEntityInnerwithEntityConnectionString(String entityConnectionString)Set the entityConnectionString property: The entityConnectionString property.RelayServiceConnectionEntityInnerwithEntityName(String entityName)Set the entityName property: The entityName property.RelayServiceConnectionEntityInnerwithHostname(String hostname)Set the hostname property: The hostname property.RelayServiceConnectionEntityInnerwithKind(String kind)Set the kind property: Kind of resource.RelayServiceConnectionEntityInnerwithPort(Integer port)Set the port property: The port property.RelayServiceConnectionEntityInnerwithResourceConnectionString(String resourceConnectionString)Set the resourceConnectionString property: The resourceConnectionString property.RelayServiceConnectionEntityInnerwithResourceType(String resourceType)Set the resourceType property: The resourceType property.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public RelayServiceConnectionEntityInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
entityName
public String entityName()
Get the entityName property: The entityName property.- Returns:
- the entityName value.
-
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.
-
entityConnectionString
public String entityConnectionString()
Get the entityConnectionString property: The entityConnectionString property.- Returns:
- the entityConnectionString value.
-
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.
-
resourceType
public String resourceType()
Get the resourceType property: The resourceType property.- Returns:
- the resourceType value.
-
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.
-
resourceConnectionString
public String resourceConnectionString()
Get the resourceConnectionString property: The resourceConnectionString property.- Returns:
- the resourceConnectionString value.
-
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.
-
hostname
public String hostname()
Get the hostname property: The hostname property.- Returns:
- the hostname value.
-
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.
-
port
public Integer port()
Get the port property: The port property.- Returns:
- the port value.
-
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.
-
biztalkUri
public String biztalkUri()
Get the biztalkUri property: The biztalkUri property.- Returns:
- the biztalkUri value.
-
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.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-