次の方法で共有


ConnectorResourceInner Class

public final class ConnectorResourceInner
extends ProxyResource

Details of connector record.

Constructor Summary

Constructor Description
ConnectorResourceInner()

Creates an instance of ConnectorResourceInner class.

Method Summary

Modifier and Type Method and Description
ConnectorInfoBase connectorBasicInfo()

Get the connectorBasicInfo property: Connector Info Base.

ConnectorServiceTypeInfoBase connectorServiceTypeInfo()

Get the connectorServiceTypeInfo property: Connector Service type info base properties.

static ConnectorResourceInner fromJson(JsonReader jsonReader)

Reads an instance of ConnectorResourceInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

PartnerInfoBase partnerConnectorInfo()

Get the partnerConnectorInfo property: The connection information consumed by applications.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

ConnectorResourceInner withConnectorBasicInfo(ConnectorInfoBase connectorBasicInfo)

Set the connectorBasicInfo property: Connector Info Base.

ConnectorResourceInner withConnectorServiceTypeInfo(ConnectorServiceTypeInfoBase connectorServiceTypeInfo)

Set the connectorServiceTypeInfo property: Connector Service type info base properties.

ConnectorResourceInner withPartnerConnectorInfo(PartnerInfoBase partnerConnectorInfo)

Set the partnerConnectorInfo property: The connection information consumed by applications.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ConnectorResourceInner

public ConnectorResourceInner()

Creates an instance of ConnectorResourceInner class.

Method Details

connectorBasicInfo

public ConnectorInfoBase connectorBasicInfo()

Get the connectorBasicInfo property: Connector Info Base.

Returns:

the connectorBasicInfo value.

connectorServiceTypeInfo

public ConnectorServiceTypeInfoBase connectorServiceTypeInfo()

Get the connectorServiceTypeInfo property: Connector Service type info base properties.

Returns:

the connectorServiceTypeInfo value.

fromJson

public static ConnectorResourceInner fromJson(JsonReader jsonReader)

Reads an instance of ConnectorResourceInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ConnectorResourceInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

ConnectorResourceInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

ConnectorResourceInner.name()

Returns:

the name value.

partnerConnectorInfo

public PartnerInfoBase partnerConnectorInfo()

Get the partnerConnectorInfo property: The connection information consumed by applications.

Returns:

the partnerConnectorInfo value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ConnectorResourceInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

ConnectorResourceInner.type()

Returns:

the type value.

withConnectorBasicInfo

public ConnectorResourceInner withConnectorBasicInfo(ConnectorInfoBase connectorBasicInfo)

Set the connectorBasicInfo property: Connector Info Base.

Parameters:

connectorBasicInfo - the connectorBasicInfo value to set.

Returns:

the ConnectorResourceInner object itself.

withConnectorServiceTypeInfo

public ConnectorResourceInner withConnectorServiceTypeInfo(ConnectorServiceTypeInfoBase connectorServiceTypeInfo)

Set the connectorServiceTypeInfo property: Connector Service type info base properties.

Parameters:

connectorServiceTypeInfo - the connectorServiceTypeInfo value to set.

Returns:

the ConnectorResourceInner object itself.

withPartnerConnectorInfo

public ConnectorResourceInner withPartnerConnectorInfo(PartnerInfoBase partnerConnectorInfo)

Set the partnerConnectorInfo property: The connection information consumed by applications.

Parameters:

partnerConnectorInfo - the partnerConnectorInfo value to set.

Returns:

the ConnectorResourceInner object itself.

Applies to