ArmLogicModelFactory.LogicApiResourceDefinitions(Uri, Uri) 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 LogicApiResourceDefinitions.
public static Azure.ResourceManager.Logic.Models.LogicApiResourceDefinitions LogicApiResourceDefinitions (Uri originalSwaggerUri = default, Uri modifiedSwaggerUri = default);
static member LogicApiResourceDefinitions : Uri * Uri -> Azure.ResourceManager.Logic.Models.LogicApiResourceDefinitions
Public Shared Function LogicApiResourceDefinitions (Optional originalSwaggerUri As Uri = Nothing, Optional modifiedSwaggerUri As Uri = Nothing) As LogicApiResourceDefinitions
Parameters
- originalSwaggerUri
- Uri
The original swagger url.
- modifiedSwaggerUri
- Uri
The modified swagger url.
Returns
A new LogicApiResourceDefinitions instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET