StorageAccountCredentials interface

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

메서드

beginCreateOrUpdate(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)

스토리지 계정 자격 증명을 만들거나 업데이트합니다.

beginCreateOrUpdateAndWait(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)

스토리지 계정 자격 증명을 만들거나 업데이트합니다.

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

스토리지 계정 자격 증명을 삭제합니다.

beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

스토리지 계정 자격 증명을 삭제합니다.

get(string, string, string, StorageAccountCredentialsGetOptionalParams)

지정된 스토리지 계정 자격 증명의 속성을 가져옵니다.

listByDataBoxEdgeDevice(string, string, StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams)

Data Box Edge/Data Box Gateway 디바이스의 모든 스토리지 계정 자격 증명을 가져옵니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)

스토리지 계정 자격 증명을 만들거나 업데이트합니다.

function beginCreateOrUpdate(deviceName: string, name: string, resourceGroupName: string, storageAccountCredential: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountCredential>, StorageAccountCredential>>

매개 변수

deviceName

string

디바이스 이름.

name

string

스토리지 계정 자격 증명 이름입니다.

resourceGroupName

string

리소스 그룹 이름입니다.

storageAccountCredential
StorageAccountCredential

스토리지 계정 자격 증명입니다.

options
StorageAccountCredentialsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<StorageAccountCredential>, StorageAccountCredential>>

beginCreateOrUpdateAndWait(string, string, string, StorageAccountCredential, StorageAccountCredentialsCreateOrUpdateOptionalParams)

스토리지 계정 자격 증명을 만들거나 업데이트합니다.

function beginCreateOrUpdateAndWait(deviceName: string, name: string, resourceGroupName: string, storageAccountCredential: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<StorageAccountCredential>

매개 변수

deviceName

string

디바이스 이름.

name

string

스토리지 계정 자격 증명 이름입니다.

resourceGroupName

string

리소스 그룹 이름입니다.

storageAccountCredential
StorageAccountCredential

스토리지 계정 자격 증명입니다.

options
StorageAccountCredentialsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

스토리지 계정 자격 증명을 삭제합니다.

function beginDelete(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

매개 변수

deviceName

string

디바이스 이름.

name

string

스토리지 계정 자격 증명 이름입니다.

resourceGroupName

string

리소스 그룹 이름입니다.

options
StorageAccountCredentialsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, StorageAccountCredentialsDeleteOptionalParams)

스토리지 계정 자격 증명을 삭제합니다.

function beginDeleteAndWait(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<void>

매개 변수

deviceName

string

디바이스 이름.

name

string

스토리지 계정 자격 증명 이름입니다.

resourceGroupName

string

리소스 그룹 이름입니다.

options
StorageAccountCredentialsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, StorageAccountCredentialsGetOptionalParams)

지정된 스토리지 계정 자격 증명의 속성을 가져옵니다.

function get(deviceName: string, name: string, resourceGroupName: string, options?: StorageAccountCredentialsGetOptionalParams): Promise<StorageAccountCredential>

매개 변수

deviceName

string

디바이스 이름.

name

string

스토리지 계정 자격 증명 이름입니다.

resourceGroupName

string

리소스 그룹 이름입니다.

options
StorageAccountCredentialsGetOptionalParams

옵션 매개 변수입니다.

반환

listByDataBoxEdgeDevice(string, string, StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams)

Data Box Edge/Data Box Gateway 디바이스의 모든 스토리지 계정 자격 증명을 가져옵니다.

function listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: StorageAccountCredentialsListByDataBoxEdgeDeviceOptionalParams): PagedAsyncIterableIterator<StorageAccountCredential, StorageAccountCredential[], PageSettings>

매개 변수

deviceName

string

디바이스 이름.

resourceGroupName

string

리소스 그룹 이름입니다.

반환