次の方法で共有


Artifact Stores - List By Publisher

発行元の ArtifactStores の情報を取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores?api-version=2023-09-01

URI パラメーター

名前 / 必須 説明
publisherName
path True

string

maxLength: 64
pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]*$

発行元の名前。

resourceGroupName
path True

string

minLength: 1
maxLength: 90

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

subscriptionId
path True

string

minLength: 1

ターゲット サブスクリプションの ID。

api-version
query True

string

minLength: 1

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

応答

名前 説明
200 OK

ArtifactStoreListResult

要求は成功しました。 この操作は、結果の ArtifactStoreVersion リソースを返します。

Other Status Codes

ErrorResponse

操作が失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

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

スコープ

名前 説明
user_impersonation ユーザー アカウントを偽装する

Get application groups under a publisher resource

要求のサンプル

GET https://management.azure.com/subscriptions/subid/resourceGroups/rg/providers/Microsoft.HybridNetwork/publishers/TestPublisher/artifactStores?api-version=2023-09-01

応答のサンプル

{
  "value": [
    {
      "id": "/subscriptions/subid/providers/microsoft.hybridnetwork/publishers/TestPublisher/artifactStores/TestArtifactStore",
      "name": "TestArtifactStore",
      "type": "microsoft.hybridnetwork/publishers/artifactStores",
      "location": "eastus",
      "properties": {
        "storeType": "AzureContainerRegistry",
        "replicationStrategy": "SingleReplication",
        "storageResourceId": "TestResourceId",
        "managedResourceGroupConfiguration": {
          "name": "testRg",
          "location": "eastus"
        }
      }
    }
  ]
}

定義

名前 説明
ArtifactReplicationStrategy

レプリケーション戦略。

ArtifactStore

成果物ストアのプロパティ。

ArtifactStoreListResult

アーティファクト ストアの一覧。

ArtifactStorePropertiesFormat

成果物ストアのプロパティ。

ArtifactStoreType

アーティファクト ストアの種類。

createdByType

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

ErrorAdditionalInfo

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

ErrorDetail

エラーの詳細。

ErrorResponse

エラー応答

ManagedResourceGroupConfiguration
ProvisioningState

現在のプロビジョニング状態。

systemData

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

ArtifactReplicationStrategy

レプリケーション戦略。

説明
SingleReplication
Unknown

ArtifactStore

成果物ストアのプロパティ。

名前 説明
id

string

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

location

string

リソースが存在する地理的な場所

name

string

リソースの名前

properties

ArtifactStorePropertiesFormat

ArtifactStores プロパティ。

systemData

systemData

createdBy と modifiedBy 情報を含む Azure Resource Manager メタデータ。

tags

object

リソース タグ。

type

string

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

ArtifactStoreListResult

アーティファクト ストアの一覧。

名前 説明
nextLink

string

次の結果セットを取得する URL。

value

ArtifactStore[]

アーティファクト ストアの一覧。

ArtifactStorePropertiesFormat

成果物ストアのプロパティ。

名前 説明
managedResourceGroupConfiguration

ManagedResourceGroupConfiguration

provisioningState

ProvisioningState

アプリケーション グループ リソースのプロビジョニング状態。

replicationStrategy

ArtifactReplicationStrategy

レプリケーション戦略。

storageResourceId

string

作成されたストレージ リソース ID

storeType

ArtifactStoreType

アーティファクト ストアの種類。

ArtifactStoreType

アーティファクト ストアの種類。

説明
AzureContainerRegistry
AzureStorageAccount
Unknown

createdByType

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

説明
Application
Key
ManagedIdentity
User

ErrorAdditionalInfo

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

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

ErrorDetail

エラーの詳細。

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

ErrorDetail[]

エラーの詳細。

message

string

エラー メッセージ。

target

string

エラーターゲット。

ErrorResponse

エラー応答

名前 説明
error

ErrorDetail

エラー オブジェクト。

ManagedResourceGroupConfiguration

名前 説明
location

string

マネージド リソース グループの場所。

name

string

マネージド リソース グループ名。

ProvisioningState

現在のプロビジョニング状態。

説明
Accepted
Canceled
Converging
Deleted
Deleting
Failed
Succeeded
Unknown

systemData

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

名前 説明
createdAt

string (date-time)

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

createdBy

string

リソースを作成した ID。

createdByType

createdByType

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

lastModifiedAt

string (date-time)

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

lastModifiedBy

string

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

lastModifiedByType

createdByType

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