ArmApiCenterModelFactory.ApiSpecificationDetails(String, String) 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.
API specification details.
public static Azure.ResourceManager.ApiCenter.Models.ApiSpecificationDetails ApiSpecificationDetails(string name = default, string version = default);
static member ApiSpecificationDetails : string * string -> Azure.ResourceManager.ApiCenter.Models.ApiSpecificationDetails
Public Shared Function ApiSpecificationDetails (Optional name As String = Nothing, Optional version As String = Nothing) As ApiSpecificationDetails
Parameters
- name
- String
Specification name.
- version
- String
Specification version.
Returns
A new ApiSpecificationDetails instance for mocking.