Share via


DataBoxEdgeStorageAccountCollection Class

Definition

A class representing a collection of DataBoxEdgeStorageAccountResource and their operations. Each DataBoxEdgeStorageAccountResource in the collection will belong to the same instance of DataBoxEdgeDeviceResource. To get a DataBoxEdgeStorageAccountCollection instance call the GetDataBoxEdgeStorageAccounts method from an instance of DataBoxEdgeDeviceResource.

public class DataBoxEdgeStorageAccountCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountResource>
type DataBoxEdgeStorageAccountCollection = class
    inherit ArmCollection
    interface seq<DataBoxEdgeStorageAccountResource>
    interface IEnumerable
    interface IAsyncEnumerable<DataBoxEdgeStorageAccountResource>
Public Class DataBoxEdgeStorageAccountCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DataBoxEdgeStorageAccountResource), IEnumerable(Of DataBoxEdgeStorageAccountResource)
Inheritance
DataBoxEdgeStorageAccountCollection
Implements

Constructors

DataBoxEdgeStorageAccountCollection()

Initializes a new instance of the DataBoxEdgeStorageAccountCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, DataBoxEdgeStorageAccountData, CancellationToken)

Creates a new StorageAccount or updates an existing StorageAccount on the device.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}
  • Operation Id: StorageAccounts_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DataBoxEdgeStorageAccountData, CancellationToken)

Creates a new StorageAccount or updates an existing StorageAccount on the device.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}
  • Operation Id: StorageAccounts_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}
  • Operation Id: StorageAccounts_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}
  • Operation Id: StorageAccounts_Get
Get(String, CancellationToken)

Gets a StorageAccount by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}
  • Operation Id: StorageAccounts_Get
GetAll(CancellationToken)

Lists all the StorageAccounts in a Data Box Edge/Data Box Gateway device.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts
  • Operation Id: StorageAccounts_ListByDataBoxEdgeDevice
GetAllAsync(CancellationToken)

Lists all the StorageAccounts in a Data Box Edge/Data Box Gateway device.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts
  • Operation Id: StorageAccounts_ListByDataBoxEdgeDevice
GetAsync(String, CancellationToken)

Gets a StorageAccount by name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}
  • Operation Id: StorageAccounts_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}
  • Operation Id: StorageAccounts_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}
  • Operation Id: StorageAccounts_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<DataBoxEdgeStorageAccountResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DataBoxEdgeStorageAccountResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to