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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET