다음을 통해 공유


ServiceUnits class

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

생성자

ServiceUnits(AzureDeploymentManagerContext)

ServiceUnits를 만듭니다.

메서드

beginCreateOrUpdate(string, string, string, string, ServiceUnitResource, RequestOptionsBase)

이 작업은 비동기 작업이며 이 작업에서 반환된 작업 리소스를 사용하여 완료될 때 폴링할 수 있습니다.

createOrUpdate(string, string, string, string, ServiceUnitResource, RequestOptionsBase)

이 작업은 비동기 작업이며 이 작업에서 반환된 작업 리소스를 사용하여 완료될 때 폴링할 수 있습니다.

deleteMethod(string, string, string, string, RequestOptionsBase)
deleteMethod(string, string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, string, ServiceCallback<void>)
get(string, string, string, string, RequestOptionsBase)
get(string, string, string, string, RequestOptionsBase, ServiceCallback<ServiceUnitResource>)
get(string, string, string, string, ServiceCallback<ServiceUnitResource>)
list(string, string, string, RequestOptionsBase)
list(string, string, string, RequestOptionsBase, ServiceCallback<ServiceUnitResource[]>)
list(string, string, string, ServiceCallback<ServiceUnitResource[]>)

생성자 세부 정보

ServiceUnits(AzureDeploymentManagerContext)

ServiceUnits를 만듭니다.

new ServiceUnits(client: AzureDeploymentManagerContext)

매개 변수

client
AzureDeploymentManagerContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, string, ServiceUnitResource, RequestOptionsBase)

이 작업은 비동기 작업이며 이 작업에서 반환된 작업 리소스를 사용하여 완료될 때 폴링할 수 있습니다.

function beginCreateOrUpdate(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceUnitName: string, serviceUnitInfo: ServiceUnitResource, options?: RequestOptionsBase): Promise<LROPoller>

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

서비스 토폴로지의 이름입니다.

serviceName

string

서비스 리소스의 이름입니다.

serviceUnitName

string

서비스 단위 리소스의 이름입니다.

serviceUnitInfo
ServiceUnitResource

서비스 단위 리소스 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<@azure/ms-rest-azure-js.LROPoller>

promise<msRestAzure.LROPoller>

createOrUpdate(string, string, string, string, ServiceUnitResource, RequestOptionsBase)

이 작업은 비동기 작업이며 이 작업에서 반환된 작업 리소스를 사용하여 완료될 때 폴링할 수 있습니다.

function createOrUpdate(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceUnitName: string, serviceUnitInfo: ServiceUnitResource, options?: RequestOptionsBase): Promise<ServiceUnitsCreateOrUpdateResponse>

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

서비스 토폴로지의 이름입니다.

serviceName

string

서비스 리소스의 이름입니다.

serviceUnitName

string

서비스 단위 리소스의 이름입니다.

serviceUnitInfo
ServiceUnitResource

서비스 단위 리소스 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise Models.ServiceUnitsCreateOrUpdateResponse를 약속<합니다.>

deleteMethod(string, string, string, string, RequestOptionsBase)

function deleteMethod(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceUnitName: string, options?: RequestOptionsBase): Promise<RestResponse>

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

서비스 토폴로지의 이름입니다.

serviceName

string

서비스 리소스의 이름입니다.

serviceUnitName

string

서비스 단위 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

promise<msRest.RestResponse>

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

function deleteMethod(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceUnitName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

서비스 토폴로지의 이름입니다.

serviceName

string

서비스 리소스의 이름입니다.

serviceUnitName

string

서비스 단위 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

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

function deleteMethod(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceUnitName: string, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

서비스 토폴로지의 이름입니다.

serviceName

string

서비스 리소스의 이름입니다.

serviceUnitName

string

서비스 단위 리소스의 이름입니다.

callback

ServiceCallback<void>

콜백

get(string, string, string, string, RequestOptionsBase)

function get(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceUnitName: string, options?: RequestOptionsBase): Promise<ServiceUnitsGetResponse>

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

서비스 토폴로지의 이름입니다.

serviceName

string

서비스 리소스의 이름입니다.

serviceUnitName

string

서비스 단위 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Models.ServiceUnitsGetResponse 약속<>

get(string, string, string, string, RequestOptionsBase, ServiceCallback<ServiceUnitResource>)

function get(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceUnitName: string, options: RequestOptionsBase, callback: ServiceCallback<ServiceUnitResource>)

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

서비스 토폴로지의 이름입니다.

serviceName

string

서비스 리소스의 이름입니다.

serviceUnitName

string

서비스 단위 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

get(string, string, string, string, ServiceCallback<ServiceUnitResource>)

function get(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceUnitName: string, callback: ServiceCallback<ServiceUnitResource>)

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

서비스 토폴로지의 이름입니다.

serviceName

string

서비스 리소스의 이름입니다.

serviceUnitName

string

서비스 단위 리소스의 이름입니다.

list(string, string, string, RequestOptionsBase)

function list(resourceGroupName: string, serviceTopologyName: string, serviceName: string, options?: RequestOptionsBase): Promise<ServiceUnitsListResponse>

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

서비스 토폴로지의 이름입니다.

serviceName

string

서비스 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Models Promise.ServiceUnitsListResponse<>

list(string, string, string, RequestOptionsBase, ServiceCallback<ServiceUnitResource[]>)

function list(resourceGroupName: string, serviceTopologyName: string, serviceName: string, options: RequestOptionsBase, callback: ServiceCallback<ServiceUnitResource[]>)

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

서비스 토폴로지의 이름입니다.

serviceName

string

서비스 리소스의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

list(string, string, string, ServiceCallback<ServiceUnitResource[]>)

function list(resourceGroupName: string, serviceTopologyName: string, serviceName: string, callback: ServiceCallback<ServiceUnitResource[]>)

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

서비스 토폴로지의 이름입니다.

serviceName

string

서비스 리소스의 이름입니다.