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

DataPolicyManifestsOperationsExtensions.GetByPolicyMode 方法

定义

检索数据策略清单。

public static Microsoft.Azure.Management.ResourceManager.Models.DataPolicyManifest GetByPolicyMode (this Microsoft.Azure.Management.ResourceManager.IDataPolicyManifestsOperations operations, string policyMode);
static member GetByPolicyMode : Microsoft.Azure.Management.ResourceManager.IDataPolicyManifestsOperations * string -> Microsoft.Azure.Management.ResourceManager.Models.DataPolicyManifest
<Extension()>
Public Function GetByPolicyMode (operations As IDataPolicyManifestsOperations, policyMode As String) As DataPolicyManifest

参数

operations
IDataPolicyManifestsOperations

此扩展方法的操作组。

policyMode
String

要获取的数据策略清单的策略模式。

返回

注解

此操作检索具有给定策略模式的数据策略清单。

适用于