BuildpacksGroupProperties 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.
Buildpack group properties of the Builder
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.BuildpacksGroupPropertiesTypeConverter))]
public class BuildpacksGroupProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildpacksGroupProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.BuildpacksGroupPropertiesTypeConverter))>]
type BuildpacksGroupProperties = class
interface IBuildpacksGroupProperties
interface IJsonSerializable
Public Class BuildpacksGroupProperties
Implements IBuildpacksGroupProperties
- Inheritance
-
BuildpacksGroupProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BuildpacksGroupProperties() |
Creates an new BuildpacksGroupProperties instance. |
Properties
| Name | Description |
|---|---|
| Buildpack |
Buildpacks in the buildpack group |
| Name |
Buildpack group name |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BuildpacksGroupProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BuildpacksGroupProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildpacksGroupProperties. |
| FromJsonString(String) |
Creates a new instance of BuildpacksGroupProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of BuildpacksGroupProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |