다음을 통해 공유


Services interface

서비스를 나타내는 인터페이스입니다.

메서드

beginExportMetadataSchema(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

유효 메타데이터 스키마를 내보냅니다.

beginExportMetadataSchemaAndWait(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

유효 메타데이터 스키마를 내보냅니다.

createOrUpdate(string, string, Service, ServicesCreateOrUpdateOptionalParams)

새 API를 만들거나 기존 API를 업데이트합니다.

delete(string, string, ServicesDeleteOptionalParams)

지정된 서비스를 삭제합니다.

get(string, string, ServicesGetOptionalParams)

서비스의 세부 정보를 반환합니다.

listByResourceGroup(string, ServicesListByResourceGroupOptionalParams)

리소스 그룹 내의 서비스 컬렉션을 반환합니다.

listBySubscription(ServicesListBySubscriptionOptionalParams)

Azure 구독 내에서 서비스를 Lists.

update(string, string, ServiceUpdate, ServicesUpdateOptionalParams)

기존 서비스를 업데이트.

메서드 세부 정보

beginExportMetadataSchema(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

유효 메타데이터 스키마를 내보냅니다.

function beginExportMetadataSchema(resourceGroupName: string, serviceName: string, body: MetadataSchemaExportRequest, options?: ServicesExportMetadataSchemaOptionalParams): Promise<SimplePollerLike<OperationState<MetadataSchemaExportResult>, MetadataSchemaExportResult>>

매개 변수

resourceGroupName

string

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

serviceName

string

Azure API Center 서비스의 이름입니다.

body
MetadataSchemaExportRequest

작업 요청의 내용

options
ServicesExportMetadataSchemaOptionalParams

옵션 매개 변수입니다.

반환

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

beginExportMetadataSchemaAndWait(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

유효 메타데이터 스키마를 내보냅니다.

function beginExportMetadataSchemaAndWait(resourceGroupName: string, serviceName: string, body: MetadataSchemaExportRequest, options?: ServicesExportMetadataSchemaOptionalParams): Promise<MetadataSchemaExportResult>

매개 변수

resourceGroupName

string

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

serviceName

string

Azure API Center 서비스의 이름입니다.

body
MetadataSchemaExportRequest

작업 요청의 내용

options
ServicesExportMetadataSchemaOptionalParams

옵션 매개 변수입니다.

반환

createOrUpdate(string, string, Service, ServicesCreateOrUpdateOptionalParams)

새 API를 만들거나 기존 API를 업데이트합니다.

function createOrUpdate(resourceGroupName: string, serviceName: string, resource: Service, options?: ServicesCreateOrUpdateOptionalParams): Promise<Service>

매개 변수

resourceGroupName

string

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

serviceName

string

Azure API Center 서비스의 이름입니다.

resource
Service

리소스 만들기 매개 변수.

options
ServicesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Service>

delete(string, string, ServicesDeleteOptionalParams)

지정된 서비스를 삭제합니다.

function delete(resourceGroupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

serviceName

string

Azure API Center 서비스의 이름입니다.

options
ServicesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, ServicesGetOptionalParams)

서비스의 세부 정보를 반환합니다.

function get(resourceGroupName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<Service>

매개 변수

resourceGroupName

string

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

serviceName

string

Azure API Center 서비스의 이름입니다.

options
ServicesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<Service>

listByResourceGroup(string, ServicesListByResourceGroupOptionalParams)

리소스 그룹 내의 서비스 컬렉션을 반환합니다.

function listByResourceGroup(resourceGroupName: string, options?: ServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Service, Service[], PageSettings>

매개 변수

resourceGroupName

string

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

options
ServicesListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listBySubscription(ServicesListBySubscriptionOptionalParams)

Azure 구독 내에서 서비스를 Lists.

function listBySubscription(options?: ServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Service, Service[], PageSettings>

매개 변수

options
ServicesListBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환

update(string, string, ServiceUpdate, ServicesUpdateOptionalParams)

기존 서비스를 업데이트.

function update(resourceGroupName: string, serviceName: string, properties: ServiceUpdate, options?: ServicesUpdateOptionalParams): Promise<Service>

매개 변수

resourceGroupName

string

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

serviceName

string

Azure API Center 서비스의 이름입니다.

properties
ServiceUpdate

업데이트할 리소스 속성입니다.

options
ServicesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Service>