次の方法で共有


Domain.DefinitionStages.WithDataResidencyBoundary Interface

public static interface Domain.DefinitionStages.WithDataResidencyBoundary

The stage of the Domain definition allowing to specify dataResidencyBoundary.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDataResidencyBoundary(DataResidencyBoundary dataResidencyBoundary)

Specifies the dataResidencyBoundary property: Data Residency Boundary of the resource..

Method Details

withDataResidencyBoundary

public abstract Domain.DefinitionStages.WithCreate withDataResidencyBoundary(DataResidencyBoundary dataResidencyBoundary)

Specifies the dataResidencyBoundary property: Data Residency Boundary of the resource..

Parameters:

dataResidencyBoundary - Data Residency Boundary of the resource.

Returns:

the next definition stage.

Applies to