Share via


BindingResource Class

Definition

Binding resource payload

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

Constructors

BindingResource()

Creates an new BindingResource instance.

Properties

BindingParameter

Binding parameters of the Binding resource

CreatedAt

Creation time of the Binding resource

GeneratedProperty

The generated Spring Boot property file for this binding. The secret will be deducted.

Id

Fully qualified resource Id for the resource.

Key

The key of the bound resource

Name

The name of the resource.

ResourceGroupName

Gets the resource group name

ResourceId

The Azure resource id of the bound resource

ResourceName

The name of the bound resource

ResourceType

The standard Azure resource type of the bound resource

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.

UpdatedAt

Update time of the Binding resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BindingResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BindingResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BindingResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to