Solutions - Get

ソリューション ID でインストールされているソリューションの詳細を取得します。

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

URI パラメーター

名前 / 必須 説明
dataManagerForAgricultureResourceName
path True

string

DataManagerForAgriculture リソース名。

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

resourceGroupName
path True

string

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

solutionId
path True

string

Data Manager for Agriculture リソースの SolutionId。

正規表現パターン: ^[a-zA-Z]{3,50}[.][a-zA-Z]{3,100}$

subscriptionId
path True

string

uuid

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

api-version
query True

string

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

応答

名前 説明
200 OK

Solution

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 ユーザー アカウントの借用

Solutions_Get

要求のサンプル

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

応答のサンプル

{
  "id": "/subscriptions/ff57165d-e71f-4a0e-8e9b-3cd461dc0f38/resourceGroups/bugbash-instances-westus2/providers/Microsoft.AgFoodPlatform/farmBeats/bb-df-wus2-1/solutions/string",
  "type": "Microsoft.AgFoodPlatform/farmBeats/solutions",
  "systemData": {
    "createdBy": "billtest486451@live.com",
    "createdByType": "User",
    "createdAt": "2022-09-29T10:26:29Z",
    "lastModifiedBy": "billtest486451@live.com",
    "lastModifiedByType": "User",
    "lastModifiedAt": "2022-09-29T10:26:38Z"
  },
  "properties": {
    "solutionId": "abc.intbugbashfour",
    "partnerId": "abc",
    "saasSubscriptionId": "123",
    "saasSubscriptionName": "name",
    "marketplacePublisherId": "publisherId",
    "planId": "planId",
    "offerId": "offerId",
    "termId": "termId",
    "roleAssignmentId": "11111111-2222-3333-4444-555555555555"
  },
  "eTag": "19002383-0000-0700-0000-633572de0000",
  "name": "string"
}

定義

名前 説明
createdByType

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

ErrorAdditionalInfo

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

ErrorDetail

エラーの詳細。

ErrorResponse

エラー応答

Solution

ソリューション リソース。

SolutionProperties

ソリューション リソースのプロパティ。

systemData

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

createdByType

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

名前 説明
Application

string

Key

string

ManagedIdentity

string

User

string

ErrorAdditionalInfo

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

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

ErrorDetail

エラーの詳細。

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

ErrorDetail[]

エラーの詳細です。

message

string

エラー メッセージ。

target

string

エラーのターゲット。

ErrorResponse

エラー応答

名前 説明
error

ErrorDetail

error オブジェクト。

Solution

ソリューション リソース。

名前 説明
eTag

string

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

id

string

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

name

string

リソースの名前

properties

SolutionProperties

ソリューション リソースのプロパティ。

systemData

systemData

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

type

string

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

SolutionProperties

ソリューション リソースのプロパティ。

名前 説明
marketplacePublisherId

string

SaaS アプリケーション Marketplace パブリッシャー ID。

offerId

string

SaaS アプリケーションオファー ID。

partnerId

string

ソリューションのパートナー ID。

planId

string

SaaS アプリケーションプラン ID。

roleAssignmentId

string

ロールの割り当て ID。

saasSubscriptionId

string

インストールされている SaaS アプリケーションの SaaS subscriptionId。

saasSubscriptionName

string

インストールされている SaaS アプリケーションの SaaS サブスクリプション名。

termId

string

SaaS アプリケーションの用語 ID。

systemData

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

名前 説明
createdAt

string

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

createdBy

string

リソースを作成した ID。

createdByType

createdByType

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

lastModifiedAt

string

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

lastModifiedBy

string

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

lastModifiedByType

createdByType

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