ConnectedEnvironmentsCertificates interface
Interface representing a ConnectedEnvironmentsCertificates.
Methods
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.
The options parameters.
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.
The options parameters.
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ConnectedEnvironmentsCertificatesDeleteHeaders>, ConnectedEnvironmentsCertificatesDeleteHeaders>>
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.
The options parameters.
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
The options parameters.
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
The options parameters.
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.
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.
The options parameters.