ArmProviderHubModelFactory.SwaggerSpecification 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.
public static Azure.ResourceManager.ProviderHub.Models.SwaggerSpecification SwaggerSpecification(System.Collections.Generic.IEnumerable<string> apiVersions = default, Uri swaggerSpecFolderUri = default);
static member SwaggerSpecification : seq<string> * Uri -> Azure.ResourceManager.ProviderHub.Models.SwaggerSpecification
Public Shared Function SwaggerSpecification (Optional apiVersions As IEnumerable(Of String) = Nothing, Optional swaggerSpecFolderUri As Uri = Nothing) As SwaggerSpecification
Parameters
- apiVersions
- IEnumerable<String>
The api versions.
- swaggerSpecFolderUri
- Uri
The swagger spec folder uri.
Returns
A new SwaggerSpecification instance for mocking.