StorageAppliances interface
StorageAppliances를 나타내는 인터페이스입니다.
메서드
메서드 세부 정보
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
요청 본문.
옵션 매개 변수입니다.
반환
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
요청 본문.
옵션 매개 변수입니다.
반환
Promise<StorageAppliance>
beginDelete(string, string, StorageAppliancesDeleteOptionalParams)
제공된 스토리지 어플라이언스 삭제합니다. 이 리소스의 수명 주기가 시스템에서 관리되므로 고객이 시작한 모든 요청이 거부됩니다.
function beginDelete(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- storageApplianceName
-
string
스토리지 어플라이언스 이름입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, StorageAppliancesDeleteOptionalParams)
제공된 스토리지 어플라이언스 삭제합니다. 이 리소스의 수명 주기가 시스템에서 관리되므로 고객이 시작한 모든 요청이 거부됩니다.
function beginDeleteAndWait(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- storageApplianceName
-
string
스토리지 어플라이언스 이름입니다.
옵션 매개 변수입니다.
반환
Promise<void>
beginDisableRemoteVendorManagement(string, string, StorageAppliancesDisableRemoteVendorManagementOptionalParams)
제공된 스토리지 어플라이언스 원격 공급업체 관리를 사용하지 않도록 설정합니다.
function beginDisableRemoteVendorManagement(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesDisableRemoteVendorManagementOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- storageApplianceName
-
string
스토리지 어플라이언스 이름입니다.
옵션 매개 변수입니다.
반환
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
스토리지 어플라이언스 이름입니다.
옵션 매개 변수입니다.
반환
Promise<OperationStatusResult>
beginEnableRemoteVendorManagement(string, string, StorageAppliancesEnableRemoteVendorManagementOptionalParams)
제공된 스토리지 어플라이언스 원격 공급업체 관리를 사용하도록 설정합니다.
function beginEnableRemoteVendorManagement(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesEnableRemoteVendorManagementOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- storageApplianceName
-
string
스토리지 어플라이언스 이름입니다.
옵션 매개 변수입니다.
반환
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
스토리지 어플라이언스 이름입니다.
옵션 매개 변수입니다.
반환
Promise<OperationStatusResult>
beginUpdate(string, string, StorageAppliancesUpdateOptionalParams)
제공된 스토리지 어플라이언스 속성 업데이트 또는 스토리지 어플라이언스 속성 및 태그 업데이트와 연결된 업데이트 태그는 독립적으로 수행할 수 있습니다.
function beginUpdate(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StorageAppliance>, StorageAppliance>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- storageApplianceName
-
string
스토리지 어플라이언스 이름입니다.
옵션 매개 변수입니다.
반환
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
스토리지 어플라이언스 이름입니다.
옵션 매개 변수입니다.
반환
Promise<StorageAppliance>
get(string, string, StorageAppliancesGetOptionalParams)
제공된 스토리지 어플라이언스 속성을 가져옵니다.
function get(resourceGroupName: string, storageApplianceName: string, options?: StorageAppliancesGetOptionalParams): Promise<StorageAppliance>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- storageApplianceName
-
string
스토리지 어플라이언스 이름입니다.
옵션 매개 변수입니다.
반환
Promise<StorageAppliance>
listByResourceGroup(string, StorageAppliancesListByResourceGroupOptionalParams)
제공된 리소스 그룹에서 스토리지 어플라이언스 목록을 가져옵니다.
function listByResourceGroup(resourceGroupName: string, options?: StorageAppliancesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StorageAppliance, StorageAppliance[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
옵션 매개 변수입니다.
반환
listBySubscription(StorageAppliancesListBySubscriptionOptionalParams)
제공된 구독에서 스토리지 어플라이언스 목록을 가져옵니다.
function listBySubscription(options?: StorageAppliancesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<StorageAppliance, StorageAppliance[], PageSettings>
매개 변수
옵션 매개 변수입니다.