Share via


BuildpackBindingResource Class

Definition

Buildpack Binding Resource object

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

Constructors

BuildpackBindingResource()

Creates an new BuildpackBindingResource instance.

Properties

BindingType

Buildpack Binding Type

Id

Fully qualified resource Id for the resource.

LaunchPropertySecret

Sensitive properties for launchProperties

Name

The name of the resource.

PropertiesLaunchPropertiesProperties

Non-sensitive properties for launchProperties

ProvisioningState

State of the Buildpack Binding.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BuildpackBindingResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BuildpackBindingResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BuildpackBindingResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to