IBindingResource 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.BindingResourceTypeConverter))]
public interface IBindingResource : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BindingResourceTypeConverter))>]
type IBindingResource = interface
interface IJsonSerializable
interface IResource
Public Interface IBindingResource
Implements IResource
- 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. |
| Id |
Fully qualified resource Id for the resource. (Inherited from IResource) |
| Key |
The key of the bound resource |
| Name |
The name of the resource. (Inherited from IResource) |
| 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 |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
| SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
| SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
| SystemDataLastModifiedAt |
The timestamp of resource modification (UTC). (Inherited from IResource) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
| Type |
The type of the resource. (Inherited from IResource) |
| UpdatedAt |
Update time of the Binding resource |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |