다음을 통해 공유


ComponentLinkedStorageAccountsOperations interface

ComponentLinkedStorageAccountsOperations를 나타내는 인터페이스입니다.

메서드

createAndUpdate(string, string, string, ComponentLinkedStorageAccounts, ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams)

Application Insights 구성 요소에 대한 현재 연결된 스토리지 계정을 대체합니다.

delete(string, string, string, ComponentLinkedStorageAccountsDeleteOptionalParams)

Application Insights 구성 요소에 대한 연결된 스토리지 계정을 삭제합니다.

get(string, string, string, ComponentLinkedStorageAccountsGetOptionalParams)

Application Insights 구성 요소에 대한 현재 연결된 스토리지 설정을 반환합니다.

update(string, string, string, ComponentLinkedStorageAccountsPatch, ComponentLinkedStorageAccountsUpdateOptionalParams)

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 구성 요소에 대한 연결된 스토리지 계정을 업데이트하기 위해 지정해야 하는 속성입니다.

options
ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams

옵션 매개 변수입니다.

반환

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 구성 요소 데이터 원본의 형식입니다.

options
ComponentLinkedStorageAccountsDeleteOptionalParams

옵션 매개 변수입니다.

반환

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 구성 요소 데이터 원본의 형식입니다.

options
ComponentLinkedStorageAccountsGetOptionalParams

옵션 매개 변수입니다.

반환

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 구성 요소에 대한 연결된 스토리지 계정을 업데이트하기 위해 지정해야 하는 속성입니다.

options
ComponentLinkedStorageAccountsUpdateOptionalParams

옵션 매개 변수입니다.

반환