SupportedBuildpackResourceProperties 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.
Supported buildpack resource properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.SupportedBuildpackResourcePropertiesTypeConverter))]
public class SupportedBuildpackResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedBuildpackResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.SupportedBuildpackResourcePropertiesTypeConverter))>]
type SupportedBuildpackResourceProperties = class
interface ISupportedBuildpackResourceProperties
interface IJsonSerializable
Public Class SupportedBuildpackResourceProperties
Implements ISupportedBuildpackResourceProperties
- Inheritance
-
SupportedBuildpackResourceProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SupportedBuildpackResourceProperties() |
Creates an new SupportedBuildpackResourceProperties instance. |
Properties
| Name | Description |
|---|---|
| BuildpackId |
The id of supported buildpack |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SupportedBuildpackResourceProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SupportedBuildpackResourceProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedBuildpackResourceProperties. |
| FromJsonString(String) |
Creates a new instance of SupportedBuildpackResourceProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SupportedBuildpackResourceProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |