deviceManagementExchangeConnector リソースの種類deviceManagementExchangeConnector resource type
注: Microsoft Graph API for Intune では、テナントに対してアクティブな intune ライセンスが必要です。Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Exchange 環境との接続を表すエンティティです。Entity which represents a connection to an Exchange environment.
メソッドMethods
プロパティProperties
プロパティProperty | 型Type | 説明Description |
---|---|---|
idid | StringString | まだ文書化されていませんNot yet documented |
lastSyncDateTimelastSyncDateTime | DateTimeOffsetDateTimeOffset | Exchange Connector の最終同期日時Last sync time for the Exchange Connector |
statusstatus | deviceManagementExchangeConnectorStatusdeviceManagementExchangeConnectorStatus | Exchange Connector の状態。Exchange Connector Status. 使用可能な値は、none 、connectionPending 、connected 、disconnected です。Possible values are: none , connectionPending , connected , disconnected . |
primarySmtpAddressprimarySmtpAddress | StringString | サービス間の Exchange Connector を構成するときに使用するメール アドレス。Email address used to configure the Service To Service Exchange Connector. |
serverNameserverName | StringString | Exchange サーバーの名前。The name of the Exchange server. |
コネクタ ServernameconnectorServerName | StringString | Exchange Connector をホストするサーバーの名前。The name of the server hosting the Exchange Connector. |
exchangeConnectorTypeexchangeConnectorType | deviceManagementExchangeConnectorTypedeviceManagementExchangeConnectorType | 構成されている Exchange Connector の種類。The type of Exchange Connector Configured. 可能な値は、onPremises 、hosted 、serviceToService 、dedicated です。Possible values are: onPremises , hosted , serviceToService , dedicated . |
versionversion | StringString | ExchangeConnectorAgent のバージョンThe version of the ExchangeConnectorAgent |
exchangeAliasexchangeAlias | StringString | Exchange Server に割り当てられているエイリアス。An alias assigned to the Exchange server |
exchangeOrganizationexchangeOrganization | StringString | Exchange Server に対する Exchange 組織Exchange Organization to the Exchange server |
リレーションシップRelationships
なしNone
JSON 表記JSON Representation
以下は、リソースの JSON 表記です。Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementExchangeConnector",
"id": "String (identifier)",
"lastSyncDateTime": "String (timestamp)",
"status": "String",
"primarySmtpAddress": "String",
"serverName": "String",
"connectorServerName": "String",
"exchangeConnectorType": "String",
"version": "String",
"exchangeAlias": "String",
"exchangeOrganization": "String"
}