StorageAppliances interface

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

메서드

beginCreateOrUpdate(string, string, StorageAppliance, StorageAppliancesCreateOrUpdateOptionalParams)

새 스토리지 어플라이언스 만들기 또는 기존 스토리지 어플라이언스의 속성을 업데이트합니다. 이 리소스의 수명 주기가 시스템에서 관리되므로 고객이 시작한 모든 요청이 거부됩니다.

beginCreateOrUpdateAndWait(string, string, StorageAppliance, StorageAppliancesCreateOrUpdateOptionalParams)

새 스토리지 어플라이언스 만들기 또는 기존 스토리지 어플라이언스의 속성을 업데이트합니다. 이 리소스의 수명 주기가 시스템에서 관리되므로 고객이 시작한 모든 요청이 거부됩니다.

beginDelete(string, string, StorageAppliancesDeleteOptionalParams)

제공된 스토리지 어플라이언스 삭제 이 리소스의 수명 주기가 시스템에서 관리되므로 고객이 시작한 모든 요청이 거부됩니다.

beginDeleteAndWait(string, string, StorageAppliancesDeleteOptionalParams)

제공된 스토리지 어플라이언스 삭제 이 리소스의 수명 주기가 시스템에서 관리되므로 고객이 시작한 모든 요청이 거부됩니다.

beginDisableRemoteVendorManagement(string, string, StorageAppliancesDisableRemoteVendorManagementOptionalParams)

제공된 스토리지 어플라이언스의 원격 공급업체 관리를 사용하지 않도록 설정합니다.

beginDisableRemoteVendorManagementAndWait(string, string, StorageAppliancesDisableRemoteVendorManagementOptionalParams)

제공된 스토리지 어플라이언스의 원격 공급업체 관리를 사용하지 않도록 설정합니다.

beginEnableRemoteVendorManagement(string, string, StorageAppliancesEnableRemoteVendorManagementOptionalParams)

제공된 스토리지 어플라이언스의 원격 공급업체 관리를 사용하도록 설정합니다.

beginEnableRemoteVendorManagementAndWait(string, string, StorageAppliancesEnableRemoteVendorManagementOptionalParams)

제공된 스토리지 어플라이언스의 원격 공급업체 관리를 사용하도록 설정합니다.

beginRunReadCommands(string, string, StorageApplianceRunReadCommandsParameters, StorageAppliancesRunReadCommandsOptionalParams)

제공된 스토리지 어플라이언스에서 하나 이상의 읽기 전용 명령을 실행합니다.

beginRunReadCommandsAndWait(string, string, StorageApplianceRunReadCommandsParameters, StorageAppliancesRunReadCommandsOptionalParams)

제공된 스토리지 어플라이언스에서 하나 이상의 읽기 전용 명령을 실행합니다.

beginUpdate(string, string, StorageAppliancesUpdateOptionalParams)

제공된 스토리지 어플라이언스의 업데이트 속성 또는 스토리지 어플라이언스 속성 및 태그 업데이트와 연결된 업데이트 태그는 독립적으로 수행할 수 있습니다.

beginUpdateAndWait(string, string, StorageAppliancesUpdateOptionalParams)

제공된 스토리지 어플라이언스의 업데이트 속성 또는 스토리지 어플라이언스 속성 및 태그 업데이트와 연결된 업데이트 태그는 독립적으로 수행할 수 있습니다.

get(string, string, StorageAppliancesGetOptionalParams)

제공된 스토리지 어플라이언스의 속성을 가져옵니다.

listByResourceGroup(string, StorageAppliancesListByResourceGroupOptionalParams)

제공된 리소스 그룹에서 스토리지 어플라이언스 목록을 가져옵니다.

listBySubscription(StorageAppliancesListBySubscriptionOptionalParams)

제공된 구독에서 스토리지 어플라이언스 목록을 가져옵니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, StorageAppliance, StorageAppliancesCreateOrUpdateOptionalParams)

새 스토리지 어플라이언스 만들기 또는 기존 스토리지 어플라이언스의 속성을 업데이트합니다. 이 리소스의 수명 주기가 시스템에서 관리되므로 고객이 시작한 모든 요청이 거부됩니다.

function beginCreateOrUpdate(resourceGroupName: string, storageApplianceName: string, storageApplianceParameters: StorageAppliance, options?: StorageAppliancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StorageAppliance>, StorageAppliance>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

storageApplianceParameters
StorageAppliance

요청 본문입니다.

options
StorageAppliancesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<StorageAppliance>, StorageAppliance>>

beginCreateOrUpdateAndWait(string, string, StorageAppliance, StorageAppliancesCreateOrUpdateOptionalParams)

새 스토리지 어플라이언스 만들기 또는 기존 스토리지 어플라이언스의 속성을 업데이트합니다. 이 리소스의 수명 주기가 시스템에서 관리되므로 고객이 시작한 모든 요청이 거부됩니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, storageApplianceName: string, storageApplianceParameters: StorageAppliance, options?: StorageAppliancesCreateOrUpdateOptionalParams): Promise<StorageAppliance>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

storageApplianceParameters
StorageAppliance

요청 본문입니다.

options
StorageAppliancesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<StorageAppliance>

beginDelete(string, string, StorageAppliancesDeleteOptionalParams)

제공된 스토리지 어플라이언스 삭제 이 리소스의 수명 주기가 시스템에서 관리되므로 고객이 시작한 모든 요청이 거부됩니다.

