Deployments interface

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

메서드

beginCreateOrUpdate(string, string, string, string, string, Deployment, DeploymentsCreateOrUpdateOptionalParams)

배포를 만듭니다. '.default' 및 '.unassigned'는 시스템 정의 값이며 제품 또는 디바이스 그룹 이름에 사용할 수 없습니다.

beginCreateOrUpdateAndWait(string, string, string, string, string, Deployment, DeploymentsCreateOrUpdateOptionalParams)

배포를 만듭니다. '.default' 및 '.unassigned'는 시스템 정의 값이며 제품 또는 디바이스 그룹 이름에 사용할 수 없습니다.

beginDelete(string, string, string, string, string, DeploymentsDeleteOptionalParams)

배포를 삭제합니다. '.default' 및 '.unassigned'는 시스템 정의 값이며 제품 또는 디바이스 그룹 이름에 사용할 수 없습니다.

beginDeleteAndWait(string, string, string, string, string, DeploymentsDeleteOptionalParams)

배포를 삭제합니다. '.default' 및 '.unassigned'는 시스템 정의 값이며 제품 또는 디바이스 그룹 이름에 사용할 수 없습니다.

get(string, string, string, string, string, DeploymentsGetOptionalParams)

배포를 가져옵니다. '.default' 및 '.unassigned'는 시스템 정의 값이며 제품 또는 디바이스 그룹 이름에 사용할 수 없습니다.

listByDeviceGroup(string, string, string, string, DeploymentsListByDeviceGroupOptionalParams)

DeviceGroup별 배포 리소스를 나열합니다. '.default' 및 '.unassigned'는 시스템 정의 값이며 제품 또는 디바이스 그룹 이름에 사용할 수 없습니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, string, string, Deployment, DeploymentsCreateOrUpdateOptionalParams)

배포를 만듭니다. '.default' 및 '.unassigned'는 시스템 정의 값이며 제품 또는 디바이스 그룹 이름에 사용할 수 없습니다.

function beginCreateOrUpdate(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, resource: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Deployment>, Deployment>>

매개 변수

resourceGroupName

string

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

catalogName

string

카탈로그 이름

productName

string

제품 이름입니다.

deviceGroupName

string

디바이스 그룹의 이름입니다.

deploymentName

string

배포 이름. .default를 사용하여 배포를 만들고 연결된 디바이스 그룹에 대한 현재 배포를 가져옵니다.

resource
Deployment

리소스 만들기 매개 변수.

options
DeploymentsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateOrUpdateAndWait(string, string, string, string, string, Deployment, DeploymentsCreateOrUpdateOptionalParams)

배포를 만듭니다. '.default' 및 '.unassigned'는 시스템 정의 값이며 제품 또는 디바이스 그룹 이름에 사용할 수 없습니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, resource: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<Deployment>

매개 변수

resourceGroupName

string

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

catalogName

string

카탈로그 이름

productName

string

제품 이름입니다.

deviceGroupName

string

디바이스 그룹의 이름입니다.

deploymentName

string

배포 이름. .default를 사용하여 배포를 만들고 연결된 디바이스 그룹에 대한 현재 배포를 가져옵니다.

resource
Deployment

리소스 만들기 매개 변수.

options
DeploymentsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Deployment>

beginDelete(string, string, string, string, string, DeploymentsDeleteOptionalParams)

배포를 삭제합니다. '.default' 및 '.unassigned'는 시스템 정의 값이며 제품 또는 디바이스 그룹 이름에 사용할 수 없습니다.

function beginDelete(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

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

catalogName

string

카탈로그 이름

productName

string

제품 이름입니다.

deviceGroupName

string

디바이스 그룹의 이름입니다.

deploymentName

string

배포 이름. .default를 사용하여 배포를 만들고 연결된 디바이스 그룹에 대한 현재 배포를 가져옵니다.

options
DeploymentsDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, string, string, string, DeploymentsDeleteOptionalParams)

배포를 삭제합니다. '.default' 및 '.unassigned'는 시스템 정의 값이며 제품 또는 디바이스 그룹 이름에 사용할 수 없습니다.

function beginDeleteAndWait(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

catalogName

string

카탈로그 이름

productName

string

제품 이름입니다.

deviceGroupName

string

디바이스 그룹의 이름입니다.

deploymentName

string

배포 이름. .default를 사용하여 배포를 만들고 연결된 디바이스 그룹에 대한 현재 배포를 가져옵니다.

options
DeploymentsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, string, string, DeploymentsGetOptionalParams)

배포를 가져옵니다. '.default' 및 '.unassigned'는 시스템 정의 값이며 제품 또는 디바이스 그룹 이름에 사용할 수 없습니다.

function get(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, deploymentName: string, options?: DeploymentsGetOptionalParams): Promise<Deployment>

매개 변수

resourceGroupName

string

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

catalogName

string

카탈로그 이름

productName

string

제품 이름입니다.

deviceGroupName

string

디바이스 그룹의 이름입니다.

deploymentName

string

배포 이름. .default를 사용하여 배포를 만들고 연결된 디바이스 그룹에 대한 현재 배포를 가져옵니다.

options
DeploymentsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<Deployment>

listByDeviceGroup(string, string, string, string, DeploymentsListByDeviceGroupOptionalParams)

DeviceGroup별 배포 리소스를 나열합니다. '.default' 및 '.unassigned'는 시스템 정의 값이며 제품 또는 디바이스 그룹 이름에 사용할 수 없습니다.

function listByDeviceGroup(resourceGroupName: string, catalogName: string, productName: string, deviceGroupName: string, options?: DeploymentsListByDeviceGroupOptionalParams): PagedAsyncIterableIterator<Deployment, Deployment[], PageSettings>

매개 변수

resourceGroupName

string

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

catalogName

string

카탈로그 이름

productName

string

제품 이름입니다.

deviceGroupName

string

디바이스 그룹의 이름입니다.

options
DeploymentsListByDeviceGroupOptionalParams

옵션 매개 변수입니다.

반환