共用方式為


Microsoft.Network privateLinkServices/privateEndpointConnections 2019-06-01

Bicep 資源定義

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

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

資源格式

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

resource symbolicname 'Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-06-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    privateEndpoint: {
      etag: 'string'
      id: 'string'
      location: 'string'
      properties: {
        manualPrivateLinkServiceConnections: [
          {
            id: 'string'
            name: 'string'
            properties: {
              groupIds: [
                'string'
              ]
              privateLinkServiceConnectionState: {
                actionsRequired: 'string'
                description: 'string'
                status: 'string'
              }
              privateLinkServiceId: 'string'
              requestMessage: 'string'
            }
          }
        ]
        privateLinkServiceConnections: [
          {
            id: 'string'
            name: 'string'
            properties: {
              groupIds: [
                'string'
              ]
              privateLinkServiceConnectionState: {
                actionsRequired: 'string'
                description: 'string'
                status: 'string'
              }
              privateLinkServiceId: 'string'
              requestMessage: 'string'
            }
          }
        ]
        subnet: {
          etag: 'string'
          id: 'string'
          name: 'string'
          properties: {
            addressPrefix: 'string'
            addressPrefixes: [
              'string'
            ]
            delegations: [
              {
                etag: 'string'
                id: 'string'
                name: 'string'
                properties: {
                  actions: [
                    'string'
                  ]
                  serviceName: 'string'
                }
              }
            ]
            natGateway: {
              id: 'string'
            }
            networkSecurityGroup: {
              etag: 'string'
              id: 'string'
              location: 'string'
              properties: {
                defaultSecurityRules: [
                  {
                    etag: 'string'
                    id: 'string'
                    name: 'string'
                    properties: {
                      access: 'string'
                      description: 'string'
                      destinationAddressPrefix: 'string'
                      destinationAddressPrefixes: [
                        'string'
                      ]
                      destinationApplicationSecurityGroups: [
                        {
                          id: 'string'
                          location: 'string'
                          properties: {}
                          tags: {
                            {customized property}: 'string'
                          }
                        }
                      ]
                      destinationPortRange: 'string'
                      destinationPortRanges: [
                        'string'
                      ]
                      direction: 'string'
                      priority: int
                      protocol: 'string'
                      provisioningState: 'string'
                      sourceAddressPrefix: 'string'
                      sourceAddressPrefixes: [
                        'string'
                      ]
                      sourceApplicationSecurityGroups: [
                        {
                          id: 'string'
                          location: 'string'
                          properties: {}
                          tags: {
                            {customized property}: 'string'
                          }
                        }
                      ]
                      sourcePortRange: 'string'
                      sourcePortRanges: [
                        'string'
                      ]
                    }
                  }
                ]
                provisioningState: 'string'
                resourceGuid: 'string'
                securityRules: [
                  {
                    etag: 'string'
                    id: 'string'
                    name: 'string'
                    properties: {
                      access: 'string'
                      description: 'string'
                      destinationAddressPrefix: 'string'
                      destinationAddressPrefixes: [
                        'string'
                      ]
                      destinationApplicationSecurityGroups: [
                        {
                          id: 'string'
                          location: 'string'
                          properties: {}
                          tags: {
                            {customized property}: 'string'
                          }
                        }
                      ]
                      destinationPortRange: 'string'
                      destinationPortRanges: [
                        'string'
                      ]
                      direction: 'string'
                      priority: int
                      protocol: 'string'
                      provisioningState: 'string'
                      sourceAddressPrefix: 'string'
                      sourceAddressPrefixes: [
                        'string'
                      ]
                      sourceApplicationSecurityGroups: [
                        {
                          id: 'string'
                          location: 'string'
                          properties: {}
                          tags: {
                            {customized property}: 'string'
                          }
                        }
                      ]
                      sourcePortRange: 'string'
                      sourcePortRanges: [
                        'string'
                      ]
                    }
                  }
                ]
              }
              tags: {
                {customized property}: 'string'
              }
            }
            privateEndpointNetworkPolicies: 'string'
            privateLinkServiceNetworkPolicies: 'string'
            provisioningState: 'string'
            resourceNavigationLinks: [
              {
                id: 'string'
                name: 'string'
                properties: {
                  link: 'string'
                  linkedResourceType: 'string'
                }
              }
            ]
            routeTable: {
              etag: 'string'
              id: 'string'
              location: 'string'
              properties: {
                disableBgpRoutePropagation: bool
                provisioningState: 'string'
                routes: [
                  {
                    etag: 'string'
                    id: 'string'
                    name: 'string'
                    properties: {
                      addressPrefix: 'string'
                      nextHopIpAddress: 'string'
                      nextHopType: 'string'
                      provisioningState: 'string'
                    }
                  }
                ]
              }
              tags: {
                {customized property}: 'string'
              }
            }
            serviceAssociationLinks: [
              {
                id: 'string'
                name: 'string'
                properties: {
                  allowDelete: bool
                  link: 'string'
                  linkedResourceType: 'string'
                  locations: [
                    'string'
                  ]
                }
                type: 'string'
              }
            ]
            serviceEndpointPolicies: [
              {
                etag: 'string'
                id: 'string'
                location: 'string'
                properties: {
                  serviceEndpointPolicyDefinitions: [
                    {
                      etag: 'string'
                      id: 'string'
                      name: 'string'
                      properties: {
                        description: 'string'
                        service: 'string'
                        serviceResources: [
                          'string'
                        ]
                      }
                    }
                  ]
                }
                tags: {
                  {customized property}: 'string'
                }
              }
            ]
            serviceEndpoints: [
              {
                locations: [
                  'string'
                ]
                provisioningState: 'string'
                service: 'string'
              }
            ]
          }
        }
      }
      tags: {
        {customized property}: 'string'
      }
    }
    privateLinkServiceConnectionState: {
      actionsRequired: 'string'
      description: 'string'
      status: 'string'
    }
  }
}

