共用方式為


NetworkSecurityPerimeterConfigurations interface

代表 NetworkSecurityPerimeterConfigurations 的介面。

方法

beginReconcileForPrivateLinkScope(string, string, string, NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams)

強制網路安全性周邊設定重新整理私人連結範圍。

beginReconcileForPrivateLinkScopeAndWait(string, string, string, NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams)

強制網路安全性周邊設定重新整理私人連結範圍。

getByPrivateLinkScope(string, string, string, NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeOptionalParams)

取得私人連結範圍的網路安全周邊組態。

listByPrivateLinkScope(string, string, NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeOptionalParams)

列出私人連結範圍的網路安全性周邊組態。

方法詳細資料

beginReconcileForPrivateLinkScope(string, string, string, NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams)

強制網路安全性周邊設定重新整理私人連結範圍。

function beginReconcileForPrivateLinkScope(resourceGroupName: string, scopeName: string, perimeterName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams): Promise<SimplePollerLike<OperationState<NetworkSecurityPerimeterConfigurationReconcileResult>, NetworkSecurityPerimeterConfigurationReconcileResult>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

scopeName

string

Azure Arc PrivateLinkScope 資源的名稱。

perimeterName

string

名稱,格式為 {perimeterGuid}。網路安全性周邊資源的 {associationName}。

傳回

beginReconcileForPrivateLinkScopeAndWait(string, string, string, NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams)

強制網路安全性周邊設定重新整理私人連結範圍。

function beginReconcileForPrivateLinkScopeAndWait(resourceGroupName: string, scopeName: string, perimeterName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams): Promise<NetworkSecurityPerimeterConfigurationReconcileResult>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

scopeName

string

Azure Arc PrivateLinkScope 資源的名稱。

perimeterName

string

名稱,格式為 {perimeterGuid}。網路安全性周邊資源的 {associationName}。

傳回

getByPrivateLinkScope(string, string, string, NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeOptionalParams)

取得私人連結範圍的網路安全周邊組態。

function getByPrivateLinkScope(resourceGroupName: string, scopeName: string, perimeterName: string, options?: NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeOptionalParams): Promise<NetworkSecurityPerimeterConfiguration>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

scopeName

string

Azure Arc PrivateLinkScope 資源的名稱。

perimeterName

string

名稱,格式為 {perimeterGuid}。網路安全性周邊資源的 {associationName}。

傳回

listByPrivateLinkScope(string, string, NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeOptionalParams)

列出私人連結範圍的網路安全性周邊組態。

function listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterConfiguration[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

scopeName

string

Azure Arc PrivateLinkScope 資源的名稱。

傳回