SignalRCustomCertificates interface

Interface representing a SignalRCustomCertificates.

Methods

beginCreateOrUpdate(string, string, string, CustomCertificate, SignalRCustomCertificatesCreateOrUpdateOptionalParams)

Create or update a custom certificate.

beginCreateOrUpdateAndWait(string, string, string, CustomCertificate, SignalRCustomCertificatesCreateOrUpdateOptionalParams)

Create or update a custom certificate.

delete(string, string, string, SignalRCustomCertificatesDeleteOptionalParams)

Delete a custom certificate.

get(string, string, string, SignalRCustomCertificatesGetOptionalParams)

Get a custom certificate.

list(string, string, SignalRCustomCertificatesListOptionalParams)

List all custom certificates.

Method Details

beginCreateOrUpdate(string, string, string, CustomCertificate, SignalRCustomCertificatesCreateOrUpdateOptionalParams)

Create or update a custom certificate.

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

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

resourceName

string

The name of the resource.

certificateName

string

Custom certificate name

parameters
CustomCertificate

A custom certificate.

Returns

beginCreateOrUpdateAndWait(string, string, string, CustomCertificate, SignalRCustomCertificatesCreateOrUpdateOptionalParams)

Create or update a custom certificate.

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

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

resourceName

string

The name of the resource.

certificateName

string

Custom certificate name

parameters
CustomCertificate

A custom certificate.

Returns

delete(string, string, string, SignalRCustomCertificatesDeleteOptionalParams)

Delete a custom certificate.

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

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

resourceName

string

The name of the resource.

certificateName

string

Custom certificate name

options
SignalRCustomCertificatesDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, SignalRCustomCertificatesGetOptionalParams)

Get a custom certificate.

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

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

resourceName

string

The name of the resource.

certificateName

string

Custom certificate name

options
SignalRCustomCertificatesGetOptionalParams

The options parameters.

Returns

list(string, string, SignalRCustomCertificatesListOptionalParams)

List all custom certificates.

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

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

resourceName

string

The name of the resource.

options
SignalRCustomCertificatesListOptionalParams

The options parameters.

Returns