SignalRCustomCertificates interface  
表示 SignalRCustomCertificates 的接口。
方法
方法详细信息
		beginCreateOrUpdate(string, string, string, CustomCertificate, SignalRCustomCertificatesCreateOrUpdateOptionalParams)
	         
	创建或更新自定义证书。
function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CustomCertificate>, CustomCertificate>>
				参数
- resourceGroupName
 - 
				
string
 
包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- resourceName
 - 
				
string
 
资源的名称。
- certificateName
 - 
				
string
 
自定义证书名称
- parameters
 - CustomCertificate
 
自定义证书。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<CustomCertificate>, CustomCertificate>>
		beginCreateOrUpdateAndWait(string, string, string, CustomCertificate, SignalRCustomCertificatesCreateOrUpdateOptionalParams)
	           
	创建或更新自定义证书。
function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams): Promise<CustomCertificate>
				参数
- resourceGroupName
 - 
				
string
 
包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- resourceName
 - 
				
string
 
资源的名称。
- certificateName
 - 
				
string
 
自定义证书名称
- parameters
 - CustomCertificate
 
自定义证书。
选项参数。
返回
Promise<CustomCertificate>
		delete(string, string, string, SignalRCustomCertificatesDeleteOptionalParams)
	     
	删除自定义证书。
function delete(resourceGroupName: string, resourceName: string, certificateName: string, options?: SignalRCustomCertificatesDeleteOptionalParams): Promise<void>
				参数
- resourceGroupName
 - 
				
string
 
包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- resourceName
 - 
				
string
 
资源的名称。
- certificateName
 - 
				
string
 
自定义证书名称
选项参数。
返回
Promise<void>
		get(string, string, string, SignalRCustomCertificatesGetOptionalParams)
	     
	获取自定义证书。
function get(resourceGroupName: string, resourceName: string, certificateName: string, options?: SignalRCustomCertificatesGetOptionalParams): Promise<CustomCertificate>
				参数
- resourceGroupName
 - 
				
string
 
包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- resourceName
 - 
				
string
 
资源的名称。
- certificateName
 - 
				
string
 
自定义证书名称
选项参数。
返回
Promise<CustomCertificate>
		list(string, string, SignalRCustomCertificatesListOptionalParams)
	     
	列出所有自定义证书。
function list(resourceGroupName: string, resourceName: string, options?: SignalRCustomCertificatesListOptionalParams): PagedAsyncIterableIterator<CustomCertificate, CustomCertificate[], PageSettings>
				参数
- resourceGroupName
 - 
				
string
 
包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- resourceName
 - 
				
string
 
资源的名称。
选项参数。