ContainersOperationsExtensions.Get 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.
Gets a container by name.
public static Microsoft.Azure.Management.DataBoxEdge.Models.Container Get (this Microsoft.Azure.Management.DataBoxEdge.IContainersOperations operations, string deviceName, string storageAccountName, string containerName, string resourceGroupName);
static member Get : Microsoft.Azure.Management.DataBoxEdge.IContainersOperations * string * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Container
<Extension()>
Public Function Get (operations As IContainersOperations, deviceName As String, storageAccountName As String, containerName As String, resourceGroupName As String) As Container
Parameters
- operations
- IContainersOperations
The operations group for this extension method.
- deviceName
- String
The device name.
- storageAccountName
- String
The Storage Account Name
- containerName
- String
The container Name
- resourceGroupName
- String
The resource group name.