你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 资源的名称。

返回