다음을 통해 공유


ComponentLinkedStorageAccountsOperations class

ComponentLinkedStorageAccountsOperations를 나타내는 클래스입니다.

생성자

ComponentLinkedStorageAccountsOperations(ApplicationInsightsManagementClientContext)

ComponentLinkedStorageAccountsOperations를 만듭니다.

메서드

createAndUpdate(string, string, ComponentLinkedStorageAccounts, RequestOptionsBase)

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

createAndUpdate(string, string, ComponentLinkedStorageAccounts, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)
createAndUpdate(string, string, ComponentLinkedStorageAccounts, ServiceCallback<ComponentLinkedStorageAccounts>)
deleteMethod(string, string, RequestOptionsBase)

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

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

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

get(string, string, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)
get(string, string, ServiceCallback<ComponentLinkedStorageAccounts>)
update(string, string, ComponentLinkedStorageAccountsPatch, RequestOptionsBase)

Application Insights 구성 요소에 대한 연결된 스토리지 계정을 업데이트합니다.

update(string, string, ComponentLinkedStorageAccountsPatch, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)
update(string, string, ComponentLinkedStorageAccountsPatch, ServiceCallback<ComponentLinkedStorageAccounts>)

생성자 세부 정보

ComponentLinkedStorageAccountsOperations(ApplicationInsightsManagementClientContext)

ComponentLinkedStorageAccountsOperations를 만듭니다.

new ComponentLinkedStorageAccountsOperations(client: ApplicationInsightsManagementClientContext)

매개 변수

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