다음을 통해 공유


CloudServicesCreateOrUpdate interface

메서드

delete(CloudServicesDeleteParameters)

클라우드 서비스를 삭제합니다.

get(CloudServicesGetParameters)

클라우드 서비스에 대한 정보를 표시합니다.

patch(CloudServicesUpdateParameters)

클라우드 서비스를 업데이트합니다.

put(CloudServicesCreateOrUpdateParameters)

클라우드 서비스를 만들거나 업데이트합니다. 일부 속성은 클라우드 서비스를 만드는 동안에만 설정할 수 있습니다.

메서드 세부 정보

delete(CloudServicesDeleteParameters)

클라우드 서비스를 삭제합니다.

function delete(options: CloudServicesDeleteParameters): StreamableMethod<CloudServicesDelete200Response | CloudServicesDelete202Response | CloudServicesDelete204Response | CloudServicesDeleteDefaultResponse>

매개 변수

반환

get(CloudServicesGetParameters)

클라우드 서비스에 대한 정보를 표시합니다.

function get(options: CloudServicesGetParameters): StreamableMethod<CloudServicesGet200Response | CloudServicesGetDefaultResponse>

매개 변수

반환

patch(CloudServicesUpdateParameters)

클라우드 서비스를 업데이트합니다.

function patch(options: CloudServicesUpdateParameters): StreamableMethod<CloudServicesUpdate200Response | CloudServicesUpdateDefaultResponse>

매개 변수

반환

put(CloudServicesCreateOrUpdateParameters)

클라우드 서비스를 만들거나 업데이트합니다. 일부 속성은 클라우드 서비스를 만드는 동안에만 설정할 수 있습니다.

function put(options: CloudServicesCreateOrUpdateParameters): StreamableMethod<CloudServicesCreateOrUpdate200Response | CloudServicesCreateOrUpdate201Response | CloudServicesCreateOrUpdateDefaultResponse>

매개 변수

반환