Microsoft.ApiManagement サービス/apis/operations
- 最新の を
する - 2024-06-01-preview
- 2024-05-01
- 2023-09-01-preview
- 2023-05-01-preview
- 2023-03-01-preview
- 2022-09-01-preview
- 2022-08-01
- 2022-04-01-preview
- 2021-12-01-preview
- 2021-08-01
- 2021-04-01-preview
- 2021-01-01-preview
- 2020-12-01
- 2020-06-01-preview
- 2019-12-01
- 2019-12-01-preview
- 2019-01-01
- 2018-06-01-preview
- 2018-01-01
- 2017-03-01
- 2016-10-10
- 2016-07-07
Bicep リソース定義
サービス/apis/operations リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.ApiManagement/service/apis/operations リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.ApiManagement/service/apis/operations@2024-06-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
description: 'string'
displayName: 'string'
method: 'string'
policies: 'string'
request: {
description: 'string'
headers: [
{
defaultValue: 'string'
description: 'string'
examples: {
{customized property}: {
description: 'string'
externalValue: 'string'
summary: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
name: 'string'
required: bool
schemaId: 'string'
type: 'string'
typeName: 'string'
values: [
'string'
]
}
]
queryParameters: [
{
defaultValue: 'string'
description: 'string'
examples: {
{customized property}: {
description: 'string'
externalValue: 'string'
summary: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
name: 'string'
required: bool
schemaId: 'string'
type: 'string'
typeName: 'string'
values: [
'string'
]
}
]
representations: [
{
contentType: 'string'
examples: {
{customized property}: {
description: 'string'
externalValue: 'string'
summary: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
formParameters: [
{
defaultValue: 'string'
description: 'string'
examples: {
{customized property}: {
description: 'string'
externalValue: 'string'
summary: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
name: 'string'
required: bool
schemaId: 'string'
type: 'string'
typeName: 'string'
values: [
'string'
]
}
]
schemaId: 'string'
typeName: 'string'
}
]
}
responses: [
{
description: 'string'
headers: [
{
defaultValue: 'string'
description: 'string'
examples: {
{customized property}: {
description: 'string'
externalValue: 'string'
summary: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
name: 'string'
required: bool
schemaId: 'string'
type: 'string'
typeName: 'string'
values: [
'string'
]
}
]
representations: [
{
contentType: 'string'
examples: {
{customized property}: {
description: 'string'
externalValue: 'string'
summary: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
formParameters: [
{
defaultValue: 'string'
description: 'string'
examples: {
{customized property}: {
description: 'string'
externalValue: 'string'
summary: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
name: 'string'
required: bool
schemaId: 'string'
type: 'string'
typeName: 'string'
values: [
'string'
]
}
]
schemaId: 'string'
typeName: 'string'
}
]
statusCode: int
}
]
templateParameters: [
{
defaultValue: 'string'
description: 'string'
examples: {
{customized property}: {
description: 'string'
externalValue: 'string'
summary: 'string'
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
name: 'string'
required: bool
schemaId: 'string'
type: 'string'
typeName: 'string'
values: [
'string'
]
}
]
urlTemplate: 'string'
}
}
プロパティ値
Microsoft.ApiManagement/service/apis/operations
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: 最小長 = 1 最大長 = 1 (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: service/apis |
プロパティ | 操作コントラクトのプロパティ。 | OperationContractProperties |
OperationContractProperties
名前 | 形容 | 価値 |
---|---|---|
形容 | 操作の説明。 HTML 書式設定タグを含めることができます。 | 糸 制約: 最大長 = |
displayName | 操作名。 | 糸 制約: 最小長 = 1 最大長 = 1 (必須) |
方式 | 有効な HTTP 操作メソッド。 GET、PUT、POST などの一般的な Http メソッドですが、これらに限定されません。 | string (必須) |
檄 | 操作ポリシー | 糸 |
依頼 | 要求の詳細を含むエンティティ。 | RequestContract |
応答 | 操作応答の配列。 | ResponseContract[] |
templateParameters | URL テンプレート パラメーターのコレクション。 | ParameterContract[] |
urlTemplate | この操作のターゲット リソースを識別する相対 URL テンプレート。 パラメーターを含めることができます。 例: /customers/{cid}/orders/{oid}/?date={date} | 糸 制約: 最小長 = 1 最大長 = 1 (必須) |
ParameterContract
名前 | 形容 | 価値 |
---|---|---|
defaultValue | 既定のパラメーター値。 | 糸 |
形容 | パラメーターの説明。 | 糸 |
例 | パラメーターに対して定義された例。 | ParameterExamplesContract の |
名前 | パラメーター名。 | string (必須) |
必須 | パラメーターが必要かどうかを指定します。 | bool |
schemaId | スキーマ識別子。 | 糸 |
種類 | パラメーターの型。 | string (必須) |
typeName | スキーマによって定義される型名。 | 糸 |
価値観 | パラメーター値。 | string[] |
ParameterExampleContract
名前 | 形容 | 価値 |
---|---|---|
形容 | この例の長い説明 | 糸 |
externalValue | リテラルの例を指す URL | 糸 |
概要 | 例の簡単な説明 | 糸 |
価値 | 値の例。 プリミティブ値またはオブジェクトを指定できます。 | 任意 |
ParameterExamplesContract
名前 | 形容 | 価値 |
---|
ParameterExamplesContract
名前 | 形容 | 価値 |
---|
RepresentationContract
名前 | 形容 | 価値 |
---|---|---|
contentType | この表現の登録済みコンテンツ タイプまたはカスタム コンテンツ タイプ (application/xml など) を指定します。 | string (必須) |
例 | 表現に対して定義された例。 | ParameterExamplesContract の |
formParameters | フォーム パラメーターのコレクション。 'contentType' 値が 'application/x-www-form-urlencoded' または 'multipart/form-data' の場合は必須です。 | ParameterContract[] |
schemaId | スキーマ識別子。 'contentType' 値が 'application/x-www-form-urlencoded' でも 'multipart/form-data' でもない場合にのみ適用されます。 | 糸 |
typeName | スキーマによって定義される型名。 'contentType' 値が 'application/x-www-form-urlencoded' でも 'multipart/form-data' でもない場合にのみ適用されます。 | 糸 |
RequestContract
名前 | 形容 | 価値 |
---|---|---|
形容 | 操作要求の説明。 | 糸 |
ヘッダー | 操作要求ヘッダーのコレクション。 | ParameterContract[] |
queryParameters | 操作要求クエリ パラメーターのコレクション。 | ParameterContract[] |
表現 | 操作要求表現のコレクション。 | RepresentationContract[] |
ResponseContract
名前 | 形容 | 価値 |
---|---|---|
形容 | 操作応答の説明。 | 糸 |
ヘッダー | 操作応答ヘッダーのコレクション。 | ParameterContract[] |
表現 | 操作応答表現のコレクション。 | RepresentationContract[] |
statusCode | 操作応答 HTTP 状態コード。 | int (必須) |
ARM テンプレート リソース定義
サービス/apis/operations リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.ApiManagement/service/apis/operations リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.ApiManagement/service/apis/operations",
"apiVersion": "2024-06-01-preview",
"name": "string",
"properties": {
"description": "string",
"displayName": "string",
"method": "string",
"policies": "string",
"request": {
"description": "string",
"headers": [
{
"defaultValue": "string",
"description": "string",
"examples": {
"{customized property}": {
"description": "string",
"externalValue": "string",
"summary": "string",
"value": {}
}
},
"name": "string",
"required": "bool",
"schemaId": "string",
"type": "string",
"typeName": "string",
"values": [ "string" ]
}
],
"queryParameters": [
{
"defaultValue": "string",
"description": "string",
"examples": {
"{customized property}": {
"description": "string",
"externalValue": "string",
"summary": "string",
"value": {}
}
},
"name": "string",
"required": "bool",
"schemaId": "string",
"type": "string",
"typeName": "string",
"values": [ "string" ]
}
],
"representations": [
{
"contentType": "string",
"examples": {
"{customized property}": {
"description": "string",
"externalValue": "string",
"summary": "string",
"value": {}
}
},
"formParameters": [
{
"defaultValue": "string",
"description": "string",
"examples": {
"{customized property}": {
"description": "string",
"externalValue": "string",
"summary": "string",
"value": {}
}
},
"name": "string",
"required": "bool",
"schemaId": "string",
"type": "string",
"typeName": "string",
"values": [ "string" ]
}
],
"schemaId": "string",
"typeName": "string"
}
]
},
"responses": [
{
"description": "string",
"headers": [
{
"defaultValue": "string",
"description": "string",
"examples": {
"{customized property}": {
"description": "string",
"externalValue": "string",
"summary": "string",
"value": {}
}
},
"name": "string",
"required": "bool",
"schemaId": "string",
"type": "string",
"typeName": "string",
"values": [ "string" ]
}
],
"representations": [
{
"contentType": "string",
"examples": {
"{customized property}": {
"description": "string",
"externalValue": "string",
"summary": "string",
"value": {}
}
},
"formParameters": [
{
"defaultValue": "string",
"description": "string",
"examples": {
"{customized property}": {
"description": "string",
"externalValue": "string",
"summary": "string",
"value": {}
}
},
"name": "string",
"required": "bool",
"schemaId": "string",
"type": "string",
"typeName": "string",
"values": [ "string" ]
}
],
"schemaId": "string",
"typeName": "string"
}
],
"statusCode": "int"
}
],
"templateParameters": [
{
"defaultValue": "string",
"description": "string",
"examples": {
"{customized property}": {
"description": "string",
"externalValue": "string",
"summary": "string",
"value": {}
}
},
"name": "string",
"required": "bool",
"schemaId": "string",
"type": "string",
"typeName": "string",
"values": [ "string" ]
}
],
"urlTemplate": "string"
}
}
プロパティ値
Microsoft.ApiManagement/service/apis/operations
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2024-06-01-preview' |
名前 | リソース名 | 糸 制約: 最小長 = 1 最大長 = 1 (必須) |
プロパティ | 操作コントラクトのプロパティ。 | OperationContractProperties |
種類 | リソースの種類 | 'Microsoft.ApiManagement/service/apis/operations' |
OperationContractProperties
名前 | 形容 | 価値 |
---|---|---|
形容 | 操作の説明。 HTML 書式設定タグを含めることができます。 | 糸 制約: 最大長 = |
displayName | 操作名。 | 糸 制約: 最小長 = 1 最大長 = 1 (必須) |
方式 | 有効な HTTP 操作メソッド。 GET、PUT、POST などの一般的な Http メソッドですが、これらに限定されません。 | string (必須) |
檄 | 操作ポリシー | 糸 |
依頼 | 要求の詳細を含むエンティティ。 | RequestContract |
応答 | 操作応答の配列。 | ResponseContract[] |
templateParameters | URL テンプレート パラメーターのコレクション。 | ParameterContract[] |
urlTemplate | この操作のターゲット リソースを識別する相対 URL テンプレート。 パラメーターを含めることができます。 例: /customers/{cid}/orders/{oid}/?date={date} | 糸 制約: 最小長 = 1 最大長 = 1 (必須) |
ParameterContract
名前 | 形容 | 価値 |
---|---|---|
defaultValue | 既定のパラメーター値。 | 糸 |
形容 | パラメーターの説明。 | 糸 |
例 | パラメーターに対して定義された例。 | ParameterExamplesContract の |
名前 | パラメーター名。 | string (必須) |
必須 | パラメーターが必要かどうかを指定します。 | bool |
schemaId | スキーマ識別子。 | 糸 |
種類 | パラメーターの型。 | string (必須) |
typeName | スキーマによって定義される型名。 | 糸 |
価値観 | パラメーター値。 | string[] |
ParameterExampleContract
名前 | 形容 | 価値 |
---|---|---|
形容 | この例の長い説明 | 糸 |
externalValue | リテラルの例を指す URL | 糸 |
概要 | 例の簡単な説明 | 糸 |
価値 | 値の例。 プリミティブ値またはオブジェクトを指定できます。 | 任意 |
ParameterExamplesContract
名前 | 形容 | 価値 |
---|
ParameterExamplesContract
名前 | 形容 | 価値 |
---|
RepresentationContract
名前 | 形容 | 価値 |
---|---|---|
contentType | この表現の登録済みコンテンツ タイプまたはカスタム コンテンツ タイプ (application/xml など) を指定します。 | string (必須) |
例 | 表現に対して定義された例。 | ParameterExamplesContract の |
formParameters | フォーム パラメーターのコレクション。 'contentType' 値が 'application/x-www-form-urlencoded' または 'multipart/form-data' の場合は必須です。 | ParameterContract[] |
schemaId | スキーマ識別子。 'contentType' 値が 'application/x-www-form-urlencoded' でも 'multipart/form-data' でもない場合にのみ適用されます。 | 糸 |
typeName | スキーマによって定義される型名。 'contentType' 値が 'application/x-www-form-urlencoded' でも 'multipart/form-data' でもない場合にのみ適用されます。 | 糸 |
RequestContract
名前 | 形容 | 価値 |
---|---|---|
形容 | 操作要求の説明。 | 糸 |
ヘッダー | 操作要求ヘッダーのコレクション。 | ParameterContract[] |
queryParameters | 操作要求クエリ パラメーターのコレクション。 | ParameterContract[] |
表現 | 操作要求表現のコレクション。 | RepresentationContract[] |
ResponseContract
名前 | 形容 | 価値 |
---|---|---|
形容 | 操作応答の説明。 | 糸 |
ヘッダー | 操作応答ヘッダーのコレクション。 | ParameterContract[] |
表現 | 操作応答表現のコレクション。 | RepresentationContract[] |
statusCode | 操作応答 HTTP 状態コード。 | int (必須) |
Terraform (AzAPI プロバイダー) リソース定義
サービス/apis/operations リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.ApiManagement/service/apis/operations リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.ApiManagement/service/apis/operations@2024-06-01-preview"
name = "string"
body = jsonencode({
properties = {
description = "string"
displayName = "string"
method = "string"
policies = "string"
request = {
description = "string"
headers = [
{
defaultValue = "string"
description = "string"
examples = {
{customized property} = {
description = "string"
externalValue = "string"
summary = "string"
value = ?
}
}
name = "string"
required = bool
schemaId = "string"
type = "string"
typeName = "string"
values = [
"string"
]
}
]
queryParameters = [
{
defaultValue = "string"
description = "string"
examples = {
{customized property} = {
description = "string"
externalValue = "string"
summary = "string"
value = ?
}
}
name = "string"
required = bool
schemaId = "string"
type = "string"
typeName = "string"
values = [
"string"
]
}
]
representations = [
{
contentType = "string"
examples = {
{customized property} = {
description = "string"
externalValue = "string"
summary = "string"
value = ?
}
}
formParameters = [
{
defaultValue = "string"
description = "string"
examples = {
{customized property} = {
description = "string"
externalValue = "string"
summary = "string"
value = ?
}
}
name = "string"
required = bool
schemaId = "string"
type = "string"
typeName = "string"
values = [
"string"
]
}
]
schemaId = "string"
typeName = "string"
}
]
}
responses = [
{
description = "string"
headers = [
{
defaultValue = "string"
description = "string"
examples = {
{customized property} = {
description = "string"
externalValue = "string"
summary = "string"
value = ?
}
}
name = "string"
required = bool
schemaId = "string"
type = "string"
typeName = "string"
values = [
"string"
]
}
]
representations = [
{
contentType = "string"
examples = {
{customized property} = {
description = "string"
externalValue = "string"
summary = "string"
value = ?
}
}
formParameters = [
{
defaultValue = "string"
description = "string"
examples = {
{customized property} = {
description = "string"
externalValue = "string"
summary = "string"
value = ?
}
}
name = "string"
required = bool
schemaId = "string"
type = "string"
typeName = "string"
values = [
"string"
]
}
]
schemaId = "string"
typeName = "string"
}
]
statusCode = int
}
]
templateParameters = [
{
defaultValue = "string"
description = "string"
examples = {
{customized property} = {
description = "string"
externalValue = "string"
summary = "string"
value = ?
}
}
name = "string"
required = bool
schemaId = "string"
type = "string"
typeName = "string"
values = [
"string"
]
}
]
urlTemplate = "string"
}
})
}
プロパティ値
Microsoft.ApiManagement/service/apis/operations
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: 最小長 = 1 最大長 = 1 (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: service/apis |
プロパティ | 操作コントラクトのプロパティ。 | OperationContractProperties |
種類 | リソースの種類 | "Microsoft.ApiManagement/service/apis/operations@2024-06-01-preview" |
OperationContractProperties
名前 | 形容 | 価値 |
---|---|---|
形容 | 操作の説明。 HTML 書式設定タグを含めることができます。 | 糸 制約: 最大長 = |
displayName | 操作名。 | 糸 制約: 最小長 = 1 最大長 = 1 (必須) |
方式 | 有効な HTTP 操作メソッド。 GET、PUT、POST などの一般的な Http メソッドですが、これらに限定されません。 | string (必須) |
檄 | 操作ポリシー | 糸 |
依頼 | 要求の詳細を含むエンティティ。 | RequestContract |
応答 | 操作応答の配列。 | ResponseContract[] |
templateParameters | URL テンプレート パラメーターのコレクション。 | ParameterContract[] |
urlTemplate | この操作のターゲット リソースを識別する相対 URL テンプレート。 パラメーターを含めることができます。 例: /customers/{cid}/orders/{oid}/?date={date} | 糸 制約: 最小長 = 1 最大長 = 1 (必須) |
ParameterContract
名前 | 形容 | 価値 |
---|---|---|
defaultValue | 既定のパラメーター値。 | 糸 |
形容 | パラメーターの説明。 | 糸 |
例 | パラメーターに対して定義された例。 | ParameterExamplesContract の |
名前 | パラメーター名。 | string (必須) |
必須 | パラメーターが必要かどうかを指定します。 | bool |
schemaId | スキーマ識別子。 | 糸 |
種類 | パラメーターの型。 | string (必須) |
typeName | スキーマによって定義される型名。 | 糸 |
価値観 | パラメーター値。 | string[] |
ParameterExampleContract
名前 | 形容 | 価値 |
---|---|---|
形容 | この例の長い説明 | 糸 |
externalValue | リテラルの例を指す URL | 糸 |
概要 | 例の簡単な説明 | 糸 |
価値 | 値の例。 プリミティブ値またはオブジェクトを指定できます。 | 任意 |
ParameterExamplesContract
名前 | 形容 | 価値 |
---|
ParameterExamplesContract
名前 | 形容 | 価値 |
---|
RepresentationContract
名前 | 形容 | 価値 |
---|---|---|
contentType | この表現の登録済みコンテンツ タイプまたはカスタム コンテンツ タイプ (application/xml など) を指定します。 | string (必須) |
例 | 表現に対して定義された例。 | ParameterExamplesContract の |
formParameters | フォーム パラメーターのコレクション。 'contentType' 値が 'application/x-www-form-urlencoded' または 'multipart/form-data' の場合は必須です。 | ParameterContract[] |
schemaId | スキーマ識別子。 'contentType' 値が 'application/x-www-form-urlencoded' でも 'multipart/form-data' でもない場合にのみ適用されます。 | 糸 |
typeName | スキーマによって定義される型名。 'contentType' 値が 'application/x-www-form-urlencoded' でも 'multipart/form-data' でもない場合にのみ適用されます。 | 糸 |
RequestContract
名前 | 形容 | 価値 |
---|---|---|
形容 | 操作要求の説明。 | 糸 |
ヘッダー | 操作要求ヘッダーのコレクション。 | ParameterContract[] |
queryParameters | 操作要求クエリ パラメーターのコレクション。 | ParameterContract[] |
表現 | 操作要求表現のコレクション。 | RepresentationContract[] |
ResponseContract
名前 | 形容 | 価値 |
---|---|---|
形容 | 操作応答の説明。 | 糸 |
ヘッダー | 操作応答ヘッダーのコレクション。 | ParameterContract[] |
表現 | 操作応答表現のコレクション。 | RepresentationContract[] |
statusCode | 操作応答 HTTP 状態コード。 | int (必須) |