public final class RelayServiceConnectionEntityProperties extends Object
| Constructor and Description |
|---|
RelayServiceConnectionEntityProperties() |
| 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.
|
RelayServiceConnectionEntityProperties |
withBiztalkUri(String biztalkUri)
Set the biztalkUri property: The biztalkUri property.
|
RelayServiceConnectionEntityProperties |
withEntityConnectionString(String entityConnectionString)
Set the entityConnectionString property: The entityConnectionString property.
|
RelayServiceConnectionEntityProperties |
withEntityName(String entityName)
Set the entityName property: The entityName property.
|
RelayServiceConnectionEntityProperties |
withHostname(String hostname)
Set the hostname property: The hostname property.
|
RelayServiceConnectionEntityProperties |
withPort(Integer port)
Set the port property: The port property.
|
RelayServiceConnectionEntityProperties |
withResourceConnectionString(String resourceConnectionString)
Set the resourceConnectionString property: The resourceConnectionString property.
|
RelayServiceConnectionEntityProperties |
withResourceType(String resourceType)
Set the resourceType property: The resourceType property.
|
public RelayServiceConnectionEntityProperties()
public String entityName()
public RelayServiceConnectionEntityProperties withEntityName(String entityName)
entityName - the entityName value to set.public String entityConnectionString()
public RelayServiceConnectionEntityProperties withEntityConnectionString(String entityConnectionString)
entityConnectionString - the entityConnectionString value to set.public String resourceType()
public RelayServiceConnectionEntityProperties withResourceType(String resourceType)
resourceType - the resourceType value to set.public String resourceConnectionString()
public RelayServiceConnectionEntityProperties withResourceConnectionString(String resourceConnectionString)
resourceConnectionString - the resourceConnectionString value to set.public String hostname()
public RelayServiceConnectionEntityProperties withHostname(String hostname)
hostname - the hostname value to set.public Integer port()
public RelayServiceConnectionEntityProperties withPort(Integer port)
port - the port value to set.public String biztalkUri()
public RelayServiceConnectionEntityProperties withBiztalkUri(String biztalkUri)
biztalkUri - the biztalkUri value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.