屬性值

ApplicationSecurityGroup

名字 描述 價值
id 資源標識碼。 字串
位置 資源位置。 字串
性能 應用程式安全組的屬性。 ApplicationSecurityGroupPropertiesFormat
標籤 資源標籤。 ResourceTags

ApplicationSecurityGroupPropertiesFormat

名字 描述 價值

代表團

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 子網內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 子網的屬性。 ServiceDelegationPropertiesFormat

Microsoft.Network/privateLinkServices/privateEndpointConnections

名字 描述 價值
名字 資源名稱 字串 (必要)
父母 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱:privateLinkServices
性能 私人端點連接的屬性。 PrivateEndpointConnectionProperties

NetworkSecurityGroup

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
位置 資源位置。 字串
性能 網路安全組的屬性。 NetworkSecurityGroupPropertiesFormat
標籤 資源標籤。 ResourceTags

NetworkSecurityGroupPropertiesFormat

名字 描述 價值
defaultSecurityRules 網路安全組的預設安全性規則。 SecurityRule[]
provisioningState 公用IP資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
resourceGuid 網路安全組資源的資源 GUID 屬性。 字串
securityRules 網路安全組的安全性規則集合。 SecurityRule[]

PrivateEndpoint

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
位置 資源位置。 字串
性能 私人端點的屬性。 PrivateEndpointProperties
標籤 資源標籤。 ResourceTags

PrivateEndpointConnectionProperties

名字 描述 價值
privateEndpoint 私人端點的資源。 PrivateEndpoint
privateLinkServiceConnectionState 服務取用者與提供者之間連線狀態的相關信息集合。 PrivateLinkServiceConnectionState

PrivateEndpointProperties

名字 描述 價值
manualPrivateLinkServiceConnections 遠端資源連線的相關信息群組。 當網路管理員無權核准遠程資源的連線時使用。 PrivateLinkServiceConnection[]
privateLinkServiceConnections 遠端資源連線的相關信息群組。 PrivateLinkServiceConnection[]
將配置私人IP之子網的標識碼。 子網

PrivateLinkServiceConnection

名字 描述 價值
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 私人鏈接服務連線的屬性。 PrivateLinkServiceConnectionProperties

PrivateLinkServiceConnectionProperties

名字 描述 價值
groupIds 從這個私人端點應該連線到之遠端資源取得之群組的標識碼。。 string[]
privateLinkServiceConnectionState 遠端資源連線狀態的唯讀資訊集合。 PrivateLinkServiceConnectionState
privateLinkServiceId 私人鏈接服務的資源識別碼。 字串
requestMessage 傳遞至具有此連線要求之遠端資源擁有者的訊息。 限制為140個字元。 字串

PrivateLinkServiceConnectionState

名字 描述 價值
actionsRequired 訊息,指出服務提供者上的變更是否需要取用者的任何更新。 字串
描述 核准/拒絕連線的原因。 字串
地位 指出服務擁有者是否已核准/拒絕/移除連線。 字串
名字 描述 價值
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 資源導覽連結屬性格式。 ResourceNavigationLinkFormat

ResourceNavigationLinkFormat

名字 描述 價值
連結 連結至外部資源。 字串
linkedResourceType 鏈接資源的資源類型。 字串

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

路線

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 路由的屬性。 RoutePropertiesFormat

RoutePropertiesFormat

名字 描述 價值
addressPrefix 路由套用目的地 CIDR。 字串
nextHopIpAddress IP 位址封包應該轉送至 。 下一個躍點值只能在下一個躍點類型為 VirtualAppliance 的路由中允許。 字串
nextHopType 封包應傳送至的 Azure 躍點類型。 'Internet'
'None'
'VirtualAppliance'
'VirtualNetworkGateway'
'VnetLocal' (必要)
provisioningState 資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串

RouteTable

名字 描述 價值
etag 取得唯一的唯一 字串
id 資源標識碼。 字串
位置 資源位置。 字串
性能 路由表的屬性。 RouteTablePropertiesFormat
標籤 資源標籤。 ResourceTags

RouteTablePropertiesFormat

名字 描述 價值
disableBgpRoutePropagation 取得或設定是否要停用 BGP 在該路由表上學習的路由。 True 表示停用。 bool
provisioningState 資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
路線 路由表中包含的路由集合。 路由[]

SecurityRule

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 安全性規則的屬性。 SecurityRulePropertiesFormat

SecurityRulePropertiesFormat

名字 描述 價值
訪問 允許或拒絕網路流量。 'Allow'
'拒絕' (必要)
描述 此規則的描述。 限制為140個字元。 字串
destinationAddressPrefix 目的地位址前置詞。 CIDR 或目的地IP範圍。 星號 『*』 也可以用來比對所有來源 IP。 您也可以使用默認標籤,例如 'VirtualNetwork'、'AzureLoadBalancer' 和 'Internet'。 字串
destinationAddressPrefixes 目的地位址前置詞。 CIDR 或目的地IP範圍。 string[]
destinationApplicationSecurityGroups 指定為目的地的應用程式安全組。 ApplicationSecurityGroup[]
destinationPortRange 目的地埠或範圍。 介於 0 到 65535 之間的整數或範圍。 星號 『*』 也可以用來比對所有埠。 字串
destinationPortRanges 目的地埠範圍。 string[]
方向 規則的方向。 方向會指定規則是否會在傳入或傳出流量上進行評估。 'Inbound'
'輸出' (必要)
優先權 規則的優先順序。 此值可以介於 100 到 4096 之間。 集合中每個規則的優先順序號碼必須是唯一的。 優先順序數位越低,規則的優先順序就越高。 int
協定 此規則適用的網路協定。 '*'
'Esp'
'Icmp'
'Tcp'
'Udp' (必要)
provisioningState 公用IP資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
sourceAddressPrefix CIDR 或來源IP範圍。 星號 『*』 也可以用來比對所有來源 IP。 您也可以使用默認標籤,例如 'VirtualNetwork'、'AzureLoadBalancer' 和 'Internet'。 如果這是輸入規則,請指定網路流量的來源。 字串
sourceAddressPrefixes CIDR 或來源IP範圍。 string[]
sourceApplicationSecurityGroups 指定為來源的應用程式安全組。 ApplicationSecurityGroup[]
sourcePortRange 來源埠或範圍。 介於 0 到 65535 之間的整數或範圍。 星號 『*』 也可以用來比對所有埠。 字串
sourcePortRanges 來源埠範圍。 string[]
名字 描述 價值
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 資源導覽連結屬性格式。 ServiceAssociationLinkPropertiesFormat
類型 資源類型。 字串

