SignalRCustomCertificatesOperations interface
Interface representing a SignalRCustomCertificates operations.
Properties
| begin |
|
| begin |
|
| create |
Create or update a custom certificate. |
| delete | Delete a custom certificate. |
| get | Get a custom certificate. |
| list | List all custom certificates. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CustomCertificate>, CustomCertificate>>
Property Value
(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CustomCertificate>, CustomCertificate>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams) => Promise<CustomCertificate>
Property Value
(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams) => Promise<CustomCertificate>
createOrUpdate
Create or update a custom certificate.
createOrUpdate: (resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<CustomCertificate>, CustomCertificate>
Property Value
(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams) => PollerLike<OperationState<CustomCertificate>, CustomCertificate>
delete
Delete a custom certificate.
delete: (resourceGroupName: string, resourceName: string, certificateName: string, options?: SignalRCustomCertificatesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, resourceName: string, certificateName: string, options?: SignalRCustomCertificatesDeleteOptionalParams) => Promise<void>
get
Get a custom certificate.
get: (resourceGroupName: string, resourceName: string, certificateName: string, options?: SignalRCustomCertificatesGetOptionalParams) => Promise<CustomCertificate>
Property Value
(resourceGroupName: string, resourceName: string, certificateName: string, options?: SignalRCustomCertificatesGetOptionalParams) => Promise<CustomCertificate>
list
List all custom certificates.
list: (resourceGroupName: string, resourceName: string, options?: SignalRCustomCertificatesListOptionalParams) => PagedAsyncIterableIterator<CustomCertificate, CustomCertificate[], PageSettings>
Property Value
(resourceGroupName: string, resourceName: string, options?: SignalRCustomCertificatesListOptionalParams) => PagedAsyncIterableIterator<CustomCertificate, CustomCertificate[], PageSettings>