TopicsOperations interface

Bir Konu işlemlerini temsil eden arayüz.

Özellikler

beginDelete
beginDeleteAndWait
create

Ada göre birleşik konular oluşturun

delete
get

Ada göre birleşik konuyu alın

list

Kümelerdeki tüm konuların listeleri

Özellik Ayrıntıları

beginDelete

Uyarı

Bu API artık kullanım dışıdır.

use delete instead

beginDelete: (resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, topicName: string, options?: TopicsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Özellik Değeri

(resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, topicName: string, options?: TopicsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Uyarı

Bu API artık kullanım dışıdır.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, topicName: string, options?: TopicsDeleteOptionalParams) => Promise<void>

Özellik Değeri

(resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, topicName: string, options?: TopicsDeleteOptionalParams) => Promise<void>

create

Ada göre birleşik konular oluşturun

create: (resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, topicName: string, options?: TopicsCreateOptionalParams) => Promise<TopicRecord>

Özellik Değeri

(resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, topicName: string, options?: TopicsCreateOptionalParams) => Promise<TopicRecord>

delete

delete: (resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, topicName: string, options?: TopicsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Özellik Değeri

(resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, topicName: string, options?: TopicsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Ada göre birleşik konuyu alın

get: (resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, topicName: string, options?: TopicsGetOptionalParams) => Promise<TopicRecord>

Özellik Değeri

(resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, topicName: string, options?: TopicsGetOptionalParams) => Promise<TopicRecord>

list

Kümelerdeki tüm konuların listeleri

list: (resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, options?: TopicsListOptionalParams) => PagedAsyncIterableIterator<TopicRecord, TopicRecord[], PageSettings>

Özellik Değeri

(resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, options?: TopicsListOptionalParams) => PagedAsyncIterableIterator<TopicRecord, TopicRecord[], PageSettings>