ServiceAssociationLinkPropertiesFormat

名字 描述 價值
allowDelete 如果為 true,則可以刪除資源。 bool
連結 連結至外部資源。 字串
linkedResourceType 鏈接資源的資源類型。 字串
地點 位置清單。 string[]

ServiceDelegationPropertiesFormat

名字 描述 價值
行動 描述委派時允許服務執行的動作。 string[]
serviceName 應委派子網的服務名稱(例如Microsoft.Sql/servers)。 字串

ServiceEndpointPolicy

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
位置 資源位置。 字串
性能 服務端點原則的屬性。 ServiceEndpointPolicyPropertiesFormat
標籤 資源標籤。 ResourceTags

ServiceEndpointPolicyDefinition

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 服務端點原則定義的屬性。 ServiceEndpointPolicyDefinitionPropertiesFormat

ServiceEndpointPolicyDefinitionPropertiesFormat

名字 描述 價值
描述 此規則的描述。 限制為140個字元。 字串
服務 服務端點名稱。 字串
serviceResources 服務資源清單。 string[]

ServiceEndpointPolicyPropertiesFormat

名字 描述 價值
serviceEndpointPolicyDefinitions 服務端點原則的服務端點原則定義集合。 ServiceEndpointPolicyDefinition[]

ServiceEndpointPropertiesFormat

名字 描述 價值
地點 位置清單。 string[]
provisioningState 資源的布建狀態。 字串
服務 端點服務的型別。 字串

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 子網的屬性。 SubnetPropertiesFormat

SubnetPropertiesFormat

名字 描述 價值
addressPrefix 子網的位址前綴。 字串
addressPrefixes 子網的位址前綴清單。 string[]
代表團 取得對子網上委派之參考的陣列。 委派[]
natGateway 與此子網相關聯的 Nat 閘道。 SubResource
networkSecurityGroup NetworkSecurityGroup 資源的參考。 NetworkSecurityGroup
privateEndpointNetworkPolicies 在子網的私人端點上啟用或停用套用網路原則。 字串
privateLinkServiceNetworkPolicies 在子網中的私人連結服務上啟用或停用套用網路原則。 字串
provisioningState 資源的布建狀態。 字串
resourceNavigationLinks 使用子網取得外部資源的參考數位。 ResourceNavigationLink[]
routeTable RouteTable 資源的參考。 RouteTable
serviceAssociationLinks 取得插入此子網之服務的參考數位。 ServiceAssociationLink[]
serviceEndpointPolicies 服務端點原則的陣列。 ServiceEndpointPolicy[]
serviceEndpoints 服務端點的陣列。 ServiceEndpointPropertiesFormat[]

SubResource

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

ARM 樣本資源定義

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

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

資源格式

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

