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에 대한 주소 접두사 형식입니다. | '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에 대한 주소 접두사 형식입니다. | '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"
body = jsonencode({
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에 대한 주소 접두사 형식입니다. | 'IPv4' 'IPv6' |
형 | IpAllocation의 형식입니다. | 'Hypernet' 'Undefined' |
IpAllocationPropertiesFormatAllocationTags
이름 | 묘사 | 값 |
---|
Microsoft.Network/IpAllocations
이름 | 묘사 | 값 |
---|---|---|
위치 | 리소스 위치입니다. | 문자열 |
이름 | 리소스 이름 | string(필수) |
속성 | IpAllocation의 속성입니다. | ipAllocationPropertiesFormat |
태그 | 리소스 태그 | 태그 이름 및 값의 사전입니다. |
형 | 리소스 종류 | "Microsoft.Network/IpAllocations@2021-02-01" |
ResourceTags
이름 | 묘사 | 값 |
---|