StorageActionsManagementClient class
- Extends
建構函式
Storage |
初始化 StorageActionsManagementClient 類別的新實例。 |
屬性
$host | |
api |
|
operations | |
storage |
|
storage |
|
storage |
|
subscription |
繼承的屬性
pipeline | 此客戶端用來提出要求的管線 |
繼承的方法
send |
傳送使用提供的 OperationSpec 填入的 HTTP 要求。 |
send |
傳送提供的 HTTPRequest。 |
建構函式詳細資料
StorageActionsManagementClient(TokenCredential, string, StorageActionsManagementClientOptionalParams)
初始化 StorageActionsManagementClient 類別的新實例。
new StorageActionsManagementClient(credentials: TokenCredential, subscriptionId: string, options?: StorageActionsManagementClientOptionalParams)
參數
- credentials
- TokenCredential
可唯一識別用戶端訂用帳戶的訂用帳戶認證。
- subscriptionId
-
string
目標訂用帳戶的標識碼。 此值必須是 UUID。
參數選項
屬性詳細資料
$host
$host: string
屬性值
string
apiVersion
apiVersion: string
屬性值
string
operations
storageTaskAssignmentOperations
storageTaskAssignmentOperations: StorageTaskAssignmentOperations
屬性值
storageTasks
storageTasksReport
subscriptionId
subscriptionId: string
屬性值
string
繼承的屬性詳細資料
pipeline
繼承的方法的詳細資料
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