{
  "type": "Microsoft.Network/privateLinkServices/privateEndpointConnections",
  "apiVersion": "2019-06-01",
  "name": "string",
  "properties": {
    "privateEndpoint": {
      "etag": "string",
      "id": "string",
      "location": "string",
      "properties": {
        "manualPrivateLinkServiceConnections": [
          {
            "id": "string",
            "name": "string",
            "properties": {
              "groupIds": [ "string" ],
              "privateLinkServiceConnectionState": {
                "actionsRequired": "string",
                "description": "string",
                "status": "string"
              },
              "privateLinkServiceId": "string",
              "requestMessage": "string"
            }
          }
        ],
        "privateLinkServiceConnections": [
          {
            "id": "string",
            "name": "string",
            "properties": {
              "groupIds": [ "string" ],
              "privateLinkServiceConnectionState": {
                "actionsRequired": "string",
                "description": "string",
                "status": "string"
              },
              "privateLinkServiceId": "string",
              "requestMessage": "string"
            }
          }
        ],
        "subnet": {
          "etag": "string",
          "id": "string",
          "name": "string",
          "properties": {
            "addressPrefix": "string",
            "addressPrefixes": [ "string" ],
            "delegations": [
              {
                "etag": "string",
                "id": "string",
                "name": "string",
                "properties": {
                  "actions": [ "string" ],
                  "serviceName": "string"
                }
              }
            ],
            "natGateway": {
              "id": "string"
            },
            "networkSecurityGroup": {
              "etag": "string",
              "id": "string",
              "location": "string",
              "properties": {
                "defaultSecurityRules": [
                  {
                    "etag": "string",
                    "id": "string",
                    "name": "string",
                    "properties": {
                      "access": "string",
                      "description": "string",
                      "destinationAddressPrefix": "string",
                      "destinationAddressPrefixes": [ "string" ],
                      "destinationApplicationSecurityGroups": [
                        {
                          "id": "string",
                          "location": "string",
                          "properties": {
                          },
                          "tags": {
                            "{customized property}": "string"
                          }
                        }
                      ],
                      "destinationPortRange": "string",
                      "destinationPortRanges": [ "string" ],
                      "direction": "string",
                      "priority": "int",
                      "protocol": "string",
                      "provisioningState": "string",
                      "sourceAddressPrefix": "string",
                      "sourceAddressPrefixes": [ "string" ],
                      "sourceApplicationSecurityGroups": [
                        {
                          "id": "string",
                          "location": "string",
                          "properties": {
                          },
                          "tags": {
                            "{customized property}": "string"
                          }
                        }
                      ],
                      "sourcePortRange": "string",
                      "sourcePortRanges": [ "string" ]
                    }
                  }
                ],
                "provisioningState": "string",
                "resourceGuid": "string",
                "securityRules": [
                  {
                    "etag": "string",
                    "id": "string",
                    "name": "string",
                    "properties": {
                      "access": "string",
                      "description": "string",
                      "destinationAddressPrefix": "string",
                      "destinationAddressPrefixes": [ "string" ],
                      "destinationApplicationSecurityGroups": [
                        {
                          "id": "string",
                          "location": "string",
                          "properties": {
                          },
                          "tags": {
                            "{customized property}": "string"
                          }
                        }
                      ],
                      "destinationPortRange": "string",
                      "destinationPortRanges": [ "string" ],
                      "direction": "string",
                      "priority": "int",
                      "protocol": "string",
                      "provisioningState": "string",
                      "sourceAddressPrefix": "string",
                      "sourceAddressPrefixes": [ "string" ],
                      "sourceApplicationSecurityGroups": [
                        {
                          "id": "string",
                          "location": "string",
                          "properties": {
                          },
                          "tags": {
                            "{customized property}": "string"
                          }
                        }
                      ],
                      "sourcePortRange": "string",
                      "sourcePortRanges": [ "string" ]
                    }
                  }
                ]
              },
              "tags": {
                "{customized property}": "string"
              }
            },
            "privateEndpointNetworkPolicies": "string",
            "privateLinkServiceNetworkPolicies": "string",
            "provisioningState": "string",
            "resourceNavigationLinks": [
              {
                "id": "string",
                "name": "string",
                "properties": {
                  "link": "string",
                  "linkedResourceType": "string"
                }
              }
            ],
            "routeTable": {
              "etag": "string",
              "id": "string",
              "location": "string",
              "properties": {
                "disableBgpRoutePropagation": "bool",
                "provisioningState": "string",
                "routes": [
                  {
                    "etag": "string",
                    "id": "string",
                    "name": "string",
                    "properties": {
                      "addressPrefix": "string",
                      "nextHopIpAddress": "string",
                      "nextHopType": "string",
                      "provisioningState": "string"
                    }
                  }
                ]
              },
              "tags": {
                "{customized property}": "string"
              }
            },
            "serviceAssociationLinks": [
              {
                "id": "string",
                "name": "string",
                "properties": {
                  "allowDelete": "bool",
                  "link": "string",
                  "linkedResourceType": "string",
                  "locations": [ "string" ]
                },
                "type": "string"
              }
            ],
            "serviceEndpointPolicies": [
              {
                "etag": "string",
                "id": "string",
                "location": "string",
                "properties": {
                  "serviceEndpointPolicyDefinitions": [
                    {
                      "etag": "string",
                      "id": "string",
                      "name": "string",
                      "properties": {
                        "description": "string",
                        "service": "string",
                        "serviceResources": [ "string" ]
                      }
                    }
                  ]
                },
                "tags": {
                  "{customized property}": "string"
                }
              }
            ],
            "serviceEndpoints": [
              {
                "locations": [ "string" ],
                "provisioningState": "string",
                "service": "string"
              }
            ]
          }
        }
      },
      "tags": {
        "{customized property}": "string"
      }
    },
    "privateLinkServiceConnectionState": {
      "actionsRequired": "string",
      "description": "string",
      "status": "string"
    }
  }
}

屬性值

ApplicationSecurityGroup

名字 描述 價值
id 資源標識碼。 字串
位置 資源位置。 字串
性能 應用程式安全組的屬性。 ApplicationSecurityGroupPropertiesFormat
標籤 資源標籤。 ResourceTags

ApplicationSecurityGroupPropertiesFormat

名字 描述 價值

代表團

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 子網內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 子網的屬性。 ServiceDelegationPropertiesFormat

Microsoft.Network/privateLinkServices/privateEndpointConnections

名字 描述 價值
apiVersion API 版本 '2019-06-01'
名字 資源名稱 字串 (必要)
性能 私人端點連接的屬性。 PrivateEndpointConnectionProperties
類型 資源類型 'Microsoft.Network/privateLinkServices/privateEndpointConnections'

NetworkSecurityGroup

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
位置 資源位置。 字串
性能 網路安全組的屬性。 NetworkSecurityGroupPropertiesFormat
標籤 資源標籤。 ResourceTags

NetworkSecurityGroupPropertiesFormat

名字 描述 價值
defaultSecurityRules 網路安全組的預設安全性規則。 SecurityRule[]
provisioningState 公用IP資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
resourceGuid 網路安全組資源的資源 GUID 屬性。 字串
securityRules 網路安全組的安全性規則集合。 SecurityRule[]

PrivateEndpoint

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
位置 資源位置。 字串
性能 私人端點的屬性。 PrivateEndpointProperties
標籤 資源標籤。 ResourceTags

PrivateEndpointConnectionProperties

名字 描述 價值
privateEndpoint 私人端點的資源。 PrivateEndpoint
privateLinkServiceConnectionState 服務取用者與提供者之間連線狀態的相關信息集合。 PrivateLinkServiceConnectionState

PrivateEndpointProperties

