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

ApiManagementConfig Class

Definition

Azure API management (APIM) configuration linked to the app.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ApiManagementConfigTypeConverter))]
public class ApiManagementConfig : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IApiManagementConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ApiManagementConfigTypeConverter))>]
type ApiManagementConfig = class
    interface IApiManagementConfig
    interface IJsonSerializable
Public Class ApiManagementConfig
Implements IApiManagementConfig
Inheritance
ApiManagementConfig
Attributes
Implements

Constructors

ApiManagementConfig()

Creates an new ApiManagementConfig instance.

Properties

Id

APIM-Api Identifier.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApiManagementConfig.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApiManagementConfig.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IApiManagementConfig.

FromJsonString(String)

Creates a new instance of ApiManagementConfig, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApiManagementConfig into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to