BindingResourceInner Class

public final class BindingResourceInner
extends ProxyResource

Binding resource payload.

Constructor Summary

Constructor Description
BindingResourceInner()

Creates an instance of BindingResourceInner class.

Method Summary

Modifier and Type Method and Description
BindingResourceProperties properties()

Get the properties property: Properties of the Binding resource.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

void validate()

Validates the instance.

BindingResourceInner withProperties(BindingResourceProperties properties)

Set the properties property: Properties of the Binding resource.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

BindingResourceInner

public BindingResourceInner()

Creates an instance of BindingResourceInner class.

Method Details

properties

public BindingResourceProperties properties()

Get the properties property: Properties of the Binding resource.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withProperties

public BindingResourceInner withProperties(BindingResourceProperties properties)

Set the properties property: Properties of the Binding resource.

Parameters:

properties - the properties value to set.

Returns:

the BindingResourceInner object itself.

Applies to