名字 描述 價值
manualPrivateLinkServiceConnections 遠端資源連線的相關信息群組。 當網路管理員無權核准遠程資源的連線時使用。 PrivateLinkServiceConnection[]
privateLinkServiceConnections 遠端資源連線的相關信息群組。 PrivateLinkServiceConnection[]
將配置私人IP之子網的標識碼。 子網

PrivateLinkServiceConnection

名字 描述 價值
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 私人鏈接服務連線的屬性。 PrivateLinkServiceConnectionProperties

PrivateLinkServiceConnectionProperties

名字 描述 價值
groupIds 從這個私人端點應該連線到之遠端資源取得之群組的標識碼。。 string[]
privateLinkServiceConnectionState 遠端資源連線狀態的唯讀資訊集合。 PrivateLinkServiceConnectionState
privateLinkServiceId 私人鏈接服務的資源識別碼。 字串
requestMessage 傳遞至具有此連線要求之遠端資源擁有者的訊息。 限制為140個字元。 字串

PrivateLinkServiceConnectionState

名字 描述 價值
actionsRequired 訊息,指出服務提供者上的變更是否需要取用者的任何更新。 字串
描述 核准/拒絕連線的原因。 字串
地位 指出服務擁有者是否已核准/拒絕/移除連線。 字串
名字 描述 價值
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 資源導覽連結屬性格式。 ResourceNavigationLinkFormat

ResourceNavigationLinkFormat

名字 描述 價值
連結 連結至外部資源。 字串
linkedResourceType 鏈接資源的資源類型。 字串

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

路線

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 路由的屬性。 RoutePropertiesFormat

RoutePropertiesFormat

名字 描述 價值
addressPrefix 路由套用目的地 CIDR。 字串
nextHopIpAddress IP 位址封包應該轉送至 。 下一個躍點值只能在下一個躍點類型為 VirtualAppliance 的路由中允許。 字串
nextHopType 封包應傳送至的 Azure 躍點類型。 'Internet'
'None'
'VirtualAppliance'
'VirtualNetworkGateway'
'VnetLocal' (必要)
provisioningState 資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串

RouteTable

名字 描述 價值
etag 取得唯一的唯一 字串
id 資源標識碼。 字串
位置 資源位置。 字串
性能 路由表的屬性。 RouteTablePropertiesFormat
標籤 資源標籤。 ResourceTags

RouteTablePropertiesFormat

名字 描述 價值
disableBgpRoutePropagation 取得或設定是否要停用 BGP 在該路由表上學習的路由。 True 表示停用。 bool
provisioningState 資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
路線 路由表中包含的路由集合。 路由[]

SecurityRule

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 安全性規則的屬性。 SecurityRulePropertiesFormat

SecurityRulePropertiesFormat

名字 描述 價值
訪問 允許或拒絕網路流量。 'Allow'
'拒絕' (必要)
描述 此規則的描述。 限制為140個字元。 字串
destinationAddressPrefix 目的地位址前置詞。 CIDR 或目的地IP範圍。 星號 『*』 也可以用來比對所有來源 IP。 您也可以使用默認標籤,例如 'VirtualNetwork'、'AzureLoadBalancer' 和 'Internet'。 字串
destinationAddressPrefixes 目的地位址前置詞。 CIDR 或目的地IP範圍。 string[]
destinationApplicationSecurityGroups 指定為目的地的應用程式安全組。 ApplicationSecurityGroup[]
destinationPortRange 目的地埠或範圍。 介於 0 到 65535 之間的整數或範圍。 星號 『*』 也可以用來比對所有埠。 字串
destinationPortRanges 目的地埠範圍。 string[]
方向 規則的方向。 方向會指定規則是否會在傳入或傳出流量上進行評估。 'Inbound'
'輸出' (必要)
優先權 規則的優先順序。 此值可以介於 100 到 4096 之間。 集合中每個規則的優先順序號碼必須是唯一的。 優先順序數位越低,規則的優先順序就越高。 int
協定 此規則適用的網路協定。 '*'
'Esp'
'Icmp'
'Tcp'
'Udp' (必要)
provisioningState 公用IP資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
sourceAddressPrefix CIDR 或來源IP範圍。 星號 『*』 也可以用來比對所有來源 IP。 您也可以使用默認標籤,例如 'VirtualNetwork'、'AzureLoadBalancer' 和 'Internet'。 如果這是輸入規則,請指定網路流量的來源。 字串
sourceAddressPrefixes CIDR 或來源IP範圍。 string[]
sourceApplicationSecurityGroups 指定為來源的應用程式安全組。 ApplicationSecurityGroup[]
sourcePortRange 來源埠或範圍。 介於 0 到 65535 之間的整數或範圍。 星號 『*』 也可以用來比對所有埠。 字串
sourcePortRanges 來源埠範圍。 string[]
名字 描述 價值
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 資源導覽連結屬性格式。 ServiceAssociationLinkPropertiesFormat
類型 資源類型。 字串

ServiceAssociationLinkPropertiesFormat

名字 描述 價值
allowDelete 如果為 true,則可以刪除資源。 bool
連結 連結至外部資源。 字串
linkedResourceType 鏈接資源的資源類型。 字串
地點 位置清單。 string[]

ServiceDelegationPropertiesFormat

名字 描述 價值
行動 描述委派時允許服務執行的動作。 string[]
serviceName 應委派子網的服務名稱(例如Microsoft.Sql/servers)。 字串

ServiceEndpointPolicy

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
位置 資源位置。 字串
性能 服務端點原則的屬性。 ServiceEndpointPolicyPropertiesFormat
標籤 資源標籤。 ResourceTags

ServiceEndpointPolicyDefinition

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 服務端點原則定義的屬性。 ServiceEndpointPolicyDefinitionPropertiesFormat

ServiceEndpointPolicyDefinitionPropertiesFormat

