SignalRCustomCertificates Interface
public interface SignalRCustomCertificates
Resource collection API of SignalRCustomCertificates.
Method Summary
Method Details
define
public abstract CustomCertificate.DefinitionStages.Blank define(String name)
Begins definition for a new CustomCertificate resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String resourceName, String certificateName)
Delete a custom certificate.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete a custom certificate.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Delete a custom certificate.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String resourceName, String certificateName, Context context)
Delete a custom certificate.
Parameters:
Returns:
get
public abstract CustomCertificate get(String resourceGroupName, String resourceName, String certificateName)
Get a custom certificate.
Parameters:
Returns:
getById
public abstract CustomCertificate getById(String id)
Get a custom certificate.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<CustomCertificate> getByIdWithResponse(String id, Context context)
Get a custom certificate.
Parameters:
Returns:
getWithResponse
public abstract Response<CustomCertificate> getWithResponse(String resourceGroupName, String resourceName, String certificateName, Context context)
Get a custom certificate.
Parameters:
Returns:
list
public abstract PagedIterable<CustomCertificate> list(String resourceGroupName, String resourceName)
List all custom certificates.
Parameters:
Returns:
list
public abstract PagedIterable<CustomCertificate> list(String resourceGroupName, String resourceName, Context context)
List all custom certificates.
Parameters:
Returns: