BindingResourceProperties Constructors
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.
Overloads
BindingResourceProperties() |
Initializes a new instance of the BindingResourceProperties class. |
BindingResourceProperties(String, String, String, String, IDictionary<String,Object>, String, String, String) |
Initializes a new instance of the BindingResourceProperties class. |
BindingResourceProperties()
Initializes a new instance of the BindingResourceProperties class.
public BindingResourceProperties ();
Public Sub New ()
Applies to
BindingResourceProperties(String, String, String, String, IDictionary<String,Object>, String, String, String)
Initializes a new instance of the BindingResourceProperties class.
public BindingResourceProperties (string resourceName = default, string resourceType = default, string resourceId = default, string key = default, System.Collections.Generic.IDictionary<string,object> bindingParameters = default, string generatedProperties = default, string createdAt = default, string updatedAt = default);
new Microsoft.Azure.Management.AppPlatform.Models.BindingResourceProperties : string * string * string * string * System.Collections.Generic.IDictionary<string, obj> * string * string * string -> Microsoft.Azure.Management.AppPlatform.Models.BindingResourceProperties
Public Sub New (Optional resourceName As String = Nothing, Optional resourceType As String = Nothing, Optional resourceId As String = Nothing, Optional key As String = Nothing, Optional bindingParameters As IDictionary(Of String, Object) = Nothing, Optional generatedProperties As String = Nothing, Optional createdAt As String = Nothing, Optional updatedAt As String = Nothing)
Parameters
- resourceName
- String
The name of the bound resource
- resourceType
- String
The standard Azure resource type of the bound resource
- resourceId
- String
The Azure resource id of the bound resource
- key
- String
The key of the bound resource
- bindingParameters
- IDictionary<String,Object>
Binding parameters of the Binding resource
- generatedProperties
- String
The generated Spring Boot property file for this binding. The secret will be deducted.
- createdAt
- String
Creation time of the Binding resource
- updatedAt
- String
Update time of the Binding resource
Applies to
Azure SDK for .NET