public class RelayServiceConnectionEntityInner extends ProxyOnlyResource
| Constructor and Description |
|---|
RelayServiceConnectionEntityInner() |
| 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.
|
kindpublic String entityName()
public RelayServiceConnectionEntityInner withEntityName(String entityName)
entityName - the entityName value to set.public String entityConnectionString()
public RelayServiceConnectionEntityInner withEntityConnectionString(String entityConnectionString)
entityConnectionString - the entityConnectionString value to set.public String resourceType()
public RelayServiceConnectionEntityInner withResourceType(String resourceType)
resourceType - the resourceType value to set.public String resourceConnectionString()
public RelayServiceConnectionEntityInner withResourceConnectionString(String resourceConnectionString)
resourceConnectionString - the resourceConnectionString value to set.public String hostname()
public RelayServiceConnectionEntityInner withHostname(String hostname)
hostname - the hostname value to set.public Integer port()
public RelayServiceConnectionEntityInner withPort(Integer port)
port - the port value to set.public String biztalkUri()
public RelayServiceConnectionEntityInner withBiztalkUri(String biztalkUri)
biztalkUri - the biztalkUri value to set.public RelayServiceConnectionEntityInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.