名字 描述 價值
描述 此規則的描述。 限制為140個字元。 字串
服務 服務端點名稱。 字串
serviceResources 服務資源清單。 string[]

ServiceEndpointPolicyPropertiesFormat

名字 描述 價值
serviceEndpointPolicyDefinitions 服務端點原則的服務端點原則定義集合。 ServiceEndpointPolicyDefinition[]

ServiceEndpointPropertiesFormat

名字 描述 價值
地點 位置清單。 string[]
provisioningState 資源的布建狀態。 字串
服務 端點服務的型別。 字串

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 子網的屬性。 SubnetPropertiesFormat

SubnetPropertiesFormat

名字 描述 價值
addressPrefix 子網的位址前綴。 字串
addressPrefixes 子網的位址前綴清單。 string[]
代表團 取得對子網上委派之參考的陣列。 委派[]
natGateway 與此子網相關聯的 Nat 閘道。 SubResource
networkSecurityGroup NetworkSecurityGroup 資源的參考。 NetworkSecurityGroup
privateEndpointNetworkPolicies 在子網的私人端點上啟用或停用套用網路原則。 字串
privateLinkServiceNetworkPolicies 在子網中的私人連結服務上啟用或停用套用網路原則。 字串
provisioningState 資源的布建狀態。 字串
resourceNavigationLinks 使用子網取得外部資源的參考數位。 ResourceNavigationLink[]
routeTable RouteTable 資源的參考。 RouteTable
serviceAssociationLinks 取得插入此子網之服務的參考數位。 ServiceAssociationLink[]
serviceEndpointPolicies 服務端點原則的陣列。 ServiceEndpointPolicy[]
serviceEndpoints 服務端點的陣列。 ServiceEndpointPropertiesFormat[]

SubResource

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

Terraform (AzAPI 提供者) 資源定義

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

  • 資源群組

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-06-01"
  name = "string"
  body = jsonencode({
    properties = {
      privateEndpoint = {
        etag = "string"
        id = "string"
        location = "string"
        properties = {
          manualPrivateLinkServiceConnections = [
            {
              id = "string"
              name = "string"
              properties = {
                groupIds = [
                  "string"
                ]
                privateLinkServiceConnectionState = {
                  actionsRequired = "string"
                  description = "string"
                  status = "string"
                }
                privateLinkServiceId = "string"
                requestMessage = "string"
              }
            }
          ]
          privateLinkServiceConnections = [
            {
              id = "string"
              name = "string"
              properties = {
                groupIds = [
                  "string"
                ]
                privateLinkServiceConnectionState = {
                  actionsRequired = "string"
                  description = "string"
                  status = "string"
                }
                privateLinkServiceId = "string"
                requestMessage = "string"
              }
            }
          ]
          subnet = {
            etag = "string"
            id = "string"
            name = "string"
            properties = {
              addressPrefix = "string"
              addressPrefixes = [
                "string"
              ]
              delegations = [
                {
                  etag = "string"
                  id = "string"
                  name = "string"
                  properties = {
                    actions = [
                      "string"
                    ]
                    serviceName = "string"
                  }
                }
              ]
              natGateway = {
                id = "string"
              }
              networkSecurityGroup = {
                etag = "string"
                id = "string"
                location = "string"
                properties = {
                  defaultSecurityRules = [
                    {
                      etag = "string"
                      id = "string"
                      name = "string"
                      properties = {
                        access = "string"
                        description = "string"
                        destinationAddressPrefix = "string"
                        destinationAddressPrefixes = [
                          "string"
                        ]
                        destinationApplicationSecurityGroups = [
                          {
                            id = "string"
                            location = "string"
                            properties = {
                            }
                            tags = {
                              {customized property} = "string"
                            }
                          }
                        ]
                        destinationPortRange = "string"
                        destinationPortRanges = [
                          "string"
                        ]
                        direction = "string"
                        priority = int
                        protocol = "string"
                        provisioningState = "string"
                        sourceAddressPrefix = "string"
                        sourceAddressPrefixes = [
                          "string"
                        ]
                        sourceApplicationSecurityGroups = [
                          {
                            id = "string"
                            location = "string"
                            properties = {
                            }
                            tags = {
                              {customized property} = "string"
                            }
                          }
                        ]
                        sourcePortRange = "string"
                        sourcePortRanges = [
                          "string"
                        ]
                      }
                    }
                  ]
                  provisioningState = "string"
                  resourceGuid = "string"
                  securityRules = [
                    {
                      etag = "string"
                      id = "string"
                      name = "string"
                      properties = {
                        access = "string"
                        description = "string"
                        destinationAddressPrefix = "string"
                        destinationAddressPrefixes = [
                          "string"
                        ]
                        destinationApplicationSecurityGroups = [
                          {
                            id = "string"
                            location = "string"
                            properties = {
                            }
                            tags = {
                              {customized property} = "string"
                            }
                          }
                        ]
                        destinationPortRange = "string"
                        destinationPortRanges = [
                          "string"
                        ]
                        direction = "string"
                        priority = int
                        protocol = "string"
                        provisioningState = "string"
                        sourceAddressPrefix = "string"
                        sourceAddressPrefixes = [
                          "string"
                        ]
                        sourceApplicationSecurityGroups = [
                          {
                            id = "string"
                            location = "string"
                            properties = {
                            }
                            tags = {
                              {customized property} = "string"
                            }
                          }
                        ]
                        sourcePortRange = "string"
                        sourcePortRanges = [
                          "string"
                        ]
                      }
                    }
                  ]
                }
                tags = {
                  {customized property} = "string"
                }
              }
              privateEndpointNetworkPolicies = "string"
              privateLinkServiceNetworkPolicies = "string"
              provisioningState = "string"
              resourceNavigationLinks = [
                {
                  id = "string"
                  name = "string"
                  properties = {
                    link = "string"
                    linkedResourceType = "string"
                  }
                }
              ]
              routeTable = {
                etag = "string"
                id = "string"
                location = "string"
                properties = {
                  disableBgpRoutePropagation = bool
                  provisioningState = "string"
                  routes = [
                    {
                      etag = "string"
                      id = "string"
                      name = "string"
                      properties = {
                        addressPrefix = "string"
                        nextHopIpAddress = "string"
                        nextHopType = "string"
                        provisioningState = "string"
                      }
                    }
                  ]
                }
                tags = {
                  {customized property} = "string"
                }
              }
              serviceAssociationLinks = [
                {
                  id = "string"
                  name = "string"
                  properties = {
                    allowDelete = bool
                    link = "string"
                    linkedResourceType = "string"
                    locations = [
                      "string"
                    ]
                  }
                  type = "string"
                }
              ]
              serviceEndpointPolicies = [
                {
                  etag = "string"
                  id = "string"
                  location = "string"
                  properties = {
                    serviceEndpointPolicyDefinitions = [
                      {
                        etag = "string"
                        id = "string"
                        name = "string"
                        properties = {
                          description = "string"
                          service = "string"
                          serviceResources = [
                            "string"
                          ]
                        }
                      }
                    ]
                  }
                  tags = {
                    {customized property} = "string"
                  }
                }
              ]
              serviceEndpoints = [
                {
                  locations = [
                    "string"
                  ]
                  provisioningState = "string"
                  service = "string"
                }
              ]
            }
          }
        }
        tags = {
          {customized property} = "string"
        }
      }
      privateLinkServiceConnectionState = {
        actionsRequired = "string"
        description = "string"
        status = "string"
      }
    }
  })
}

