ConfidentialLedger.DefinitionStages.WithCreate Interface
Implements
public static interface ConfidentialLedger.DefinitionStages.WithCreate
extends WithLocation, WithTags, WithProperties
The stage of the ConfidentialLedger definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Confidential |
create()
Executes the create request. |
abstract
Confidential |
create(Context context)
Executes the create request. |
Method Details
create
public abstract ConfidentialLedger create()
Executes the create request.
Returns:
the created resource.
create
public abstract ConfidentialLedger create(Context context)
Executes the create request.
Parameters:
context
- The context to associate with this operation.
Returns:
the created resource.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java