ManagedCertificatesClient Interface
public interface ManagedCertificatesClient
An instance of this class provides access to all the operations defined in ManagedCertificatesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ManagedCertificateInner>,ManagedCertificateInner> beginCreateOrUpdate(String resourceGroupName, String environmentName, String managedCertificateName)
Create or Update a Managed Certificate.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ManagedCertificateInner>,ManagedCertificateInner> beginCreateOrUpdate(String resourceGroupName, String environmentName, String managedCertificateName, ManagedCertificateInner managedCertificateEnvelope, Context context)
Create or Update a Managed Certificate.
Parameters:
Returns:
createOrUpdate
public abstract ManagedCertificateInner createOrUpdate(String resourceGroupName, String environmentName, String managedCertificateName)
Create or Update a Managed Certificate.
Parameters:
Returns:
createOrUpdate
public abstract ManagedCertificateInner createOrUpdate(String resourceGroupName, String environmentName, String managedCertificateName, ManagedCertificateInner managedCertificateEnvelope, Context context)
Create or Update a Managed Certificate.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String environmentName, String managedCertificateName)
Deletes the specified Managed Certificate.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String environmentName, String managedCertificateName, Context context)
Deletes the specified Managed Certificate.
Parameters:
Returns:
get
public abstract ManagedCertificateInner get(String resourceGroupName, String environmentName, String managedCertificateName)
Get the specified Managed Certificate.
Parameters:
Returns:
getWithResponse
public abstract Response<ManagedCertificateInner> getWithResponse(String resourceGroupName, String environmentName, String managedCertificateName, Context context)
Get the specified Managed Certificate.
Parameters:
Returns:
list
public abstract PagedIterable<ManagedCertificateInner> list(String resourceGroupName, String environmentName)
Get the Managed Certificates in a given managed environment.
Parameters:
Returns:
list
public abstract PagedIterable<ManagedCertificateInner> list(String resourceGroupName, String environmentName, Context context)
Get the Managed Certificates in a given managed environment.
Parameters:
Returns:
update
public abstract ManagedCertificateInner update(String resourceGroupName, String environmentName, String managedCertificateName, ManagedCertificatePatch managedCertificateEnvelope)
Update tags of a managed certificate Patches a managed certificate. Oly patching of tags is supported.
Parameters:
Returns:
updateWithResponse
public abstract Response<ManagedCertificateInner> updateWithResponse(String resourceGroupName, String environmentName, String managedCertificateName, ManagedCertificatePatch managedCertificateEnvelope, Context context)
Update tags of a managed certificate Patches a managed certificate. Oly patching of tags is supported.
Parameters:
Returns: