ComponentLinkedStorageAccountsOperations interface
代表 ComponentLinkedStorageAccountsOperations 的介面。
方法
create |
取代 Application Insights 元件目前的連結儲存體帳戶。 |
delete(string, string, string, Component |
刪除 Application Insights 元件的連結儲存體帳戶。 |
get(string, string, string, Component |
傳回 Application Insights 元件的目前連結儲存體設定。 |
update(string, string, string, Component |
更新 Application Insights 元件的連結儲存體帳戶。 |
方法詳細資料
createAndUpdate(string, string, string, ComponentLinkedStorageAccounts, ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams)
取代 Application Insights 元件目前的連結儲存體帳戶。
function createAndUpdate(resourceGroupName: string, resourceName: string, storageType: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options?: ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams): Promise<ComponentLinkedStorageAccounts>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- storageType
-
string
連結儲存體帳戶的 Application Insights 元件資料來源類型。
- linkedStorageAccountsProperties
- ComponentLinkedStorageAccounts
需要指定的屬性,才能更新 Application Insights 元件的連結儲存體帳戶。
傳回
Promise<ComponentLinkedStorageAccounts>
delete(string, string, string, ComponentLinkedStorageAccountsDeleteOptionalParams)
刪除 Application Insights 元件的連結儲存體帳戶。
function delete(resourceGroupName: string, resourceName: string, storageType: string, options?: ComponentLinkedStorageAccountsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- storageType
-
string
連結儲存體帳戶的 Application Insights 元件資料來源類型。
選項參數。
傳回
Promise<void>
get(string, string, string, ComponentLinkedStorageAccountsGetOptionalParams)
傳回 Application Insights 元件的目前連結儲存體設定。
function get(resourceGroupName: string, resourceName: string, storageType: string, options?: ComponentLinkedStorageAccountsGetOptionalParams): Promise<ComponentLinkedStorageAccounts>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- storageType
-
string
連結儲存體帳戶的 Application Insights 元件資料來源類型。
選項參數。
傳回
Promise<ComponentLinkedStorageAccounts>
update(string, string, string, ComponentLinkedStorageAccountsPatch, ComponentLinkedStorageAccountsUpdateOptionalParams)
更新 Application Insights 元件的連結儲存體帳戶。
function update(resourceGroupName: string, resourceName: string, storageType: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: ComponentLinkedStorageAccountsUpdateOptionalParams): Promise<ComponentLinkedStorageAccounts>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- storageType
-
string
連結儲存體帳戶的 Application Insights 元件資料來源類型。
- linkedStorageAccountsProperties
- ComponentLinkedStorageAccountsPatch
需要指定的屬性,才能更新 Application Insights 元件的連結儲存體帳戶。
選項參數。
傳回
Promise<ComponentLinkedStorageAccounts>