HpcCacheManagementClientWrapper Constructors
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
HpcCacheManagementClientWrapper(IAzureContext) |
Initializes a new instance of the HpcCacheManagementClientWrapper class. |
HpcCacheManagementClientWrapper(IStorageCacheManagementClient) |
Initializes a new instance of the HpcCacheManagementClientWrapper class. |
HpcCacheManagementClientWrapper(IAzureContext)
Initializes a new instance of the HpcCacheManagementClientWrapper class.
public HpcCacheManagementClientWrapper (Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext context);
new Microsoft.Azure.PowerShell.Cmdlets.HPCCache.Models.HpcCacheManagementClientWrapper : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext -> Microsoft.Azure.PowerShell.Cmdlets.HPCCache.Models.HpcCacheManagementClientWrapper
Public Sub New (context As IAzureContext)
Parameters
- context
- IAzureContext
Azure context.
Applies to
HpcCacheManagementClientWrapper(IStorageCacheManagementClient)
Initializes a new instance of the HpcCacheManagementClientWrapper class.
public HpcCacheManagementClientWrapper (Microsoft.Azure.Management.StorageCache.IStorageCacheManagementClient resourceManagementClient);
new Microsoft.Azure.PowerShell.Cmdlets.HPCCache.Models.HpcCacheManagementClientWrapper : Microsoft.Azure.Management.StorageCache.IStorageCacheManagementClient -> Microsoft.Azure.PowerShell.Cmdlets.HPCCache.Models.HpcCacheManagementClientWrapper
Public Sub New (resourceManagementClient As IStorageCacheManagementClient)
Parameters
- resourceManagementClient
- IStorageCacheManagementClient
Resource management client.