SignalRCustomCertificates interface
Interface representing a SignalRCustomCertificates.
Methods
begin |
Create or update a custom certificate. |
begin |
Create or update a custom certificate. |
delete(string, string, string, Signal |
Delete a custom certificate. |
get(string, string, string, Signal |
Get a custom certificate. |
list(string, string, Signal |
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<CustomCertificate>, CustomCertificate>>
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.
The options parameters.
Returns
Promise<CustomCertificate>
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
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
The options parameters.
Returns
Promise<CustomCertificate>
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.
The options parameters.