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

ServiceClientAdapter.ListProtectionIntent Method

Definition

List protection intents

public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentResource> ListProtectionIntent (Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject> queryFilter, string skipToken = default, string vaultName = default, string resourceGroupName = default);
member this.ListProtectionIntent : Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentQueryObject> * string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionIntentResource>
Public Function ListProtectionIntent (queryFilter As ODataQuery(Of ProtectionIntentQueryObject), Optional skipToken As String = Nothing, Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing) As List(Of ProtectionIntentResource)

Parameters

skipToken
String
vaultName
String
resourceGroupName
String

Returns

List of protection intents resource

Applies to