Uses of Class
com.azure.resourcemanager.resources.models.DataBoundary
Packages that use DataBoundary
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of DataBoundary in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as DataBoundaryModifier and TypeFieldDescriptionstatic final DataBoundaryDataBoundary.EUStatic value EU for DataBoundary.static final DataBoundaryDataBoundary.GLOBALStatic value Global for DataBoundary.static final DataBoundaryDataBoundary.NOT_DEFINEDStatic value NotDefined for DataBoundary.Methods in com.azure.resourcemanager.resources.models that return DataBoundaryModifier and TypeMethodDescriptionDataBoundaryProperties.dataBoundary()Get the dataBoundary property: The data boundary definition.static DataBoundaryDataBoundary.fromString(String name) Creates or finds a DataBoundary from its string representation.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type DataBoundaryModifier and TypeMethodDescriptionstatic Collection<DataBoundary> DataBoundary.values()Gets known DataBoundary values.Methods in com.azure.resourcemanager.resources.models with parameters of type DataBoundaryModifier and TypeMethodDescriptionDataBoundaryProperties.withDataBoundary(DataBoundary dataBoundary) Set the dataBoundary property: The data boundary definition.