SignalRSharedPrivateLinkResources interface    
表示 SignalRSharedPrivateLinkResources 的接口。
方法
方法详细信息
		beginCreateOrUpdate(string, string, string, SharedPrivateLinkResource, SignalRSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)
	             
	创建或更新共享专用链接资源
function beginCreateOrUpdate(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, parameters: SharedPrivateLinkResource, options?: SignalRSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>
				参数
- sharedPrivateLinkResourceName
 - 
				
string
 
共享专用链接资源的名称
- resourceGroupName
 - 
				
string
 
包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- resourceName
 - 
				
string
 
资源的名称。
- parameters
 - SharedPrivateLinkResource
 
共享专用链接资源
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<SharedPrivateLinkResource>, SharedPrivateLinkResource>>
		beginCreateOrUpdateAndWait(string, string, string, SharedPrivateLinkResource, SignalRSharedPrivateLinkResourcesCreateOrUpdateOptionalParams)
	               
	创建或更新共享专用链接资源
function beginCreateOrUpdateAndWait(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, parameters: SharedPrivateLinkResource, options?: SignalRSharedPrivateLinkResourcesCreateOrUpdateOptionalParams): Promise<SharedPrivateLinkResource>
				参数
- sharedPrivateLinkResourceName
 - 
				
string
 
共享专用链接资源的名称
- resourceGroupName
 - 
				
string
 
包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- resourceName
 - 
				
string
 
资源的名称。
- parameters
 - SharedPrivateLinkResource
 
共享专用链接资源
返回
Promise<SharedPrivateLinkResource>
		beginDelete(string, string, string, SignalRSharedPrivateLinkResourcesDeleteOptionalParams)
	        
	删除指定的共享专用链接资源
function beginDelete(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: SignalRSharedPrivateLinkResourcesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
				参数
- sharedPrivateLinkResourceName
 - 
				
string
 
共享专用链接资源的名称
- resourceGroupName
 - 
				
string
 
包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- resourceName
 - 
				
string
 
资源的名称。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
		beginDeleteAndWait(string, string, string, SignalRSharedPrivateLinkResourcesDeleteOptionalParams)
	          
	删除指定的共享专用链接资源
function beginDeleteAndWait(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: SignalRSharedPrivateLinkResourcesDeleteOptionalParams): Promise<void>
				参数
- sharedPrivateLinkResourceName
 - 
				
string
 
共享专用链接资源的名称
- resourceGroupName
 - 
				
string
 
包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- resourceName
 - 
				
string
 
资源的名称。
选项参数。
返回
Promise<void>
		get(string, string, string, SignalRSharedPrivateLinkResourcesGetOptionalParams)
	       
	获取指定的共享专用链接资源
function get(sharedPrivateLinkResourceName: string, resourceGroupName: string, resourceName: string, options?: SignalRSharedPrivateLinkResourcesGetOptionalParams): Promise<SharedPrivateLinkResource>
				参数
- sharedPrivateLinkResourceName
 - 
				
string
 
共享专用链接资源的名称
- resourceGroupName
 - 
				
string
 
包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- resourceName
 - 
				
string
 
资源的名称。
选项参数。
返回
Promise<SharedPrivateLinkResource>
		list(string, string, SignalRSharedPrivateLinkResourcesListOptionalParams)
	       
	列出共享专用链接资源
function list(resourceGroupName: string, resourceName: string, options?: SignalRSharedPrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<SharedPrivateLinkResource, SharedPrivateLinkResource[], PageSettings>
				参数
- resourceGroupName
 - 
				
string
 
包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。
- resourceName
 - 
				
string
 
资源的名称。
选项参数。