WebPubSubCustomCertificates interface

واجهة تمثل WebPubSubCustomCertificates.

الأساليب

beginCreateOrUpdate(string, string, string, CustomCertificate, WebPubSubCustomCertificatesCreateOrUpdateOptionalParams)

إنشاء شهادة مخصصة أو تحديثها.

beginCreateOrUpdateAndWait(string, string, string, CustomCertificate, WebPubSubCustomCertificatesCreateOrUpdateOptionalParams)

إنشاء شهادة مخصصة أو تحديثها.

delete(string, string, string, WebPubSubCustomCertificatesDeleteOptionalParams)

حذف شهادة مخصصة.

get(string, string, string, WebPubSubCustomCertificatesGetOptionalParams)

الحصول على شهادة مخصصة.

list(string, string, WebPubSubCustomCertificatesListOptionalParams)

سرد جميع الشهادات المخصصة.

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

beginCreateOrUpdate(string, string, string, CustomCertificate, WebPubSubCustomCertificatesCreateOrUpdateOptionalParams)

إنشاء شهادة مخصصة أو تحديثها.

function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: WebPubSubCustomCertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CustomCertificate>, CustomCertificate>>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

resourceName

string

اسم المورد.

certificateName

string

اسم الشهادة المخصصة

parameters
CustomCertificate

شهادة مخصصة.

options
WebPubSubCustomCertificatesCreateOrUpdateOptionalParams

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

المرتجعات

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

beginCreateOrUpdateAndWait(string, string, string, CustomCertificate, WebPubSubCustomCertificatesCreateOrUpdateOptionalParams)

إنشاء شهادة مخصصة أو تحديثها.

function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: WebPubSubCustomCertificatesCreateOrUpdateOptionalParams): Promise<CustomCertificate>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

resourceName

string

اسم المورد.

certificateName

string

اسم الشهادة المخصصة

parameters
CustomCertificate

شهادة مخصصة.

options
WebPubSubCustomCertificatesCreateOrUpdateOptionalParams

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

المرتجعات

delete(string, string, string, WebPubSubCustomCertificatesDeleteOptionalParams)

حذف شهادة مخصصة.

function delete(resourceGroupName: string, resourceName: string, certificateName: string, options?: WebPubSubCustomCertificatesDeleteOptionalParams): Promise<void>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

resourceName

string

اسم المورد.

certificateName

string

اسم الشهادة المخصصة

options
WebPubSubCustomCertificatesDeleteOptionalParams

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

المرتجعات

Promise<void>

get(string, string, string, WebPubSubCustomCertificatesGetOptionalParams)

الحصول على شهادة مخصصة.

function get(resourceGroupName: string, resourceName: string, certificateName: string, options?: WebPubSubCustomCertificatesGetOptionalParams): Promise<CustomCertificate>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

resourceName

string

اسم المورد.

certificateName

string

اسم الشهادة المخصصة

options
WebPubSubCustomCertificatesGetOptionalParams

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

المرتجعات

list(string, string, WebPubSubCustomCertificatesListOptionalParams)

سرد جميع الشهادات المخصصة.

function list(resourceGroupName: string, resourceName: string, options?: WebPubSubCustomCertificatesListOptionalParams): PagedAsyncIterableIterator<CustomCertificate, CustomCertificate[], PageSettings>

المعلمات

resourceGroupName

string

اسم مجموعة الموارد. الاسم غير حساس لحالة الأحرف.

resourceName

string

اسم المورد.

options
WebPubSubCustomCertificatesListOptionalParams

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

المرتجعات