Services class

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

생성자

Services(AzureDeploymentManagerContext)

서비스를 만듭니다.

메서드

createOrUpdate(string, string, string, ServiceResource, RequestOptionsBase)

새 서비스를 동기적으로 만들거나 기존 서비스를 업데이트합니다.

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

생성자 세부 정보

Services(AzureDeploymentManagerContext)

서비스를 만듭니다.

new Services(client: AzureDeploymentManagerContext)

매개 변수

client
AzureDeploymentManagerContext

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

메서드 세부 정보

createOrUpdate(string, string, string, ServiceResource, RequestOptionsBase)

새 서비스를 동기적으로 만들거나 기존 서비스를 업데이트합니다.

function createOrUpdate(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceInfo: ServiceResource, options?: RequestOptionsBase): Promise<ServicesCreateOrUpdateResponse>

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

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

serviceName

string

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

serviceInfo
ServiceResource

서비스 개체

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ServicesCreateOrUpdateResponse>

createOrUpdate(string, string, string, ServiceResource, RequestOptionsBase, ServiceCallback<ServiceResource>)

function createOrUpdate(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceInfo: ServiceResource, options: RequestOptionsBase, callback: ServiceCallback<ServiceResource>)

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

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

serviceName

string

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

serviceInfo
ServiceResource

서비스 개체

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ServiceResource>

콜백

createOrUpdate(string, string, string, ServiceResource, ServiceCallback<ServiceResource>)

function createOrUpdate(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceInfo: ServiceResource, callback: ServiceCallback<ServiceResource>)

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

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

serviceName

string

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

serviceInfo
ServiceResource

서비스 개체

callback

ServiceCallback<ServiceResource>

콜백

deleteMethod(string, string, string, RequestOptionsBase)

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

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

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

serviceName

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

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

serviceName

string

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

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

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

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

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

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

serviceName

string

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

callback

ServiceCallback<void>

콜백

get(string, string, string, RequestOptionsBase)

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

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

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

serviceName

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ServicesGetResponse>

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

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

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

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

serviceName

string

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

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ServiceResource>

콜백

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

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

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

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

serviceName

string

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

callback

ServiceCallback<ServiceResource>

콜백

list(string, string, RequestOptionsBase)

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

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ServicesListResponse>

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

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

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

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

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ServiceResource[]>

콜백

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

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

매개 변수

resourceGroupName

string

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

serviceTopologyName

string

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

callback

ServiceCallback<ServiceResource[]>

콜백