WebPubSubCustomCertificates interface
Интерфейс, представляющий webPubSubCustomCertificates.
Методы
begin |
Создайте или обновите пользовательский сертификат. |
begin |
Создайте или обновите пользовательский сертификат. |
delete(string, string, string, Web |
Удаление пользовательского сертификата. |
get(string, string, string, Web |
Получите пользовательский сертификат. |
list(string, string, Web |
Список всех пользовательских сертификатов. |
Сведения о методе
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
Пользовательский сертификат.
Параметры параметров.
Возвращаемое значение
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
Пользовательский сертификат.
Параметры параметров.
Возвращаемое значение
Promise<CustomCertificate>
delete(string, string, string, WebPubSubCustomCertificatesDeleteOptionalParams)
Удаление пользовательского сертификата.
function delete(resourceGroupName: string, resourceName: string, certificateName: string, options?: WebPubSubCustomCertificatesDeleteOptionalParams): Promise<void>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- resourceName
-
string
Имя ресурса.
- certificateName
-
string
Имя настраиваемого сертификата
Параметры параметров.
Возвращаемое значение
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
Имя настраиваемого сертификата
Параметры параметров.
Возвращаемое значение
Promise<CustomCertificate>
list(string, string, WebPubSubCustomCertificatesListOptionalParams)
Список всех пользовательских сертификатов.
function list(resourceGroupName: string, resourceName: string, options?: WebPubSubCustomCertificatesListOptionalParams): PagedAsyncIterableIterator<CustomCertificate, CustomCertificate[], PageSettings>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- resourceName
-
string
Имя ресурса.
Параметры параметров.