AzureBackupClientAdapter.ListMachineContainers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ListMachineContainers(String, String) | |
ListMachineContainers(String, String, String) |
ListMachineContainers(String, String)
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.BackupServices.Models.MarsContainerResponse> ListMachineContainers (string resourceGroupName, string resourceName);
member this.ListMachineContainers : string * string -> seq<Microsoft.Azure.Management.BackupServices.Models.MarsContainerResponse>
Public Function ListMachineContainers (resourceGroupName As String, resourceName As String) As IEnumerable(Of MarsContainerResponse)
Parameters
- resourceGroupName
- String
- resourceName
- String
Returns
Applies to
ListMachineContainers(String, String, String)
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.BackupServices.Models.MarsContainerResponse> ListMachineContainers (string resourceGroupName, string resourceName, string friendlyName);
member this.ListMachineContainers : string * string * string -> seq<Microsoft.Azure.Management.BackupServices.Models.MarsContainerResponse>
Public Function ListMachineContainers (resourceGroupName As String, resourceName As String, friendlyName As String) As IEnumerable(Of MarsContainerResponse)
Parameters
- resourceGroupName
- String
- resourceName
- String
- friendlyName
- String