Share via


SupportedBuildpackResource Class

Definition

Supported buildpack resource payload

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.SupportedBuildpackResourceTypeConverter))]
public class SupportedBuildpackResource : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedBuildpackResource, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.SupportedBuildpackResourceTypeConverter))>]
type SupportedBuildpackResource = class
    interface ISupportedBuildpackResource
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class SupportedBuildpackResource
Implements ISupportedBuildpackResource, IValidates
Inheritance
SupportedBuildpackResource
Attributes
Implements

Constructors

Name Description
SupportedBuildpackResource()

Creates an new SupportedBuildpackResource instance.

Properties

Name Description
BuildpackId

The id of supported buildpack

Id

Fully qualified resource Id for the resource.

Name

The name of the resource.

ResourceGroupName

Gets the resource group name

SystemData

Metadata pertaining to creation and last modification of the resource.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SupportedBuildpackResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SupportedBuildpackResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISupportedBuildpackResource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SupportedBuildpackResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to