Steps class

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

생성자

Steps(AzureDeploymentManagerContext)

단계를 만듭니다.

메서드

createOrUpdate(string, string, ServiceCallback<StepResource>)
createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)

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

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

생성자 세부 정보

Steps(AzureDeploymentManagerContext)

단계를 만듭니다.

new Steps(client: AzureDeploymentManagerContext)

매개 변수

client
AzureDeploymentManagerContext

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

메서드 세부 정보

createOrUpdate(string, string, ServiceCallback<StepResource>)

function createOrUpdate(resourceGroupName: string, stepName: string, callback: ServiceCallback<StepResource>)

매개 변수

resourceGroupName

string

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

stepName

string

배포 단계의 이름입니다.

callback

ServiceCallback<StepResource>

콜백

createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams)

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

function createOrUpdate(resourceGroupName: string, stepName: string, options?: StepsCreateOrUpdateOptionalParams): Promise<StepsCreateOrUpdateResponse>

매개 변수

resourceGroupName

string

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

stepName

string

배포 단계의 이름입니다.

options
StepsCreateOrUpdateOptionalParams

선택적 매개 변수

반환

Promise<Models.StepsCreateOrUpdateResponse>

createOrUpdate(string, string, StepsCreateOrUpdateOptionalParams, ServiceCallback<StepResource>)

function createOrUpdate(resourceGroupName: string, stepName: string, options: StepsCreateOrUpdateOptionalParams, callback: ServiceCallback<StepResource>)

매개 변수

resourceGroupName

string

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

stepName

string

배포 단계의 이름입니다.

options
StepsCreateOrUpdateOptionalParams

선택적 매개 변수

callback

ServiceCallback<StepResource>

콜백

deleteMethod(string, string, RequestOptionsBase)

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

매개 변수

resourceGroupName

string

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

stepName

string

배포 단계의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

매개 변수

resourceGroupName

string

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

stepName

string

배포 단계의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

deleteMethod(string, string, ServiceCallback<void>)

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

매개 변수

resourceGroupName

string

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

stepName

string

배포 단계의 이름입니다.

callback

ServiceCallback<void>

콜백

get(string, string, RequestOptionsBase)

function get(resourceGroupName: string, stepName: string, options?: RequestOptionsBase): Promise<StepsGetResponse>

매개 변수

resourceGroupName

string

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

stepName

string

배포 단계의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<StepsGetResponse>

Promise<Models.StepsGetResponse>

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

function get(resourceGroupName: string, stepName: string, options: RequestOptionsBase, callback: ServiceCallback<StepResource>)

매개 변수

resourceGroupName

string

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

stepName

string

배포 단계의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<StepResource>

콜백

get(string, string, ServiceCallback<StepResource>)

function get(resourceGroupName: string, stepName: string, callback: ServiceCallback<StepResource>)

매개 변수

resourceGroupName

string

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

stepName

string

배포 단계의 이름입니다.

callback

ServiceCallback<StepResource>

콜백

list(string, RequestOptionsBase)

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

매개 변수

resourceGroupName

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.StepsListResponse>

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

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

매개 변수

resourceGroupName

string

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

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<StepResource[]>

콜백

list(string, ServiceCallback<StepResource[]>)

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

매개 변수

resourceGroupName

string

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

callback

ServiceCallback<StepResource[]>

콜백