ArmLogicModelFactory.LogicWsdlService 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 LogicWsdlService.
public static Azure.ResourceManager.Logic.Models.LogicWsdlService LogicWsdlService (string qualifiedName = default, System.Collections.Generic.IEnumerable<string> endpointQualifiedNames = default);
static member LogicWsdlService : string * seq<string> -> Azure.ResourceManager.Logic.Models.LogicWsdlService
Public Shared Function LogicWsdlService (Optional qualifiedName As String = Nothing, Optional endpointQualifiedNames As IEnumerable(Of String) = Nothing) As LogicWsdlService
Parameters
- qualifiedName
- String
The qualified name.
- endpointQualifiedNames
- IEnumerable<String>
The list of endpoints' qualified names.
Returns
A new LogicWsdlService 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