ArtifactSigningManager Class

  • java.lang.Object
    • com.azure.resourcemanager.artifactsigning.ArtifactSigningManager

public final class ArtifactSigningManager

Entry point to ArtifactSigningManager. Code Signing resource provider api.

Method Summary

Modifier and Type Method and Description
static ArtifactSigningManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Artifact Signing service API entry point.

static ArtifactSigningManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Artifact Signing service API entry point.

CertificateProfiles certificateProfiles()

Gets the resource collection API of CertificateProfiles.

CodeSigningAccounts codeSigningAccounts()

Gets the resource collection API of CodeSigningAccounts.

static Configurable configure()

Gets a Configurable instance that can be used to create ArtifactSigningManager with optional configuration.

Operations operations()

Gets the resource collection API of Operations.

ArtifactSigningManagementClient serviceClient()

Gets wrapped service client ArtifactSigningManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Methods inherited from java.lang.Object

Method Details

authenticate

public static ArtifactSigningManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Artifact Signing service API entry point.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the Artifact Signing service API instance.

authenticate

public static ArtifactSigningManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Artifact Signing service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the Artifact Signing service API instance.

certificateProfiles

public CertificateProfiles certificateProfiles()

Gets the resource collection API of CertificateProfiles. It manages CertificateProfile.

Returns:

Resource collection API of CertificateProfiles.

codeSigningAccounts

public CodeSigningAccounts codeSigningAccounts()

Gets the resource collection API of CodeSigningAccounts. It manages CodeSigningAccount.

Returns:

Resource collection API of CodeSigningAccounts.

configure

public static ArtifactSigningManager.Configurable configure()

Gets a Configurable instance that can be used to create ArtifactSigningManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

serviceClient

public ArtifactSigningManagementClient serviceClient()

Gets wrapped service client ArtifactSigningManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client ArtifactSigningManagementClient.

Applies to