SystemTopics interface

واجهة تمثل SystemTopics.

الأساليب

beginCreateOrUpdate(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

ينشئ بشكل غير متزامن موضوع نظام جديد مع المعلمات المحددة.

beginCreateOrUpdateAndWait(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

ينشئ بشكل غير متزامن موضوع نظام جديد مع المعلمات المحددة.

beginDelete(string, string, SystemTopicsDeleteOptionalParams)

حذف موضوع النظام الموجود.

beginDeleteAndWait(string, string, SystemTopicsDeleteOptionalParams)

حذف موضوع النظام الموجود.

beginUpdate(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

يحدث موضوع النظام بشكل غير متزامن بالمعلمات المحددة.

beginUpdateAndWait(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

يحدث موضوع النظام بشكل غير متزامن بالمعلمات المحددة.

get(string, string, SystemTopicsGetOptionalParams)

الحصول على خصائص موضوع النظام.

listByResourceGroup(string, SystemTopicsListByResourceGroupOptionalParams)

سرد جميع مواضيع النظام ضمن مجموعة موارد.

listBySubscription(SystemTopicsListBySubscriptionOptionalParams)

سرد جميع موضوعات النظام ضمن اشتراك Azure.

تفاصيل الأسلوب

beginCreateOrUpdate(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

ينشئ بشكل غير متزامن موضوع نظام جديد مع المعلمات المحددة.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك المستخدم.

systemTopicName

string

اسم موضوع النظام.

systemTopicInfo
SystemTopic

معلومات موضوع النظام.

options
SystemTopicsCreateOrUpdateOptionalParams

معلمات الخيارات.

المرتجعات

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

beginCreateOrUpdateAndWait(string, string, SystemTopic, SystemTopicsCreateOrUpdateOptionalParams)

ينشئ بشكل غير متزامن موضوع نظام جديد مع المعلمات المحددة.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك المستخدم.

systemTopicName

string

اسم موضوع النظام.

systemTopicInfo
SystemTopic

معلومات موضوع النظام.

options
SystemTopicsCreateOrUpdateOptionalParams

معلمات الخيارات.

المرتجعات

Promise<SystemTopic>

beginDelete(string, string, SystemTopicsDeleteOptionalParams)

حذف موضوع النظام الموجود.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك المستخدم.

systemTopicName

string

اسم موضوع النظام.

options
SystemTopicsDeleteOptionalParams

معلمات الخيارات.

المرتجعات

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

beginDeleteAndWait(string, string, SystemTopicsDeleteOptionalParams)

حذف موضوع النظام الموجود.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك المستخدم.

systemTopicName

string

اسم موضوع النظام.

options
SystemTopicsDeleteOptionalParams

معلمات الخيارات.

المرتجعات

Promise<void>

beginUpdate(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

يحدث موضوع النظام بشكل غير متزامن بالمعلمات المحددة.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك المستخدم.

systemTopicName

string

اسم موضوع النظام.

systemTopicUpdateParameters
SystemTopicUpdateParameters

معلومات تحديث SystemTopic.

options
SystemTopicsUpdateOptionalParams

معلمات الخيارات.

المرتجعات

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

beginUpdateAndWait(string, string, SystemTopicUpdateParameters, SystemTopicsUpdateOptionalParams)

يحدث موضوع النظام بشكل غير متزامن بالمعلمات المحددة.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك المستخدم.

systemTopicName

string

اسم موضوع النظام.

systemTopicUpdateParameters
SystemTopicUpdateParameters

معلومات تحديث SystemTopic.

options
SystemTopicsUpdateOptionalParams

معلمات الخيارات.

المرتجعات

Promise<SystemTopic>

get(string, string, SystemTopicsGetOptionalParams)

الحصول على خصائص موضوع النظام.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك المستخدم.

systemTopicName

string

اسم موضوع النظام.

options
SystemTopicsGetOptionalParams

معلمات الخيارات.

المرتجعات

Promise<SystemTopic>

listByResourceGroup(string, SystemTopicsListByResourceGroupOptionalParams)

سرد جميع مواضيع النظام ضمن مجموعة موارد.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد ضمن اشتراك المستخدم.

options
SystemTopicsListByResourceGroupOptionalParams

معلمات الخيارات.

المرتجعات

listBySubscription(SystemTopicsListBySubscriptionOptionalParams)

سرد جميع موضوعات النظام ضمن اشتراك Azure.

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

المعلمات

options
SystemTopicsListBySubscriptionOptionalParams

معلمات الخيارات.

المرتجعات