WebPubSubSharedPrivateLinkResources Interface
public interface WebPubSubSharedPrivateLinkResources
Resource collection API of WebPubSubSharedPrivateLinkResources.
Method Summary
Method Details
define
public abstract SharedPrivateLinkResource.DefinitionStages.Blank define(String name)
Begins definition for a new SharedPrivateLinkResource resource.
Parameters:
Returns:
delete
public abstract void delete(String sharedPrivateLinkResourceName, String resourceGroupName, String resourceName)
Delete the specified shared private link resource.
Parameters:
delete
public abstract void delete(String sharedPrivateLinkResourceName, String resourceGroupName, String resourceName, Context context)
Delete the specified shared private link resource.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete the specified shared private link resource.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete the specified shared private link resource.
Parameters:
get
public abstract SharedPrivateLinkResource get(String sharedPrivateLinkResourceName, String resourceGroupName, String resourceName)
Get the specified shared private link resource.
Parameters:
Returns:
getById
public abstract SharedPrivateLinkResource getById(String id)
Get the specified shared private link resource.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<SharedPrivateLinkResource> getByIdWithResponse(String id, Context context)
Get the specified shared private link resource.
Parameters:
Returns:
getWithResponse
public abstract Response<SharedPrivateLinkResource> getWithResponse(String sharedPrivateLinkResourceName, String resourceGroupName, String resourceName, Context context)
Get the specified shared private link resource.
Parameters:
Returns:
list
public abstract PagedIterable<SharedPrivateLinkResource> list(String resourceGroupName, String resourceName)
List shared private link resources.
Parameters:
Returns:
list
public abstract PagedIterable<SharedPrivateLinkResource> list(String resourceGroupName, String resourceName, Context context)
List shared private link resources.
Parameters:
Returns: