ArmAppPlatformModelFactory.AppPlatformBindingProperties Method
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.
Initializes a new instance of AppPlatformBindingProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformBindingProperties AppPlatformBindingProperties (string resourceName = default, string resourceType = default, Azure.Core.ResourceIdentifier resourceId = default, string key = default, System.Collections.Generic.IDictionary<string,BinaryData> bindingParameters = default, string generatedProperties = default, DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default);
static member AppPlatformBindingProperties : string * string * Azure.Core.ResourceIdentifier * string * System.Collections.Generic.IDictionary<string, BinaryData> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformBindingProperties
Public Shared Function AppPlatformBindingProperties (Optional resourceName As String = Nothing, Optional resourceType As String = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional key As String = Nothing, Optional bindingParameters As IDictionary(Of String, BinaryData) = Nothing, Optional generatedProperties As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing) As AppPlatformBindingProperties
Parameters
- resourceName
- String
The name of the bound resource.
- resourceType
- String
The standard Azure resource type of the bound resource.
- resourceId
- ResourceIdentifier
The Azure resource id of the bound resource.
- key
- String
The key of the bound resource.
- bindingParameters
- IDictionary<String,BinaryData>
Binding parameters of the Binding resource.
- generatedProperties
- String
The generated Spring Boot property file for this binding. The secret will be deducted.
- createdOn
- Nullable<DateTimeOffset>
Creation time of the Binding resource.
- updatedOn
- Nullable<DateTimeOffset>
Update time of the Binding resource.
Returns
A new AppPlatformBindingProperties instance for mocking.