ArmApiManagementModelFactory.ApiVersionSetData 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 ApiVersionSetData.
public static Azure.ResourceManager.ApiManagement.ApiVersionSetData ApiVersionSetData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string description = default, string versionQueryName = default, string versionHeaderName = default, string displayName = default, Azure.ResourceManager.ApiManagement.Models.VersioningScheme? versioningScheme = default);
static member ApiVersionSetData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * Nullable<Azure.ResourceManager.ApiManagement.Models.VersioningScheme> -> Azure.ResourceManager.ApiManagement.ApiVersionSetData
Public Shared Function ApiVersionSetData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional description As String = Nothing, Optional versionQueryName As String = Nothing, Optional versionHeaderName As String = Nothing, Optional displayName As String = Nothing, Optional versioningScheme As Nullable(Of VersioningScheme) = Nothing) As ApiVersionSetData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- description
- String
Description of API Version Set.
- versionQueryName
- String
Name of query parameter that indicates the API Version if versioningScheme is set to query
.
- versionHeaderName
- String
Name of HTTP header parameter that indicates the API Version if versioningScheme is set to header
.
- displayName
- String
Name of API Version Set.
- versioningScheme
- Nullable<VersioningScheme>
An value that determines where the API Version identifier will be located in a HTTP request.
Returns
A new ApiVersionSetData instance for mocking.
Applies to
Azure SDK for .NET