ArmLogicModelFactory.LogicJsonSchema(String, BinaryData) 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.
Initializes a new instance of LogicJsonSchema.
public static Azure.ResourceManager.Logic.Models.LogicJsonSchema LogicJsonSchema (string title = default, BinaryData content = default);
static member LogicJsonSchema : string * BinaryData -> Azure.ResourceManager.Logic.Models.LogicJsonSchema
Public Shared Function LogicJsonSchema (Optional title As String = Nothing, Optional content As BinaryData = Nothing) As LogicJsonSchema
Parameters
- title
- String
The JSON title.
- content
- BinaryData
The JSON content.
Returns
A new LogicJsonSchema instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET