WebPubSubCustomCertificates Interface

public interface WebPubSubCustomCertificates

Resource collection API of WebPubSubCustomCertificates.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new CustomCertificate resource.

abstract void delete(String resourceGroupName, String resourceName, String certificateName)

Delete a custom certificate.

abstract void deleteById(String id)

Delete a custom certificate.

abstract Response<Void> deleteByIdWithResponse(String id, Context context)

Delete a custom certificate.

abstract Response<Void> deleteWithResponse(String resourceGroupName, String resourceName, String certificateName, Context context)

Delete a custom certificate.

abstract CustomCertificate get(String resourceGroupName, String resourceName, String certificateName)

Get a custom certificate.

abstract CustomCertificate getById(String id)

Get a custom certificate.

abstract Response<CustomCertificate> getByIdWithResponse(String id, Context context)

Get a custom certificate.

abstract Response<CustomCertificate> getWithResponse(String resourceGroupName, String resourceName, String certificateName, Context context)

Get a custom certificate.

abstract PagedIterable<CustomCertificate> list(String resourceGroupName, String resourceName)

List all custom certificates.

abstract PagedIterable<CustomCertificate> list(String resourceGroupName, String resourceName, Context context)

List all custom certificates.

Method Details

define

public abstract CustomCertificate.DefinitionStages.Blank define(String name)

Begins definition for a new CustomCertificate resource.

Parameters:

name - resource name.

Returns:

the first stage of the new CustomCertificate definition.

delete

public abstract void delete(String resourceGroupName, String resourceName, String certificateName)

Delete a custom certificate.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the resource.
certificateName - Custom certificate name.

deleteById

public abstract void deleteById(String id)

Delete a custom certificate.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract Response<Void> deleteByIdWithResponse(String id, Context context)

Delete a custom certificate.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

deleteWithResponse

public abstract Response<Void> deleteWithResponse(String resourceGroupName, String resourceName, String certificateName, Context context)

Delete a custom certificate.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the resource.
certificateName - Custom certificate name.
context - The context to associate with this operation.

Returns:

get

public abstract CustomCertificate get(String resourceGroupName, String resourceName, String certificateName)

Get a custom certificate.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the resource.
certificateName - Custom certificate name.

Returns:

a custom certificate.

getById

public abstract CustomCertificate getById(String id)

Get a custom certificate.

Parameters:

id - the resource ID.

Returns:

a custom certificate along with Response<T>.

getByIdWithResponse

public abstract Response<CustomCertificate> getByIdWithResponse(String id, Context context)

Get a custom certificate.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

a custom certificate along with Response<T>.

getWithResponse

public abstract Response<CustomCertificate> getWithResponse(String resourceGroupName, String resourceName, String certificateName, Context context)

Get a custom certificate.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the resource.
certificateName - Custom certificate name.
context - The context to associate with this operation.

Returns:

a custom certificate along with Response<T>.

list

public abstract PagedIterable<CustomCertificate> list(String resourceGroupName, String resourceName)

List all custom certificates.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the resource.

Returns:

custom certificates list as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<CustomCertificate> list(String resourceGroupName, String resourceName, Context context)

List all custom certificates.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the resource.
context - The context to associate with this operation.

Returns:

custom certificates list as paginated response with PagedIterable<T>.

Applies to