Share via


Topic.DefinitionStages.WithDataResidencyBoundary Interface

public static interface Topic.DefinitionStages.WithDataResidencyBoundary

The stage of the Topic 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 Topic.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