StorageCacheManagementClient class

Properties

amlFilesystems

The operation groups for amlFilesystems

ascOperations

The operation groups for ascOperations

ascUsages

The operation groups for ascUsages

autoExportJobs

The operation groups for autoExportJobs

autoImportJobs

The operation groups for autoImportJobs

caches

The operation groups for caches

expansionJobs

The operation groups for expansionJobs

importJobs

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

storageTargetOperations

The operation groups for storageTargetOperations

storageTargets

The operation groups for storageTargets

usageModels

The operation groups for usageModels

Methods

checkAmlFSSubnets(CheckAmlFSSubnetsOptionalParams)

Check that subnets will be valid for AML file system create calls.

getRequiredAmlFSSubnetsSize(GetRequiredAmlFSSubnetsSizeOptionalParams)

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

The operation groups for caches

caches: CachesOperations

Property Value

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

The pipeline used by this client to make requests

pipeline: Pipeline

Property Value

skus

The operation groups for skus

skus: SkusOperations

Property Value

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

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