屬性值

ApplicationSecurityGroup

名字 描述 價值
id 資源標識碼。 字串
位置 資源位置。 字串
性能 應用程式安全組的屬性。 ApplicationSecurityGroupPropertiesFormat
標籤 資源標籤。 ResourceTags

ApplicationSecurityGroupPropertiesFormat

名字 描述 價值

代表團

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 子網內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 子網的屬性。 ServiceDelegationPropertiesFormat

Microsoft.Network/privateLinkServices/privateEndpointConnections

名字 描述 價值
名字 資源名稱 字串 (必要)
parent_id 此資源為父系之資源的標識碼。 類型資源的標識碼:privateLinkServices
性能 私人端點連接的屬性。 PrivateEndpointConnectionProperties
類型 資源類型 “Microsoft.Network/privateLinkServices/privateEndpointConnections@2019-06-01”

NetworkSecurityGroup

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
位置 資源位置。 字串
性能 網路安全組的屬性。 NetworkSecurityGroupPropertiesFormat
標籤 資源標籤。 ResourceTags

NetworkSecurityGroupPropertiesFormat

名字 描述 價值
defaultSecurityRules 網路安全組的預設安全性規則。 SecurityRule[]
provisioningState 公用IP資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
resourceGuid 網路安全組資源的資源 GUID 屬性。 字串
securityRules 網路安全組的安全性規則集合。 SecurityRule[]

PrivateEndpoint

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
位置 資源位置。 字串
性能 私人端點的屬性。 PrivateEndpointProperties
標籤 資源標籤。 ResourceTags

PrivateEndpointConnectionProperties

名字 描述 價值
privateEndpoint 私人端點的資源。 PrivateEndpoint
privateLinkServiceConnectionState 服務取用者與提供者之間連線狀態的相關信息集合。 PrivateLinkServiceConnectionState

PrivateEndpointProperties

名字 描述 價值
manualPrivateLinkServiceConnections 遠端資源連線的相關信息群組。 當網路管理員無權核准遠程資源的連線時使用。 PrivateLinkServiceConnection[]
privateLinkServiceConnections 遠端資源連線的相關信息群組。 PrivateLinkServiceConnection[]
將配置私人IP之子網的標識碼。 子網

PrivateLinkServiceConnection

名字 描述 價值
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 私人鏈接服務連線的屬性。 PrivateLinkServiceConnectionProperties

PrivateLinkServiceConnectionProperties

名字 描述 價值
groupIds 從這個私人端點應該連線到之遠端資源取得之群組的標識碼。。 string[]
privateLinkServiceConnectionState 遠端資源連線狀態的唯讀資訊集合。 PrivateLinkServiceConnectionState
privateLinkServiceId 私人鏈接服務的資源識別碼。 字串
requestMessage 傳遞至具有此連線要求之遠端資源擁有者的訊息。 限制為140個字元。 字串

PrivateLinkServiceConnectionState

名字 描述 價值
actionsRequired 訊息,指出服務提供者上的變更是否需要取用者的任何更新。 字串
描述 核准/拒絕連線的原因。 字串
地位 指出服務擁有者是否已核准/拒絕/移除連線。 字串
名字 描述 價值
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 資源導覽連結屬性格式。 ResourceNavigationLinkFormat

ResourceNavigationLinkFormat

名字 描述 價值
連結 連結至外部資源。 字串
linkedResourceType 鏈接資源的資源類型。 字串

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

ResourceTags

名字 描述 價值

路線

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 路由的屬性。 RoutePropertiesFormat

RoutePropertiesFormat

名字 描述 價值
addressPrefix 路由套用目的地 CIDR。 字串
nextHopIpAddress IP 位址封包應該轉送至 。 下一個躍點值只能在下一個躍點類型為 VirtualAppliance 的路由中允許。 字串
nextHopType 封包應傳送至的 Azure 躍點類型。 'Internet'
'None'
'VirtualAppliance'
'VirtualNetworkGateway'
'VnetLocal' (必要)
provisioningState 資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串

RouteTable

