WebPubSubReplicaSharedPrivateLinkResources Interface
public interface WebPubSubReplicaSharedPrivateLinkResources
Resource collection API of WebPubSubReplicaSharedPrivateLinkResources.
Method Summary
Method Details
createOrUpdate
public abstract SharedPrivateLinkResource createOrUpdate(String resourceGroupName, String resourceName, String replicaName, String sharedPrivateLinkResourceName, SharedPrivateLinkResourceInner parameters)
Create or update a shared private link resource.
Parameters:
Returns:
createOrUpdate
public abstract SharedPrivateLinkResource createOrUpdate(String resourceGroupName, String resourceName, String replicaName, String sharedPrivateLinkResourceName, SharedPrivateLinkResourceInner parameters, Context context)
Create or update a shared private link resource.
Parameters:
Returns:
get
public abstract SharedPrivateLinkResource get(String resourceGroupName, String resourceName, String replicaName, String sharedPrivateLinkResourceName)
Get the specified shared private link resource.
Parameters:
Returns:
getWithResponse
public abstract Response<SharedPrivateLinkResource> getWithResponse(String resourceGroupName, String resourceName, String replicaName, String sharedPrivateLinkResourceName, Context context)
Get the specified shared private link resource.
Parameters:
Returns:
list
public abstract PagedIterable<SharedPrivateLinkResource> list(String resourceGroupName, String resourceName, String replicaName)
List shared private link resources.
Parameters:
Returns:
list
public abstract PagedIterable<SharedPrivateLinkResource> list(String resourceGroupName, String resourceName, String replicaName, Context context)
List shared private link resources.
Parameters:
Returns: