ConfidentialLedger.DefinitionStages.WithLocation Interface
public static interface ConfidentialLedger.DefinitionStages.WithLocation
The stage of the ConfidentialLedger definition allowing to specify location.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withRegion(Region location)
Specifies the region for the resource. |
abstract
With |
withRegion(String location)
Specifies the region for the resource. |
Method Details
withRegion
public abstract ConfidentialLedger.DefinitionStages.WithCreate withRegion(Region location)
Specifies the region for the resource.
Parameters:
location
- The Azure location where the Confidential Ledger is running.
Returns:
the next definition stage.
withRegion
public abstract ConfidentialLedger.DefinitionStages.WithCreate withRegion(String location)
Specifies the region for the resource.
Parameters:
location
- The Azure location where the Confidential Ledger is running.
Returns:
the next definition stage.
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