BindingResourceProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.BindingResourceProperties

public final class BindingResourceProperties

Binding resource properties payload.

Constructor Summary

Constructor Description
BindingResourceProperties()

Creates an instance of BindingResourceProperties class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> bindingParameters()

Get the bindingParameters property: Binding parameters of the Binding resource.

String createdAt()

Get the createdAt property: Creation time of the Binding resource.

String generatedProperties()

Get the generatedProperties property: The generated Spring Boot property file for this binding.

String key()

Get the key property: The key of the bound resource.

String resourceId()

Get the resourceId property: The Azure resource id of the bound resource.

String resourceName()

Get the resourceName property: The name of the bound resource.

String resourceType()

Get the resourceType property: The standard Azure resource type of the bound resource.

String updatedAt()

Get the updatedAt property: Update time of the Binding resource.

void validate()

Validates the instance.

BindingResourceProperties withBindingParameters(Map<String,Object> bindingParameters)

Set the bindingParameters property: Binding parameters of the Binding resource.

BindingResourceProperties withKey(String key)

Set the key property: The key of the bound resource.

BindingResourceProperties withResourceId(String resourceId)

Set the resourceId property: The Azure resource id of the bound resource.

Methods inherited from java.lang.Object

Constructor Details

BindingResourceProperties

public BindingResourceProperties()

Creates an instance of BindingResourceProperties class.

Method Details

bindingParameters

public Map bindingParameters()

Get the bindingParameters property: Binding parameters of the Binding resource.

Returns:

the bindingParameters value.

createdAt

public String createdAt()

Get the createdAt property: Creation time of the Binding resource.

Returns:

the createdAt value.

generatedProperties

public String generatedProperties()

Get the generatedProperties property: The generated Spring Boot property file for this binding. The secret will be deducted.

Returns:

the generatedProperties value.

key

public String key()

Get the key property: The key of the bound resource.

Returns:

the key value.

resourceId

public String resourceId()

Get the resourceId property: The Azure resource id of the bound resource.

Returns:

the resourceId value.

resourceName

public String resourceName()

Get the resourceName property: The name of the bound resource.

Returns:

the resourceName value.

resourceType

public String resourceType()

Get the resourceType property: The standard Azure resource type of the bound resource.

Returns:

the resourceType value.

updatedAt

public String updatedAt()

Get the updatedAt property: Update time of the Binding resource.

Returns:

the updatedAt value.

validate

public void validate()

Validates the instance.

withBindingParameters

public BindingResourceProperties withBindingParameters(Map bindingParameters)

Set the bindingParameters property: Binding parameters of the Binding resource.

Parameters:

bindingParameters - the bindingParameters value to set.

Returns:

the BindingResourceProperties object itself.

withKey

public BindingResourceProperties withKey(String key)

Set the key property: The key of the bound resource.

Parameters:

key - the key value to set.

Returns:

the BindingResourceProperties object itself.

withResourceId

public BindingResourceProperties withResourceId(String resourceId)

Set the resourceId property: The Azure resource id of the bound resource.

Parameters:

resourceId - the resourceId value to set.

Returns:

the BindingResourceProperties object itself.

Applies to