共用方式為


Microsoft.Network customIpPrefixes 2021-08-01

Bicep 資源定義

customIpPrefixes 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Network/customIpPrefixes 資源,請將下列 Bicep 新增至您的範本。

resource symbolicname 'Microsoft.Network/customIpPrefixes@2021-08-01' = {
  extendedLocation: {
    name: 'string'
    type: 'string'
  }
  location: 'string'
  name: 'string'
  properties: {
    authorizationMessage: 'string'
    cidr: 'string'
    commissionedState: 'string'
    customIpPrefixParent: {
      id: 'string'
    }
    signedMessage: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
  zones: [
    'string'
  ]
}

屬性值

CustomIpPrefixPropertiesFormat

名字 描述 價值
authorizationMessage WAN 驗證的授權訊息。 字串
cidr CIDR 表示法中的前置詞範圍。 應該包含起始位址和前置詞長度。 字串
commissionedState 自定義IP前置詞的委託狀態。 「委託」
「調試」
'解除委任'
'取消布建'
'Provisioned'
'Provisioning'
customIpPrefixParent IPv6 /64 CustomIpPrefix 的父 CustomIpPrefix。 SubResource
signedMessage 用於 WAN 驗證的已簽署訊息。 字串

ExtendedLocation

名字 描述 價值
名字 擴充位置的名稱。 字串
類型 擴充位置的類型。 'EdgeZone'

Microsoft.Network/customIpPrefixes

名字 描述 價值
extendedLocation 自定義IP前置詞的擴充位置。 ExtendedLocation
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 自定義IP前置詞屬性。 CustomIpPrefixPropertiesFormat
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
可用性區域清單,表示為資源配置的IP必須來自。 string[]

ResourceTags

名字 描述 價值

SubResource

名字 描述 價值
id 資源標識碼。 字串

ARM 樣本資源定義

customIpPrefixes 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Network/customIpPrefixes 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.Network/customIpPrefixes",
  "apiVersion": "2021-08-01",
  "name": "string",
  "extendedLocation": {
    "name": "string",
    "type": "string"
  },
  "location": "string",
  "properties": {
    "authorizationMessage": "string",
    "cidr": "string",
    "commissionedState": "string",
    "customIpPrefixParent": {
      "id": "string"
    },
    "signedMessage": "string"
  },
  "tags": {
    "{customized property}": "string"
  },
  "zones": [ "string" ]
}

屬性值

CustomIpPrefixPropertiesFormat

名字 描述 價值
authorizationMessage WAN 驗證的授權訊息。 字串
cidr CIDR 表示法中的前置詞範圍。 應該包含起始位址和前置詞長度。 字串
commissionedState 自定義IP前置詞的委託狀態。 「委託」
「調試」
'解除委任'
'取消布建'
'Provisioned'
'Provisioning'
customIpPrefixParent IPv6 /64 CustomIpPrefix 的父 CustomIpPrefix。 SubResource
signedMessage 用於 WAN 驗證的已簽署訊息。 字串

ExtendedLocation

名字 描述 價值
名字 擴充位置的名稱。 字串
類型 擴充位置的類型。 'EdgeZone'

Microsoft.Network/customIpPrefixes

名字 描述 價值
apiVersion API 版本 '2021-08-01'
extendedLocation 自定義IP前置詞的擴充位置。 ExtendedLocation
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 自定義IP前置詞屬性。 CustomIpPrefixPropertiesFormat
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.Network/customIpPrefixes'
可用性區域清單,表示為資源配置的IP必須來自。 string[]

ResourceTags

名字 描述 價值

SubResource

名字 描述 價值
id 資源標識碼。 字串

Terraform (AzAPI 提供者) 資源定義

customIpPrefixes 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Network/customIpPrefixes 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/customIpPrefixes@2021-08-01"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  zones = [
    "string"
  ]
  body = jsonencode({
    extendedLocation = {
      name = "string"
      type = "string"
    }
    properties = {
      authorizationMessage = "string"
      cidr = "string"
      commissionedState = "string"
      customIpPrefixParent = {
        id = "string"
      }
      signedMessage = "string"
    }
  })
}

屬性值

CustomIpPrefixPropertiesFormat

名字 描述 價值
authorizationMessage WAN 驗證的授權訊息。 字串
cidr CIDR 表示法中的前置詞範圍。 應該包含起始位址和前置詞長度。 字串
commissionedState 自定義IP前置詞的委託狀態。 「委託」
「調試」
'解除委任'
'取消布建'
'Provisioned'
'Provisioning'
customIpPrefixParent IPv6 /64 CustomIpPrefix 的父 CustomIpPrefix。 SubResource
signedMessage 用於 WAN 驗證的已簽署訊息。 字串

ExtendedLocation

名字 描述 價值
名字 擴充位置的名稱。 字串
類型 擴充位置的類型。 'EdgeZone'

Microsoft.Network/customIpPrefixes

名字 描述 價值
extendedLocation 自定義IP前置詞的擴充位置。 ExtendedLocation
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 自定義IP前置詞屬性。 CustomIpPrefixPropertiesFormat
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.Network/customIpPrefixes@2021-08-01”
可用性區域清單,表示為資源配置的IP必須來自。 string[]

ResourceTags

名字 描述 價值

SubResource

名字 描述 價值
id 資源標識碼。 字串