StorageCacheManagementClient class
Constructors
| Storage |
|
| Storage |
Properties
| aml |
The operation groups for amlFilesystems |
| asc |
The operation groups for ascOperations |
| asc |
The operation groups for ascUsages |
| auto |
The operation groups for autoExportJobs |
| auto |
The operation groups for autoImportJobs |
| caches | The operation groups for caches |
| expansion |
The operation groups for expansionJobs |
| import |
The operation groups for importJobs |
| operations | The operation groups for operations |
| pipeline | The pipeline used by this client to make requests |
| skus | The operation groups for skus |
| storage |
The operation groups for storageTargetOperations |
| storage |
The operation groups for storageTargets |
| usage |
The operation groups for usageModels |
Methods
| check |
Check that subnets will be valid for AML file system create calls. |
| get |
Get the number of available IP addresses needed for the AML file system information provided. |
Constructor Details
StorageCacheManagementClient(TokenCredential, StorageCacheManagementClientOptionalParams)
new StorageCacheManagementClient(credential: TokenCredential, options?: StorageCacheManagementClientOptionalParams)
Parameters
- credential
- TokenCredential
StorageCacheManagementClient(TokenCredential, string, StorageCacheManagementClientOptionalParams)
new StorageCacheManagementClient(credential: TokenCredential, subscriptionId: string, options?: StorageCacheManagementClientOptionalParams)
Parameters
- credential
- TokenCredential
- subscriptionId
-
string
Property Details
amlFilesystems
The operation groups for amlFilesystems
amlFilesystems: AmlFilesystemsOperations
Property Value
ascOperations
The operation groups for ascOperations
ascOperations: AscOperationsOperations
Property Value
ascUsages
The operation groups for ascUsages
ascUsages: AscUsagesOperations
Property Value
autoExportJobs
The operation groups for autoExportJobs
autoExportJobs: AutoExportJobsOperations
Property Value
autoImportJobs
The operation groups for autoImportJobs
autoImportJobs: AutoImportJobsOperations
Property Value
caches
expansionJobs
The operation groups for expansionJobs
expansionJobs: ExpansionJobsOperations
Property Value
importJobs
The operation groups for importJobs
importJobs: ImportJobsOperations
Property Value
operations
The operation groups for operations
operations: OperationsOperations
Property Value
pipeline
skus
storageTargetOperations
The operation groups for storageTargetOperations
storageTargetOperations: StorageTargetOperationsOperations
Property Value
storageTargets
The operation groups for storageTargets
storageTargets: StorageTargetsOperations
Property Value
usageModels
The operation groups for usageModels
usageModels: UsageModelsOperations
Property Value
Method Details
checkAmlFSSubnets(CheckAmlFSSubnetsOptionalParams)
Check that subnets will be valid for AML file system create calls.
function checkAmlFSSubnets(options?: CheckAmlFSSubnetsOptionalParams): Promise<void>
Parameters
- options
- CheckAmlFSSubnetsOptionalParams
Returns
Promise<void>
getRequiredAmlFSSubnetsSize(GetRequiredAmlFSSubnetsSizeOptionalParams)
Get the number of available IP addresses needed for the AML file system information provided.
function getRequiredAmlFSSubnetsSize(options?: GetRequiredAmlFSSubnetsSizeOptionalParams): Promise<RequiredAmlFilesystemSubnetsSize>
Parameters
Returns
Promise<RequiredAmlFilesystemSubnetsSize>