Class BindingResourceProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.BindingResourceProperties
Binding resource properties payload.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of BindingResourceProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the bindingParameters property: Binding parameters of the Binding resource.Get the createdAt property: Creation time of the Binding resource.Get the generatedProperties property: The generated Spring Boot property file for this binding.key()Get the key property: The key of the bound resource.Get the resourceId property: The Azure resource id of the bound resource.Get the resourceName property: The name of the bound resource.Get the resourceType property: The standard Azure resource type of the bound resource.Get the updatedAt property: Update time of the Binding resource.voidvalidate()Validates the instance.withBindingParameters(Map<String, Object> bindingParameters) Set the bindingParameters property: Binding parameters of the Binding resource.Set the key property: The key of the bound resource.withResourceId(String resourceId) Set the resourceId property: The Azure resource id of the bound resource.
-
Constructor Details
-
BindingResourceProperties
public BindingResourceProperties()Creates an instance of BindingResourceProperties class.
-
-
Method Details
-
resourceName
Get the resourceName property: The name of the bound resource.- Returns:
- the resourceName value.
-
resourceType
Get the resourceType property: The standard Azure resource type of the bound resource.- Returns:
- the resourceType value.
-
resourceId
Get the resourceId property: The Azure resource id of the bound resource.- Returns:
- the resourceId value.
-
withResourceId
Set the resourceId property: The Azure resource id of the bound resource.- Parameters:
resourceId- the resourceId value to set.- Returns:
- the BindingResourceProperties object itself.
-
key
Get the key property: The key of the bound resource.- Returns:
- the key value.
-
withKey
Set the key property: The key of the bound resource.- Parameters:
key- the key value to set.- Returns:
- the BindingResourceProperties object itself.
-
bindingParameters
Get the bindingParameters property: Binding parameters of the Binding resource.- Returns:
- the bindingParameters value.
-
withBindingParameters
Set the bindingParameters property: Binding parameters of the Binding resource.- Parameters:
bindingParameters- the bindingParameters value to set.- Returns:
- the BindingResourceProperties object itself.
-
generatedProperties
Get the generatedProperties property: The generated Spring Boot property file for this binding. The secret will be deducted.- Returns:
- the generatedProperties value.
-
createdAt
Get the createdAt property: Creation time of the Binding resource.- Returns:
- the createdAt value.
-
updatedAt
Get the updatedAt property: Update time of the Binding resource.- Returns:
- the updatedAt value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-