Share via


ConnectedEnvironmentsCertificates interface

Interface representing a ConnectedEnvironmentsCertificates.

Methods

beginCreateOrUpdate(string, string, string, ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams)

Create or Update a Certificate.

beginCreateOrUpdateAndWait(string, string, string, ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams)

Create or Update a Certificate.

beginDelete(string, string, string, ConnectedEnvironmentsCertificatesDeleteOptionalParams)

Deletes the specified Certificate.

beginDeleteAndWait(string, string, string, ConnectedEnvironmentsCertificatesDeleteOptionalParams)

Deletes the specified Certificate.

beginUpdate(string, string, string, CertificatePatch, ConnectedEnvironmentsCertificatesUpdateOptionalParams)

Patches a certificate. Currently only patching of tags is supported

beginUpdateAndWait(string, string, string, CertificatePatch, ConnectedEnvironmentsCertificatesUpdateOptionalParams)

Patches a certificate. Currently only patching of tags is supported

get(string, string, string, ConnectedEnvironmentsCertificatesGetOptionalParams)

Get the specified Certificate.

list(string, string, ConnectedEnvironmentsCertificatesListOptionalParams)

Get the Certificates in a given connected environment.

Method Details

beginCreateOrUpdate(string, string, string, ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams)

Create or Update a Certificate.

function beginCreateOrUpdate(resourceGroupName: string, connectedEnvironmentName: string, certificateName: string, options?: ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Certificate>, Certificate>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

connectedEnvironmentName

string

Name of the Connected Environment.

certificateName

string

Name of the Certificate.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<Certificate>, Certificate>>

beginCreateOrUpdateAndWait(string, string, string, ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams)

Create or Update a Certificate.

function beginCreateOrUpdateAndWait(resourceGroupName: string, connectedEnvironmentName: string, certificateName: string, options?: ConnectedEnvironmentsCertificatesCreateOrUpdateOptionalParams): Promise<Certificate>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

connectedEnvironmentName

string

Name of the Connected Environment.

certificateName

string

Name of the Certificate.

Returns

Promise<Certificate>

beginDelete(string, string, string, ConnectedEnvironmentsCertificatesDeleteOptionalParams)

Deletes the specified Certificate.

function beginDelete(resourceGroupName: string, connectedEnvironmentName: string, certificateName: string, options?: ConnectedEnvironmentsCertificatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ConnectedEnvironmentsCertificatesDeleteHeaders>, ConnectedEnvironmentsCertificatesDeleteHeaders>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

connectedEnvironmentName

string

Name of the Connected Environment.

certificateName

string

Name of the Certificate.

Returns

beginDeleteAndWait(string, string, string, ConnectedEnvironmentsCertificatesDeleteOptionalParams)

Deletes the specified Certificate.

function beginDeleteAndWait(resourceGroupName: string, connectedEnvironmentName: string, certificateName: string, options?: ConnectedEnvironmentsCertificatesDeleteOptionalParams): Promise<ConnectedEnvironmentsCertificatesDeleteHeaders>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

connectedEnvironmentName

string

Name of the Connected Environment.

certificateName

string

Name of the Certificate.

Returns

beginUpdate(string, string, string, CertificatePatch, ConnectedEnvironmentsCertificatesUpdateOptionalParams)

Patches a certificate. Currently only patching of tags is supported

function beginUpdate(resourceGroupName: string, connectedEnvironmentName: string, certificateName: string, certificateEnvelope: CertificatePatch, options?: ConnectedEnvironmentsCertificatesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Certificate>, Certificate>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

connectedEnvironmentName

string

Name of the Connected Environment.

certificateName

string

Name of the Certificate.

certificateEnvelope
CertificatePatch

Properties of a certificate that need to be updated

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<Certificate>, Certificate>>

beginUpdateAndWait(string, string, string, CertificatePatch, ConnectedEnvironmentsCertificatesUpdateOptionalParams)

Patches a certificate. Currently only patching of tags is supported

function beginUpdateAndWait(resourceGroupName: string, connectedEnvironmentName: string, certificateName: string, certificateEnvelope: CertificatePatch, options?: ConnectedEnvironmentsCertificatesUpdateOptionalParams): Promise<Certificate>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

connectedEnvironmentName

string

Name of the Connected Environment.

certificateName

string

Name of the Certificate.

certificateEnvelope
CertificatePatch

Properties of a certificate that need to be updated

Returns

Promise<Certificate>

get(string, string, string, ConnectedEnvironmentsCertificatesGetOptionalParams)

Get the specified Certificate.

function get(resourceGroupName: string, connectedEnvironmentName: string, certificateName: string, options?: ConnectedEnvironmentsCertificatesGetOptionalParams): Promise<Certificate>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

connectedEnvironmentName

string

Name of the Connected Environment.

certificateName

string

Name of the Certificate.

options
ConnectedEnvironmentsCertificatesGetOptionalParams

The options parameters.

Returns

Promise<Certificate>

list(string, string, ConnectedEnvironmentsCertificatesListOptionalParams)

Get the Certificates in a given connected environment.

function list(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsCertificatesListOptionalParams): PagedAsyncIterableIterator<Certificate, Certificate[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

connectedEnvironmentName

string

Name of the Connected Environment.

options
ConnectedEnvironmentsCertificatesListOptionalParams

The options parameters.

Returns