Service Tags - List

サービス タグ情報リソースの一覧を取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/serviceTags?api-version=2023-09-01

URI パラメーター

名前 / 必須 説明
location
path True

string

バージョンの参照として使用される場所 (場所に基づくフィルターとしてではなく、すべてのリージョンでプレフィックスの詳細を含むサービス タグの一覧を取得しますが、サブスクリプションが属しているクラウドに限定されます)。

subscriptionId
path True

string

Microsoft Azure サブスクリプションを一意に識別するサブスクリプションの資格情報。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

api-version
query True

string

クライアント API バージョン。

応答

名前 説明
200 OK

ServiceTagsListResult

要求が成功しました。 サービス タグ情報リソースの一覧を返します。

Other Status Codes

CloudError

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

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

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

Get list of service tags

Sample Request

GET https://management.azure.com/subscriptions/subId/providers/Microsoft.Network/locations/westcentralus/serviceTags?api-version=2023-09-01

Sample Response

{
  "name": "public",
  "id": "/subscriptions/subId/providers/Microsoft.Network/serviceTags/public",
  "type": "Microsoft.Network/serviceTags",
  "changeNumber": "63",
  "cloud": "Public",
  "values": [
    {
      "name": "ApiManagement",
      "id": "ApiManagement",
      "properties": {
        "changeNumber": "7",
        "region": "",
        "systemService": "AzureApiManagement",
        "addressPrefixes": [
          "13.64.39.16/32",
          "40.74.146.80/31",
          "40.74.147.32/28"
        ]
      }
    },
    {
      "name": "ApiManagement.AustraliaCentral",
      "id": "ApiManagement.AustraliaCentral",
      "properties": {
        "changeNumber": "2",
        "region": "australiacentral",
        "systemService": "AzureApiManagement",
        "addressPrefixes": [
          "20.36.106.68/31",
          "20.36.107.176/28"
        ]
      }
    },
    {
      "name": "AppService",
      "id": "AppService",
      "properties": {
        "changeNumber": "13",
        "region": "",
        "systemService": "AzureAppService",
        "addressPrefixes": [
          "13.64.73.110/32",
          "191.235.208.12/32",
          "191.235.215.184/32"
        ]
      }
    },
    {
      "name": "ServiceBus",
      "id": "ServiceBus",
      "properties": {
        "changeNumber": "10",
        "region": "",
        "systemService": "AzureServiceBus",
        "addressPrefixes": [
          "23.98.82.96/29",
          "40.68.127.68/32",
          "40.70.146.64/29"
        ]
      }
    },
    {
      "name": "ServiceBus.EastUS2",
      "id": "ServiceBus.EastUS2",
      "properties": {
        "changeNumber": "1",
        "region": "eastus2",
        "systemService": "AzureServiceBus",
        "addressPrefixes": [
          "13.68.110.36/32",
          "40.70.146.64/29"
        ]
      }
    }
  ],
  "nextLink": "https://management.azure.com/subscriptions/subid/providers/Microsoft.Network/locations/centraluseuap/serviceTags?api-version=2020-06-01&changenumber=changenumber&$skipToken={skipToken}"
}

定義

名前 説明
CloudError

サービスからのエラー応答。

CloudErrorBody

サービスからのエラー応答。

ServiceTagInformation

サービス タグ情報。

ServiceTagInformationPropertiesFormat

サービス タグ情報のプロパティ。

ServiceTagsListResult

ListServiceTags API サービス呼び出しの応答。

CloudError

サービスからのエラー応答。

名前 説明
error

CloudErrorBody

クラウド エラー本文。

CloudErrorBody

サービスからのエラー応答。

名前 説明
code

string

エラーの識別子。 コードは不変であり、プログラムによって使用されることを意図しています。

details

CloudErrorBody[]

エラーに関するその他の詳細の一覧。

message

string

ユーザー インターフェイスでの表示に適したエラーを説明するメッセージ。

target

string

特定のエラーのターゲット。 たとえば、エラーが発生したプロパティの名前です。

ServiceTagInformation

サービス タグ情報。

名前 説明
id

string

サービス タグの ID。

name

string

サービス タグの名前。

properties

ServiceTagInformationPropertiesFormat

サービス タグ情報のプロパティ。

serviceTagChangeNumber

string

リージョンのサービス タグ オブジェクトのイテレーション数。

ServiceTagInformationPropertiesFormat

サービス タグ情報のプロパティ。

名前 説明
addressPrefixes

string[]

IP アドレス プレフィックスの一覧。

changeNumber

string

サービス タグのイテレーション数。

region

string

サービス タグのリージョン。

state

string

サービス タグの状態。

systemService

string

システム サービスの名前。

ServiceTagsListResult

ListServiceTags API サービス呼び出しの応答。

名前 説明
changeNumber

string

繰り返し回数。

cloud

string

クラウドの名前。

id

string

クラウドの ID。

name

string

クラウドの名前。

nextLink

string

サービス タグ情報リソースの次のページを取得する URL。

type

string

Azure リソースの種類。

values

ServiceTagInformation[]

サービス タグ情報リソースの一覧。