次の方法で共有


CodeSigningAccounts Interface

public interface CodeSigningAccounts

Resource collection API of CodeSigningAccounts.

Method Summary

Modifier and Type Method and Description
abstract CheckNameAvailabilityResult checkNameAvailability(CheckNameAvailability body)

Checks that the trusted signing account name is valid and is not already in use.

abstract Response<CheckNameAvailabilityResult> checkNameAvailabilityWithResponse(CheckNameAvailability body, Context context)

Checks that the trusted signing account name is valid and is not already in use.

abstract Blank define(String name)

Begins definition for a new CodeSigningAccount resource.

abstract void delete(String resourceGroupName, String accountName, Context context)

Delete a trusted signing account.

abstract void deleteById(String id)

Delete a trusted signing account.

abstract void deleteByIdWithResponse(String id, Context context)

Delete a trusted signing account.

abstract void deleteByResourceGroup(String resourceGroupName, String accountName)

Delete a trusted signing account.

abstract CodeSigningAccount getById(String id)

Get a trusted Signing Account.

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

Get a trusted Signing Account.

abstract CodeSigningAccount getByResourceGroup(String resourceGroupName, String accountName)

Get a trusted Signing Account.

abstract Response<CodeSigningAccount> getByResourceGroupWithResponse(String resourceGroupName, String accountName, Context context)

Get a trusted Signing Account.

abstract PagedIterable<CodeSigningAccount> list()

Lists trusted signing accounts within a subscription.

abstract PagedIterable<CodeSigningAccount> list(Context context)

Lists trusted signing accounts within a subscription.

abstract PagedIterable<CodeSigningAccount> listByResourceGroup(String resourceGroupName)

Lists trusted signing accounts within a resource group.

abstract PagedIterable<CodeSigningAccount> listByResourceGroup(String resourceGroupName, Context context)

Lists trusted signing accounts within a resource group.

Method Details

checkNameAvailability

public abstract CheckNameAvailabilityResult checkNameAvailability(CheckNameAvailability body)

Checks that the trusted signing account name is valid and is not already in use.

Parameters:

body - The CheckAvailability request.

Returns:

the CheckNameAvailability operation response.

checkNameAvailabilityWithResponse

public abstract Response<CheckNameAvailabilityResult> checkNameAvailabilityWithResponse(CheckNameAvailability body, Context context)

Checks that the trusted signing account name is valid and is not already in use.

Parameters:

body - The CheckAvailability request.
context - The context to associate with this operation.

Returns:

the CheckNameAvailability operation response along with Response<T>.

define

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

Begins definition for a new CodeSigningAccount resource.

Parameters:

name - resource name.

Returns:

the first stage of the new CodeSigningAccount definition.

delete

public abstract void delete(String resourceGroupName, String accountName, Context context)

Delete a trusted signing account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Trusted Signing account name.
context - The context to associate with this operation.

deleteById

public abstract void deleteById(String id)

Delete a trusted signing account.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract void deleteByIdWithResponse(String id, Context context)

Delete a trusted signing account.

Parameters:

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

deleteByResourceGroup

public abstract void deleteByResourceGroup(String resourceGroupName, String accountName)

Delete a trusted signing account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Trusted Signing account name.

getById

public abstract CodeSigningAccount getById(String id)

Get a trusted Signing Account.

Parameters:

id - the resource ID.

Returns:

a trusted Signing Account along with Response<T>.

getByIdWithResponse

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

Get a trusted Signing Account.

Parameters:

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

Returns:

a trusted Signing Account along with Response<T>.

getByResourceGroup

public abstract CodeSigningAccount getByResourceGroup(String resourceGroupName, String accountName)

Get a trusted Signing Account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Trusted Signing account name.

Returns:

a trusted Signing Account.

getByResourceGroupWithResponse

public abstract Response<CodeSigningAccount> getByResourceGroupWithResponse(String resourceGroupName, String accountName, Context context)

Get a trusted Signing Account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Trusted Signing account name.
context - The context to associate with this operation.

Returns:

a trusted Signing Account along with Response<T>.

list

public abstract PagedIterable<CodeSigningAccount> list()

Lists trusted signing accounts within a subscription.

Returns:

the response of a CodeSigningAccount list operation as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<CodeSigningAccount> list(Context context)

Lists trusted signing accounts within a subscription.

Parameters:

context - The context to associate with this operation.

Returns:

the response of a CodeSigningAccount list operation as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<CodeSigningAccount> listByResourceGroup(String resourceGroupName)

Lists trusted signing accounts within a resource group.

Parameters:

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

Returns:

the response of a CodeSigningAccount list operation as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<CodeSigningAccount> listByResourceGroup(String resourceGroupName, Context context)

Lists trusted signing accounts within a resource group.

Parameters:

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

Returns:

the response of a CodeSigningAccount list operation as paginated response with PagedIterable<T>.

Applies to