IBindingResourceProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BindingResourcePropertiesTypeConverter))]
public interface IBindingResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BindingResourcePropertiesTypeConverter))>]
type IBindingResourceProperties = interface
interface IJsonSerializable
Public Interface IBindingResourceProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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. |
| Key |
The key of the bound resource |
| 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 |
| UpdatedAt |
Update time of the Binding resource |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |