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.
public class BuildpacksGroupProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.BuildpacksGroupProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.BuildpacksGroupProperties>
public class BuildpacksGroupProperties
type BuildpacksGroupProperties = class
interface IJsonModel<BuildpacksGroupProperties>
interface IPersistableModel<BuildpacksGroupProperties>
type BuildpacksGroupProperties = class
Public Class BuildpacksGroupProperties
Implements IJsonModel(Of BuildpacksGroupProperties), IPersistableModel(Of BuildpacksGroupProperties)
Public Class BuildpacksGroupProperties
- Inheritance
-
BuildpacksGroupProperties
- Implements
Constructors
BuildpacksGroupProperties() |
Initializes a new instance of BuildpacksGroupProperties. |
Properties
Buildpacks |
Buildpacks in the buildpack group. |
Name |
Buildpack group name. |
Explicit Interface Implementations
IJsonModel<BuildpacksGroupProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BuildpacksGroupProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BuildpacksGroupProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BuildpacksGroupProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BuildpacksGroupProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET