Microsoft.Network IpAllocations 2021-02-01
Bicep リソース定義
IpAllocations リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Network/IpAllocations リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Network/IpAllocations@2021-02-01' = {
location: 'string'
name: 'string'
properties: {
allocationTags: {
{customized property}: 'string'
}
ipamAllocationId: 'string'
prefix: 'string'
prefixLength: int
prefixType: 'string'
type: 'string'
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
IpAllocationPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
allocationTags | IpAllocation タグ。 | IpAllocationPropertiesFormatAllocationTags |
ipamAllocationId | IPAM 割り当て ID。 | 糸 |
接頭辞 | IpAllocation のアドレス プレフィックス。 | 糸 |
prefixLength | IpAllocation のアドレス プレフィックスの長さ。 | int |
prefixType | IpAllocation のアドレス プレフィックス Type。 | 'IPv4' 'IPv6' |
種類 | IpAllocation の型。 | 'Hypernet' 'Undefined' |
IpAllocationPropertiesFormatAllocationTags
名前 | 形容 | 価値 |
---|
Microsoft.Network/IpAllocations
名前 | 形容 | 価値 |
---|---|---|
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | IpAllocation のプロパティ。 | IpAllocationPropertiesFormat の |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
ResourceTags
名前 | 形容 | 価値 |
---|
ARM テンプレート リソース定義
IpAllocations リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Network/IpAllocations リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Network/IpAllocations",
"apiVersion": "2021-02-01",
"name": "string",
"location": "string",
"properties": {
"allocationTags": {
"{customized property}": "string"
},
"ipamAllocationId": "string",
"prefix": "string",
"prefixLength": "int",
"prefixType": "string",
"type": "string"
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
IpAllocationPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
allocationTags | IpAllocation タグ。 | IpAllocationPropertiesFormatAllocationTags |
ipamAllocationId | IPAM 割り当て ID。 | 糸 |
接頭辞 | IpAllocation のアドレス プレフィックス。 | 糸 |
prefixLength | IpAllocation のアドレス プレフィックスの長さ。 | int |
prefixType | IpAllocation のアドレス プレフィックス Type。 | 'IPv4' 'IPv6' |
種類 | IpAllocation の型。 | 'Hypernet' 'Undefined' |
IpAllocationPropertiesFormatAllocationTags
名前 | 形容 | 価値 |
---|
Microsoft.Network/IpAllocations
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2021-02-01' |
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | IpAllocation のプロパティ。 | IpAllocationPropertiesFormat の |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
種類 | リソースの種類 | 'Microsoft.Network/IpAllocations' |
ResourceTags
名前 | 形容 | 価値 |
---|
Terraform (AzAPI プロバイダー) リソース定義
IpAllocations リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Network/IpAllocations リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/IpAllocations@2021-02-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
allocationTags = {
{customized property} = "string"
}
ipamAllocationId = "string"
prefix = "string"
prefixLength = int
prefixType = "string"
type = "string"
}
})
}
プロパティ値
IpAllocationPropertiesFormat
名前 | 形容 | 価値 |
---|---|---|
allocationTags | IpAllocation タグ。 | IpAllocationPropertiesFormatAllocationTags |
ipamAllocationId | IPAM 割り当て ID。 | 糸 |
接頭辞 | IpAllocation のアドレス プレフィックス。 | 糸 |
prefixLength | IpAllocation のアドレス プレフィックスの長さ。 | int |
prefixType | IpAllocation のアドレス プレフィックス Type。 | 'IPv4' 'IPv6' |
種類 | IpAllocation の型。 | 'Hypernet' 'Undefined' |
IpAllocationPropertiesFormatAllocationTags
名前 | 形容 | 価値 |
---|
Microsoft.Network/IpAllocations
名前 | 形容 | 価値 |
---|---|---|
場所 | リソースの場所。 | 糸 |
名前 | リソース名 | string (必須) |
プロパティ | IpAllocation のプロパティ。 | IpAllocationPropertiesFormat の |
タグ | リソース タグ | タグ名と値のディクショナリ。 |
種類 | リソースの種類 | "Microsoft.Network/IpAllocations@2021-02-01" |
ResourceTags
名前 | 形容 | 価値 |
---|