你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PsApiManagementApiVersionSet Class

Definition

public class PsApiManagementApiVersionSet : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementArmResource
type PsApiManagementApiVersionSet = class
    inherit PsApiManagementArmResource
Public Class PsApiManagementApiVersionSet
Inherits PsApiManagementArmResource
Inheritance
PsApiManagementApiVersionSet

Constructors

PsApiManagementApiVersionSet()
PsApiManagementApiVersionSet(String)

Properties

ApiVersionSetId

Api Version Set Id

Description

Gets or sets description of API Version Set.

DisplayName

Gets or sets name of API Version Set

Id

Arm Identifier of the Resource

(Inherited from PsApiManagementArmResource)
ResourceGroupName

Resource Group Name the resource is part of.

(Inherited from PsApiManagementArmResource)
ServiceName

Api Management service Name to which the Resource belongs

(Inherited from PsApiManagementArmResource)
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 identifer 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.

Applies to