次の方法で共有


StorageCacheManagementClient class

Extends

コンストラクター

StorageCacheManagementClient(TokenCredential, string, StorageCacheManagementClientOptionalParams)

StorageCacheManagementClient クラスの新しいインスタンスを初期化します。

プロパティ

$host
amlFilesystems
apiVersion
ascOperations
ascUsages
autoExportJobs
autoImportJobs
caches
importJobs
operations
skus
storageTargetOperations
storageTargets
subscriptionId
usageModels

継承されたプロパティ

pipeline

このクライアントが要求を行うために使用するパイプライン

メソッド

checkAmlFSSubnets(CheckAmlFSSubnetsOptionalParams)

サブネットが AML ファイル システムの作成呼び出しに対して有効であることを確認します。

getRequiredAmlFSSubnetsSize(GetRequiredAmlFSSubnetsSizeOptionalParams)

提供された AML ファイル システム情報に必要な使用可能な IP アドレスの数を取得します。

継承されたメソッド

sendOperationRequest<T>(OperationArguments, OperationSpec)

指定された OperationSpec を使用して設定された HTTP 要求を送信します。

sendRequest(PipelineRequest)

指定された httpRequest を送信します。

コンストラクターの詳細

StorageCacheManagementClient(TokenCredential, string, StorageCacheManagementClientOptionalParams)

StorageCacheManagementClient クラスの新しいインスタンスを初期化します。

new StorageCacheManagementClient(credentials: TokenCredential, subscriptionId: string, options?: StorageCacheManagementClientOptionalParams)

パラメーター

credentials
TokenCredential

クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。

subscriptionId

string

ターゲット サブスクリプションの ID。

options
StorageCacheManagementClientOptionalParams

パラメーター のオプション

プロパティの詳細

$host

$host: string

プロパティ値

string

amlFilesystems

amlFilesystems: AmlFilesystems

プロパティ値

apiVersion

apiVersion: string

プロパティ値

string

ascOperations

ascOperations: AscOperations

プロパティ値

ascUsages

ascUsages: AscUsages

プロパティ値

autoExportJobs

autoExportJobs: AutoExportJobs

プロパティ値

autoImportJobs

autoImportJobs: AutoImportJobs

プロパティ値

caches

caches: Caches

プロパティ値

importJobs

importJobs: ImportJobs

プロパティ値

operations

operations: Operations

プロパティ値

skus

skus: Skus

プロパティ値

storageTargetOperations

storageTargetOperations: StorageTargetOperations

プロパティ値

storageTargets

storageTargets: StorageTargets

プロパティ値

subscriptionId

subscriptionId: string

プロパティ値

string

usageModels

usageModels: UsageModels

プロパティ値

継承されたプロパティの詳細

pipeline

このクライアントが要求を行うために使用するパイプライン

pipeline: Pipeline

プロパティ値

coreClient.ServiceClient.pipeline から継承

メソッドの詳細

checkAmlFSSubnets(CheckAmlFSSubnetsOptionalParams)

サブネットが AML ファイル システムの作成呼び出しに対して有効であることを確認します。

function checkAmlFSSubnets(options?: CheckAmlFSSubnetsOptionalParams): Promise<void>

パラメーター

options
CheckAmlFSSubnetsOptionalParams

オプション パラメーター。

戻り値

Promise<void>

getRequiredAmlFSSubnetsSize(GetRequiredAmlFSSubnetsSizeOptionalParams)

提供された AML ファイル システム情報に必要な使用可能な IP アドレスの数を取得します。

function getRequiredAmlFSSubnetsSize(options?: GetRequiredAmlFSSubnetsSizeOptionalParams): Promise<RequiredAmlFilesystemSubnetsSize>

パラメーター

options
GetRequiredAmlFSSubnetsSizeOptionalParams

オプション パラメーター。

戻り値

継承済みメソッドの詳細

sendOperationRequest<T>(OperationArguments, OperationSpec)

指定された OperationSpec を使用して設定された HTTP 要求を送信します。

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

パラメーター

operationArguments
OperationArguments

HTTP 要求のテンプレート値が設定される引数。

operationSpec
OperationSpec

httpRequest の設定に使用する OperationSpec。

戻り値

Promise<T>

coreClient.ServiceClient.sendOperationRequest から継承

sendRequest(PipelineRequest)

指定された httpRequest を送信します。

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

パラメーター

request
PipelineRequest

戻り値

Promise<PipelineResponse>

coreClient.ServiceClient.sendRequest から継承