DataResidencyBoundary Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data Residency Boundary of the resource.
public readonly struct DataResidencyBoundary : IEquatable<Azure.ResourceManager.EventGrid.Models.DataResidencyBoundary>
type DataResidencyBoundary = struct
Public Structure DataResidencyBoundary
Implements IEquatable(Of DataResidencyBoundary)
- Inheritance
-
DataResidencyBoundary
- Implements
Constructors
DataResidencyBoundary(String) |
Initializes a new instance of DataResidencyBoundary. |
Properties
WithinGeopair |
WithinGeopair. |
WithinRegion |
WithinRegion. |
Methods
Equals(DataResidencyBoundary) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DataResidencyBoundary, DataResidencyBoundary) |
Determines if two DataResidencyBoundary values are the same. |
Implicit(String to DataResidencyBoundary) |
Converts a string to a DataResidencyBoundary. |
Inequality(DataResidencyBoundary, DataResidencyBoundary) |
Determines if two DataResidencyBoundary values are not the same. |
Applies to
Azure SDK for .NET