SystemTopics interface

SystemTopics'i temsil eden arabirim.

Yöntemler

beginCreateOrUpdate(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

Belirtilen parametrelerle zaman uyumsuz olarak yeni bir sistem konusu oluşturur.

beginCreateOrUpdateAndWait(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

Belirtilen parametrelerle zaman uyumsuz olarak yeni bir sistem konusu oluşturur.

beginDelete(string, string, SystemTopicsDeleteOptionalParams)

Mevcut sistem konusunu silin.

beginDeleteAndWait(string, string, SystemTopicsDeleteOptionalParams)

Mevcut sistem konusunu silin.

beginUpdate(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

Bir sistem konusunu belirtilen parametrelerle zaman uyumsuz olarak güncelleştirir.

beginUpdateAndWait(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

Bir sistem konusunu belirtilen parametrelerle zaman uyumsuz olarak güncelleştirir.

get(string, string, SystemTopicsGetOptionalParams)

Sistem konusunun özelliklerini alma.

listByResourceGroup(string, SystemTopicsListByResourceGroupOptionalParams)

Tüm sistem konularını bir kaynak grubu altında listeleyin.

listBySubscription(SystemTopicsListBySubscriptionOptionalParams)

Azure aboneliği kapsamındaki tüm sistem konularını listeleyin.

Yöntem Ayrıntıları

beginCreateOrUpdate(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

Belirtilen parametrelerle zaman uyumsuz olarak yeni bir sistem konusu oluşturur.

function beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopic>, SystemTopic>>

Parametreler

resourceGroupName

string

Kullanıcının aboneliğindeki kaynak grubunun adı.

systemTopicName

string

Sistem konusunun adı.

systemTopicInfo
SystemTopic

Sistem Konusu bilgileri.

options
SystemTopicsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<PollerLike<@azure/core-lro.PollOperationState<SystemTopic>, SystemTopic>>

beginCreateOrUpdateAndWait(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

Belirtilen parametrelerle zaman uyumsuz olarak yeni bir sistem konusu oluşturur.

function beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicInfo: SystemTopic, options?: SystemTopicsCreateOrUpdateOptionalParams): Promise<SystemTopic>

Parametreler

resourceGroupName

string

Kullanıcının aboneliğindeki kaynak grubunun adı.

systemTopicName

string

Sistem konusunun adı.

systemTopicInfo
SystemTopic

Sistem Konusu bilgileri.

options
SystemTopicsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<SystemTopic>

beginDelete(string, string, SystemTopicsDeleteOptionalParams)

Mevcut sistem konusunu silin.

function beginDelete(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parametreler

resourceGroupName

string

Kullanıcının aboneliğindeki kaynak grubunun adı.

systemTopicName

string

Sistem konusunun adı.

options
SystemTopicsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, SystemTopicsDeleteOptionalParams)

Mevcut sistem konusunu silin.

function beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kullanıcının aboneliğindeki kaynak grubunun adı.

systemTopicName

string

Sistem konusunun adı.

options
SystemTopicsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

beginUpdate(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

Bir sistem konusunu belirtilen parametrelerle zaman uyumsuz olarak güncelleştirir.

function beginUpdate(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopic>, SystemTopic>>

Parametreler

resourceGroupName

string

Kullanıcının aboneliğindeki kaynak grubunun adı.

systemTopicName

string

Sistem konusunun adı.

systemTopicUpdateParameters
SystemTopicUpdateParameters

SystemTopic güncelleştirme bilgileri.

options
SystemTopicsUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<PollerLike<@azure/core-lro.PollOperationState<SystemTopic>, SystemTopic>>

beginUpdateAndWait(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

Bir sistem konusunu belirtilen parametrelerle zaman uyumsuz olarak güncelleştirir.

function beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, systemTopicUpdateParameters: SystemTopicUpdateParameters, options?: SystemTopicsUpdateOptionalParams): Promise<SystemTopic>

Parametreler

resourceGroupName

string

Kullanıcının aboneliğindeki kaynak grubunun adı.

systemTopicName

string

Sistem konusunun adı.

systemTopicUpdateParameters
SystemTopicUpdateParameters

SystemTopic güncelleştirme bilgileri.

options
SystemTopicsUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<SystemTopic>

get(string, string, SystemTopicsGetOptionalParams)

Sistem konusunun özelliklerini alma.

function get(resourceGroupName: string, systemTopicName: string, options?: SystemTopicsGetOptionalParams): Promise<SystemTopic>

Parametreler

resourceGroupName

string

Kullanıcının aboneliğindeki kaynak grubunun adı.

systemTopicName

string

Sistem konusunun adı.

options
SystemTopicsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<SystemTopic>

listByResourceGroup(string, SystemTopicsListByResourceGroupOptionalParams)

Tüm sistem konularını bir kaynak grubu altında listeleyin.

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

Parametreler

resourceGroupName

string

Kullanıcının aboneliğindeki kaynak grubunun adı.

options
SystemTopicsListByResourceGroupOptionalParams

Seçenekler parametreleri.

Döndürülenler

listBySubscription(SystemTopicsListBySubscriptionOptionalParams)

Azure aboneliği kapsamındaki tüm sistem konularını listeleyin.

function listBySubscription(options?: SystemTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SystemTopic, SystemTopic[], PageSettings>

Parametreler

options
SystemTopicsListBySubscriptionOptionalParams

Seçenekler parametreleri.

Döndürülenler