DataBoundaryProperties Class
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 boundary properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBoundary.Models.DataBoundaryPropertiesTypeConverter))]
public class DataBoundaryProperties : Microsoft.Azure.PowerShell.Cmdlets.DataBoundary.Models.IDataBoundaryProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBoundary.Models.DataBoundaryPropertiesTypeConverter))>]
type DataBoundaryProperties = class
interface IDataBoundaryProperties
interface IJsonSerializable
Public Class DataBoundaryProperties
Implements IDataBoundaryProperties
- Inheritance
-
DataBoundaryProperties
- Attributes
- Implements
Constructors
DataBoundaryProperties() |
Creates an new DataBoundaryProperties instance. |
Properties
DataBoundary |
The data boundary definition. |
ProvisioningState |
Denotes the state of provisioning. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataBoundaryProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataBoundaryProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBoundary.Models.IDataBoundaryProperties. |
FromJsonString(String) |
Creates a new instance of DataBoundaryProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataBoundaryProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |