ApiVersionSetContract Class

Definition

API Version Set Contract details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApiVersionSetContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApiVersionSetContract = class
    inherit Resource
Public Class ApiVersionSetContract
Inherits Resource
Inheritance
ApiVersionSetContract
Attributes

Constructors

ApiVersionSetContract()

Initializes a new instance of the ApiVersionSetContract class.

ApiVersionSetContract(String, String, String, String, String, String, String, String)

Initializes a new instance of the ApiVersionSetContract class.

Properties

Description

Gets or sets description of API Version Set.

DisplayName

Gets or sets name of API Version Set

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)
VersionHeaderName

Gets or sets name of HTTP header parameter that indicates the API Version if versioningScheme is set to header.

VersioningScheme

Gets or sets an value that determines where the API Version identifier will be located in a HTTP request. Possible values include: 'Segment', 'Query', 'Header'

VersionQueryName

Gets or sets name of query parameter that indicates the API Version if versioningScheme is set to query.

Methods

Validate()

Validate the object.

Applies to