Data Connectors - List

MADMA インスタンスの Data Connector 資格情報をListsします。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/dataConnectors?api-version=2023-06-01-preview
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{dataManagerForAgricultureResourceName}/dataConnectors?api-version=2023-06-01-preview&$maxPageSize={$maxPageSize}&$skipToken={$skipToken}

URI パラメーター

名前 / 必須 説明
dataManagerForAgricultureResourceName
path True

string

DataManagerForAgriculture リソース名。

正規表現パターン: ^[A-Za-z0-9]+(-[A-Za-z0-9]+)*$

resourceGroupName
path True

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

subscriptionId
path True

string

uuid

ターゲット サブスクリプションの ID。 値は UUID である必要があります。

api-version
query True

string

この操作に使用する API バージョン。

$maxPageSize
query

integer

int32

必要な項目の最大数 (含む)。 Minimum = 10、Maximum = 1000、既定値 = 50。

$skipToken
query

string

次の結果セットを取得するための継続トークン。

応答

名前 説明
200 OK

DataConnectorListResponse

Success

Other Status Codes

ErrorResponse

エラー

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
user_impersonation ユーザー アカウントの借用

DataConnectors_List

要求のサンプル

GET https://management.azure.com/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-dataManagerForAgricultureResourceName/dataConnectors?api-version=2023-06-01-preview

応答のサンプル

{
  "value": [
    {
      "id": "/subscriptions/ff57165d-e71f-4a0e-8e9b-3cd461dc0f38/resourceGroups/bugbash-instances-westus2/providers/Microsoft.AgFoodPlatform/farmBeats/bb-df-wus2-1/dataConnectors/SatelliteSentinelHub",
      "type": "Microsoft.AgFoodPlatform/farmBeats/dataConnectors",
      "properties": {
        "credentials": {
          "kind": "OAuthClientCredentials",
          "clientId": "string",
          "clientSecret": {
            "keyVaultUri": "string",
            "keyName": "string",
            "keyVersion": "string"
          }
        }
      },
      "systemData": {
        "createdBy": "string",
        "createdByType": "User",
        "createdAt": "2020-02-01T01:01:01.1075056Z",
        "lastModifiedBy": "string",
        "lastModifiedByType": "User",
        "lastModifiedAt": "2020-02-01T01:01:02.1075056Z"
      },
      "eTag": "7200b954-0000-0700-0000-603cbbc40000",
      "name": "SatelliteSentinelHub"
    },
    {
      "id": "/subscriptions/ff57165d-e71f-4a0e-8e9b-3cd461dc0f38/resourceGroups/bugbash-instances-westus2/providers/Microsoft.AgFoodPlatform/farmBeats/bb-df-wus2-1/dataConnectors/WeatherIBM",
      "type": "Microsoft.AgFoodPlatform/farmBeats/dataConnectors",
      "properties": {
        "credentials": {
          "kind": "ApiKeyAuthCredentials",
          "apiKey": {
            "keyVaultUri": "string",
            "keyName": "string",
            "keyVersion": "string"
          }
        }
      },
      "systemData": {
        "createdBy": "string",
        "createdByType": "User",
        "createdAt": "2020-02-01T01:01:01.1075056Z",
        "lastModifiedBy": "string",
        "lastModifiedByType": "User",
        "lastModifiedAt": "2020-02-01T01:01:02.1075056Z"
      },
      "eTag": "7200b954-0000-0700-0000-603cbbc40000",
      "name": "WeatherIBM"
    }
  ],
  "nextLink": "string"
}

定義

名前 説明
ApiKeyAuthCredentials

ApiKey ベースの Auth の ApiKeyAuthCredentials クラス。

createdByType

リソースを作成した ID の種類。

DataConnector

DataConnector モデル。

DataConnectorListResponse

ページングされた応答には、要求されたオブジェクトの一覧と、次の結果セットを取得するための URL リンクが含まれています。

DataConnectorProperties

DataConnector プロパティ。

ErrorAdditionalInfo

リソース管理エラーの追加情報。

ErrorDetail

エラーの詳細。

ErrorResponse

エラー応答

KeyVaultProperties

キー コンテナーのプロパティ。

OAuthClientCredentials

clientId clientSecret 認証の OAuthClientCredentials。

systemData

リソースの作成と最後の変更に関連するメタデータ。

ApiKeyAuthCredentials

ApiKey ベースの Auth の ApiKeyAuthCredentials クラス。

名前 説明
apiKey

KeyVaultProperties

キー コンテナーのプロパティ。

kind string:

ApiKeyAuthCredentials

サポートされているさまざまな種類の AuthCredentials の列挙型。

createdByType

リソースを作成した ID の種類。

名前 説明
Application

string

Key

string

ManagedIdentity

string

User

string

DataConnector

DataConnector モデル。

名前 説明
eTag

string

オプティミスティック コンカレンシーを実装する ETag 値。

id

string

リソースの完全修飾リソース ID。 例: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name

string

リソースの名前

properties

DataConnectorProperties

DataConnector プロパティ。

systemData

systemData

リソースの作成と最後の変更に関連するメタデータ。

type

string

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

DataConnectorListResponse

ページングされた応答には、要求されたオブジェクトの一覧と、次の結果セットを取得するための URL リンクが含まれています。

名前 説明
nextLink

string

一覧にある結果の次のページへの継続リンク (絶対 URI)

value

DataConnector[]

要求されたオブジェクトの一覧。

DataConnectorProperties

DataConnector プロパティ。

名前 説明
credentials AuthCredentials:

AuthCredentials は、Auth Purpose の抽象基本クラスです。

ErrorAdditionalInfo

リソース管理エラーの追加情報。

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

ErrorDetail

エラーの詳細。

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

ErrorDetail[]

エラーの詳細です。

message

string

エラー メッセージ。

target

string

エラーのターゲット。

ErrorResponse

エラー応答

名前 説明
error

ErrorDetail

error オブジェクト。

KeyVaultProperties

キー コンテナーのプロパティ。

名前 説明
keyName

string

Key Vault キーの名前。

keyVaultUri

string

キー コンテナーの URI。

keyVersion

string

Key Vault キーのバージョン。

OAuthClientCredentials

clientId clientSecret 認証の OAuthClientCredentials。

名前 説明
clientId

string

プロバイダーに関連付けられている ClientId。

clientSecret

KeyVaultProperties

キー コンテナーのプロパティ。

kind string:

OAuthClientCredentials

サポートされているさまざまな種類の AuthCredentials の列挙型。

systemData

リソースの作成と最後の変更に関連するメタデータ。

名前 説明
createdAt

string

リソース作成のタイムスタンプ (UTC)。

createdBy

string

リソースを作成した ID。

createdByType

createdByType

リソースを作成した ID の種類。

lastModifiedAt

string

リソースの最終変更のタイムスタンプ (UTC)

lastModifiedBy

string

リソースを最後に変更した ID。

lastModifiedByType

createdByType

リソースを最後に変更した ID の種類。