function beginDelete(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

options
StorageAppliancesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDeleteAndWait(string, string, StorageAppliancesDeleteOptionalParams)

제공된 스토리지 어플라이언스 삭제 이 리소스의 수명 주기가 시스템에서 관리되므로 고객이 시작한 모든 요청이 거부됩니다.

function beginDeleteAndWait(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesDeleteOptionalParams): Promise<OperationStatusResult>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

options
StorageAppliancesDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginDisableRemoteVendorManagement(string, string, StorageAppliancesDisableRemoteVendorManagementOptionalParams)

제공된 스토리지 어플라이언스의 원격 공급업체 관리를 사용하지 않도록 설정합니다.

function beginDisableRemoteVendorManagement(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesDisableRemoteVendorManagementOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

options
StorageAppliancesDisableRemoteVendorManagementOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDisableRemoteVendorManagementAndWait(string, string, StorageAppliancesDisableRemoteVendorManagementOptionalParams)

제공된 스토리지 어플라이언스의 원격 공급업체 관리를 사용하지 않도록 설정합니다.

function beginDisableRemoteVendorManagementAndWait(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesDisableRemoteVendorManagementOptionalParams): Promise<OperationStatusResult>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

options
StorageAppliancesDisableRemoteVendorManagementOptionalParams

옵션 매개 변수입니다.

반환

beginEnableRemoteVendorManagement(string, string, StorageAppliancesEnableRemoteVendorManagementOptionalParams)

제공된 스토리지 어플라이언스의 원격 공급업체 관리를 사용하도록 설정합니다.

function beginEnableRemoteVendorManagement(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesEnableRemoteVendorManagementOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

options
StorageAppliancesEnableRemoteVendorManagementOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginEnableRemoteVendorManagementAndWait(string, string, StorageAppliancesEnableRemoteVendorManagementOptionalParams)

제공된 스토리지 어플라이언스의 원격 공급업체 관리를 사용하도록 설정합니다.

function beginEnableRemoteVendorManagementAndWait(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesEnableRemoteVendorManagementOptionalParams): Promise<OperationStatusResult>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

options
StorageAppliancesEnableRemoteVendorManagementOptionalParams

옵션 매개 변수입니다.

반환

beginRunReadCommands(string, string, StorageApplianceRunReadCommandsParameters, StorageAppliancesRunReadCommandsOptionalParams)

제공된 스토리지 어플라이언스에서 하나 이상의 읽기 전용 명령을 실행합니다.

function beginRunReadCommands(resourceGroupName: string, storageApplianceName: string, storageApplianceRunReadCommandsParameters: StorageApplianceRunReadCommandsParameters, options?: StorageAppliancesRunReadCommandsOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

storageApplianceRunReadCommandsParameters
StorageApplianceRunReadCommandsParameters

요청 본문입니다.

options
StorageAppliancesRunReadCommandsOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginRunReadCommandsAndWait(string, string, StorageApplianceRunReadCommandsParameters, StorageAppliancesRunReadCommandsOptionalParams)

제공된 스토리지 어플라이언스에서 하나 이상의 읽기 전용 명령을 실행합니다.

function beginRunReadCommandsAndWait(resourceGroupName: string, storageApplianceName: string, storageApplianceRunReadCommandsParameters: StorageApplianceRunReadCommandsParameters, options?: StorageAppliancesRunReadCommandsOptionalParams): Promise<OperationStatusResult>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

storageApplianceRunReadCommandsParameters
StorageApplianceRunReadCommandsParameters

요청 본문입니다.

options
StorageAppliancesRunReadCommandsOptionalParams

옵션 매개 변수입니다.

반환

beginUpdate(string, string, StorageAppliancesUpdateOptionalParams)

제공된 스토리지 어플라이언스의 업데이트 속성 또는 스토리지 어플라이언스 속성 및 태그 업데이트와 연결된 업데이트 태그는 독립적으로 수행할 수 있습니다.

function beginUpdate(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StorageAppliance>, StorageAppliance>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

options
StorageAppliancesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<StorageAppliance>, StorageAppliance>>

beginUpdateAndWait(string, string, StorageAppliancesUpdateOptionalParams)

제공된 스토리지 어플라이언스의 업데이트 속성 또는 스토리지 어플라이언스 속성 및 태그 업데이트와 연결된 업데이트 태그는 독립적으로 수행할 수 있습니다.

function beginUpdateAndWait(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesUpdateOptionalParams): Promise<StorageAppliance>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

options
StorageAppliancesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<StorageAppliance>

get(string, string, StorageAppliancesGetOptionalParams)

제공된 스토리지 어플라이언스의 속성을 가져옵니다.

function get(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesGetOptionalParams): Promise<StorageAppliance>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

storageApplianceName

string

스토리지 어플라이언스의 이름입니다.

options
StorageAppliancesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<StorageAppliance>

listByResourceGroup(string, StorageAppliancesListByResourceGroupOptionalParams)

제공된 리소스 그룹에서 스토리지 어플라이언스 목록을 가져옵니다.

function listByResourceGroup(resourceGroupName: string, options?: StorageAppliancesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StorageAppliance, StorageAppliance[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

options
StorageAppliancesListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listBySubscription(StorageAppliancesListBySubscriptionOptionalParams)

제공된 구독에서 스토리지 어플라이언스 목록을 가져옵니다.

function listBySubscription(options?: StorageAppliancesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<StorageAppliance, StorageAppliance[], PageSettings>

매개 변수

options
StorageAppliancesListBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환