ComponentLinkedStorageAccountsOperations class
代表 ComponentLinkedStorageAccountsOperations 的類別。
建構函式
Component |
建立 ComponentLinkedStorageAccountsOperations。 |
方法
建構函式詳細資料
ComponentLinkedStorageAccountsOperations(ApplicationInsightsManagementClientContext)
建立 ComponentLinkedStorageAccountsOperations。
new ComponentLinkedStorageAccountsOperations(client: ApplicationInsightsManagementClientContext)
參數
服務用戶端的參考。
方法詳細資料
createAndUpdate(string, string, ComponentLinkedStorageAccounts, RequestOptionsBase)
取代 Application Insights 元件目前的連結儲存體帳戶。
function createAndUpdate(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options?: RequestOptionsBase): Promise<ComponentLinkedStorageAccountsCreateAndUpdateResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- linkedStorageAccountsProperties
- ComponentLinkedStorageAccounts
需要指定的屬性,才能更新 Application Insights 元件的連結儲存體帳戶。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ComponentLinkedStorageAccountsCreateAndUpdateResponse>
createAndUpdate(string, string, ComponentLinkedStorageAccounts, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)
function createAndUpdate(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options: RequestOptionsBase, callback: ServiceCallback<ComponentLinkedStorageAccounts>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- linkedStorageAccountsProperties
- ComponentLinkedStorageAccounts
需要指定的屬性,才能更新 Application Insights 元件的連結儲存體帳戶。
- options
- RequestOptionsBase
選擇性參數
回呼
createAndUpdate(string, string, ComponentLinkedStorageAccounts, ServiceCallback<ComponentLinkedStorageAccounts>)
function createAndUpdate(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, callback: ServiceCallback<ComponentLinkedStorageAccounts>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- linkedStorageAccountsProperties
- ComponentLinkedStorageAccounts
需要指定的屬性,才能更新 Application Insights 元件的連結儲存體帳戶。
回呼
deleteMethod(string, string, RequestOptionsBase)
刪除 Application Insights 元件的連結儲存體帳戶。
function deleteMethod(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<RestResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<RestResponse>
Promise < msRest.RestResponse>
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<void>
回呼
deleteMethod(string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, resourceName: string, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- callback
-
ServiceCallback<void>
回呼
get(string, string, RequestOptionsBase)
傳回 Application Insights 元件目前的連結儲存體設定。
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentLinkedStorageAccountsGetResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ComponentLinkedStorageAccountsGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ComponentLinkedStorageAccounts>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- options
- RequestOptionsBase
選擇性參數
回呼
get(string, string, ServiceCallback<ComponentLinkedStorageAccounts>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ComponentLinkedStorageAccounts>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
回呼
update(string, string, ComponentLinkedStorageAccountsPatch, RequestOptionsBase)
更新 Application Insights 元件的連結儲存體帳戶。
function update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: RequestOptionsBase): Promise<ComponentLinkedStorageAccountsUpdateResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- linkedStorageAccountsProperties
- ComponentLinkedStorageAccountsPatch
需要指定的屬性,才能更新 Application Insights 元件的連結儲存體帳戶。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ComponentLinkedStorageAccountsUpdateResponse>
update(string, string, ComponentLinkedStorageAccountsPatch, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)
function update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options: RequestOptionsBase, callback: ServiceCallback<ComponentLinkedStorageAccounts>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- linkedStorageAccountsProperties
- ComponentLinkedStorageAccountsPatch
需要指定的屬性,才能更新 Application Insights 元件的連結儲存體帳戶。
- options
- RequestOptionsBase
選擇性參數
回呼
update(string, string, ComponentLinkedStorageAccountsPatch, ServiceCallback<ComponentLinkedStorageAccounts>)
function update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, callback: ServiceCallback<ComponentLinkedStorageAccounts>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- linkedStorageAccountsProperties
- ComponentLinkedStorageAccountsPatch
需要指定的屬性,才能更新 Application Insights 元件的連結儲存體帳戶。
回呼