StringContainsAdvancedFilter.ToJson(JsonObject, SerializationMode) Method
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.
Serializes this instance of StringContainsAdvancedFilter into a JsonNode.
public Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode ToJson (Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject container, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode serializationMode);
abstract member ToJson : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode -> Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode
override this.ToJson : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonObject * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode -> Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Json.JsonNode
Public Function ToJson (container As JsonObject, serializationMode As SerializationMode) As JsonNode
Parameters
- container
- JsonObject
The JsonObject container to serialize this object into. If the caller
passes in null
, a new instance will be created and returned to the caller.
- serializationMode
- SerializationMode
Allows the caller to choose the depth of the serialization. See SerializationMode.
Returns
a serialized instance of StringContainsAdvancedFilter as a JsonNode.