ApiManagementConfig Class
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.
Azure API management (APIM) configuration linked to the app.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiManagementConfigTypeConverter))]
public class ApiManagementConfig : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiManagementConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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.Functions.Models.Api20190801.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. |