名字 描述 價值
etag 取得唯一的唯一 字串
id 資源標識碼。 字串
位置 資源位置。 字串
性能 路由表的屬性。 RouteTablePropertiesFormat
標籤 資源標籤。 ResourceTags

RouteTablePropertiesFormat

名字 描述 價值
disableBgpRoutePropagation 取得或設定是否要停用 BGP 在該路由表上學習的路由。 True 表示停用。 bool
provisioningState 資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
路線 路由表中包含的路由集合。 路由[]

SecurityRule

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 安全性規則的屬性。 SecurityRulePropertiesFormat

SecurityRulePropertiesFormat

名字 描述 價值
訪問 允許或拒絕網路流量。 'Allow'
'拒絕' (必要)
描述 此規則的描述。 限制為140個字元。 字串
destinationAddressPrefix 目的地位址前置詞。 CIDR 或目的地IP範圍。 星號 『*』 也可以用來比對所有來源 IP。 您也可以使用默認標籤,例如 'VirtualNetwork'、'AzureLoadBalancer' 和 'Internet'。 字串
destinationAddressPrefixes 目的地位址前置詞。 CIDR 或目的地IP範圍。 string[]
destinationApplicationSecurityGroups 指定為目的地的應用程式安全組。 ApplicationSecurityGroup[]
destinationPortRange 目的地埠或範圍。 介於 0 到 65535 之間的整數或範圍。 星號 『*』 也可以用來比對所有埠。 字串
destinationPortRanges 目的地埠範圍。 string[]
方向 規則的方向。 方向會指定規則是否會在傳入或傳出流量上進行評估。 'Inbound'
'輸出' (必要)
優先權 規則的優先順序。 此值可以介於 100 到 4096 之間。 集合中每個規則的優先順序號碼必須是唯一的。 優先順序數位越低,規則的優先順序就越高。 int
協定 此規則適用的網路協定。 '*'
'Esp'
'Icmp'
'Tcp'
'Udp' (必要)
provisioningState 公用IP資源的布建狀態。 可能的值為:『Updateing』、『刪除』和『Failed』。 字串
sourceAddressPrefix CIDR 或來源IP範圍。 星號 『*』 也可以用來比對所有來源 IP。 您也可以使用默認標籤,例如 'VirtualNetwork'、'AzureLoadBalancer' 和 'Internet'。 如果這是輸入規則,請指定網路流量的來源。 字串
sourceAddressPrefixes CIDR 或來源IP範圍。 string[]
sourceApplicationSecurityGroups 指定為來源的應用程式安全組。 ApplicationSecurityGroup[]
sourcePortRange 來源埠或範圍。 介於 0 到 65535 之間的整數或範圍。 星號 『*』 也可以用來比對所有埠。 字串
sourcePortRanges 來源埠範圍。 string[]
名字 描述 價值
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 資源導覽連結屬性格式。 ServiceAssociationLinkPropertiesFormat
類型 資源類型。 字串

ServiceAssociationLinkPropertiesFormat

名字 描述 價值
allowDelete 如果為 true,則可以刪除資源。 bool
連結 連結至外部資源。 字串
linkedResourceType 鏈接資源的資源類型。 字串
地點 位置清單。 string[]

ServiceDelegationPropertiesFormat

名字 描述 價值
行動 描述委派時允許服務執行的動作。 string[]
serviceName 應委派子網的服務名稱(例如Microsoft.Sql/servers)。 字串

ServiceEndpointPolicy

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
位置 資源位置。 字串
性能 服務端點原則的屬性。 ServiceEndpointPolicyPropertiesFormat
標籤 資源標籤。 ResourceTags

ServiceEndpointPolicyDefinition

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 服務端點原則定義的屬性。 ServiceEndpointPolicyDefinitionPropertiesFormat

ServiceEndpointPolicyDefinitionPropertiesFormat

名字 描述 價值
描述 此規則的描述。 限制為140個字元。 字串
服務 服務端點名稱。 字串
serviceResources 服務資源清單。 string[]

ServiceEndpointPolicyPropertiesFormat

名字 描述 價值
serviceEndpointPolicyDefinitions 服務端點原則的服務端點原則定義集合。 ServiceEndpointPolicyDefinition[]

ServiceEndpointPropertiesFormat

名字 描述 價值
地點 位置清單。 string[]
provisioningState 資源的布建狀態。 字串
服務 端點服務的型別。 字串

名字 描述 價值
etag 每當更新資源時變更的唯一隻讀字串。 字串
id 資源標識碼。 字串
名字 資源群組內唯一的資源名稱。 此名稱可用來存取資源。 字串
性能 子網的屬性。 SubnetPropertiesFormat

SubnetPropertiesFormat

名字 描述 價值
addressPrefix 子網的位址前綴。 字串
addressPrefixes 子網的位址前綴清單。 string[]
代表團 取得對子網上委派之參考的陣列。 委派[]
natGateway 與此子網相關聯的 Nat 閘道。 SubResource
networkSecurityGroup NetworkSecurityGroup 資源的參考。 NetworkSecurityGroup
privateEndpointNetworkPolicies 在子網的私人端點上啟用或停用套用網路原則。 字串
privateLinkServiceNetworkPolicies 在子網中的私人連結服務上啟用或停用套用網路原則。 字串
provisioningState 資源的布建狀態。 字串
resourceNavigationLinks 使用子網取得外部資源的參考數位。 ResourceNavigationLink[]
routeTable RouteTable 資源的參考。 RouteTable
serviceAssociationLinks 取得插入此子網之服務的參考數位。 ServiceAssociationLink[]
serviceEndpointPolicies 服務端點原則的陣列。 ServiceEndpointPolicy[]
serviceEndpoints 服務端點的陣列。 ServiceEndpointPropertiesFormat[]

SubResource

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