BindingResourceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. BindingResourceProperties
- com.
Implements
public final class BindingResourceProperties
implements JsonSerializable<BindingResourceProperties>
Binding resource properties payload.
Constructor Summary
Constructor | Description |
---|---|
BindingResourceProperties() |
Creates an instance of Binding |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
bindingParameters()
Get the binding |
String |
createdAt()
Get the created |
static
Binding |
fromJson(JsonReader jsonReader)
Reads an instance of Binding |
String |
generatedProperties()
Get the generated |
String |
key()
Get the key property: The key of the bound resource. |
String |
resourceId()
Get the resource |
String |
resourceName()
Get the resource |
String |
resourceType()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
String |
updatedAt()
Get the updated |
void |
validate()
Validates the instance. |
Binding |
withBindingParameters(Map<String,Object> bindingParameters)
Set the binding |
Binding |
withKey(String key)
Set the key property: The key of the bound resource. |
Binding |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
BindingResourceProperties
public BindingResourceProperties()
Creates an instance of BindingResourceProperties class.
Method Details
bindingParameters
public Map
Get the bindingParameters property: Binding parameters of the Binding resource.
Returns:
createdAt
public String createdAt()
Get the createdAt property: Creation time of the Binding resource.
Returns:
fromJson
public static BindingResourceProperties fromJson(JsonReader jsonReader)
Reads an instance of BindingResourceProperties from the JsonReader.
Parameters:
Returns:
Throws:
generatedProperties
public String generatedProperties()
Get the generatedProperties property: The generated Spring Boot property file for this binding. The secret will be deducted.
Returns:
key
public String key()
Get the key property: The key of the bound resource.
Returns:
resourceId
public String resourceId()
Get the resourceId property: The Azure resource id of the bound resource.
Returns:
resourceName
public String resourceName()
Get the resourceName property: The name of the bound resource.
Returns:
resourceType
public String resourceType()
Get the resourceType property: The standard Azure resource type of the bound resource.
Returns:
toJson
updatedAt
public String updatedAt()
Get the updatedAt property: Update time of the Binding resource.
Returns:
validate
public void validate()
Validates the instance.
withBindingParameters
public BindingResourceProperties withBindingParameters(Map
Set the bindingParameters property: Binding parameters of the Binding resource.
Parameters:
Returns:
withKey
public BindingResourceProperties withKey(String key)
Set the key property: The key of the bound resource.
Parameters:
Returns:
withResourceId
public BindingResourceProperties withResourceId(String resourceId)
Set the resourceId property: The Azure resource id of the bound resource.
Parameters:
Returns:
Applies to
Azure SDK for Java