AppPlatformBindingProperties Class
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.
Binding resource properties payload.
public class AppPlatformBindingProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformBindingProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformBindingProperties>
public class AppPlatformBindingProperties
type AppPlatformBindingProperties = class
interface IJsonModel<AppPlatformBindingProperties>
interface IPersistableModel<AppPlatformBindingProperties>
type AppPlatformBindingProperties = class
Public Class AppPlatformBindingProperties
Implements IJsonModel(Of AppPlatformBindingProperties), IPersistableModel(Of AppPlatformBindingProperties)
Public Class AppPlatformBindingProperties
- Inheritance
-
AppPlatformBindingProperties
- Implements
Constructors
AppPlatformBindingProperties() |
Initializes a new instance of AppPlatformBindingProperties. |
Properties
BindingParameters |
Binding parameters of the Binding resource To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
CreatedOn |
Creation time of the Binding resource. |
GeneratedProperties |
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. |
UpdatedOn |
Update time of the Binding resource. |
Explicit Interface Implementations
IJsonModel<AppPlatformBindingProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppPlatformBindingProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppPlatformBindingProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppPlatformBindingProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppPlatformBindingProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET