MarsContainerOperationsExtensions.ListMarsContainersByTypeAndFriendlyNameAsync 方法

定義

根據指定的查詢篩選字串取得所有容器的清單。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.ListMarsContainerOperationResponse> ListMarsContainersByTypeAndFriendlyNameAsync (this Microsoft.Azure.Management.BackupServices.IMarsContainerOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.MarsContainerType containerType, string friendlyName, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member ListMarsContainersByTypeAndFriendlyNameAsync : Microsoft.Azure.Management.BackupServices.IMarsContainerOperations * string * string * Microsoft.Azure.Management.BackupServices.Models.MarsContainerType * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.ListMarsContainerOperationResponse>
<Extension()>
Public Function ListMarsContainersByTypeAndFriendlyNameAsync (operations As IMarsContainerOperations, resourceGroupName As String, resourceName As String, containerType As MarsContainerType, friendlyName As String, customRequestHeaders As CustomRequestHeaders) As Task(Of ListMarsContainerOperationResponse)

參數

operations
IMarsContainerOperations

Microsoft.Azure.Management.BackupServices.IMarsContainerOperations 的參考。

resourceGroupName
String

必要。

resourceName
String

必要。

containerType
MarsContainerType

必要。 容器的類型。

friendlyName
String

必要。 容器的易記名稱。

customRequestHeaders
CustomRequestHeaders

選擇性。 要求標頭參數。

傳回

Microsoft Azure 復原服務 (MARS) 容器的清單。

適用於