DellStorageExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.Dell.Storage.
public static class DellStorageExtensions
type DellStorageExtensions = class
Public Module DellStorageExtensions
- Inheritance
-
DellStorageExtensions
Methods
GetDellFileSystem(ResourceGroupResource, String, CancellationToken) |
Get a FileSystemResource
|
GetDellFileSystemAsync(ResourceGroupResource, String, CancellationToken) |
Get a FileSystemResource
|
GetDellFileSystemResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DellFileSystemResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a DellFileSystemResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDellFileSystemResource(ResourceIdentifier) instead. |
GetDellFileSystems(ResourceGroupResource) |
Gets a collection of DellFileSystemResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDellFileSystems() instead. |
GetDellFileSystems(SubscriptionResource, CancellationToken) |
List FileSystemResource resources by subscription ID
|
GetDellFileSystemsAsync(SubscriptionResource, CancellationToken) |
List FileSystemResource resources by subscription ID
|