Поделиться через


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

Параметры параметров.

Возвращаемое значение