ApplicationLiveViewProperties Class

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

public final class ApplicationLiveViewProperties

Application Live View properties payload.

Constructor Summary

Constructor Description
ApplicationLiveViewProperties()

Creates an instance of ApplicationLiveViewProperties class.

Method Summary

Modifier and Type Method and Description
List<ApplicationLiveViewComponent> components()

Get the components property: Component details of Application Live View.

ApplicationLiveViewProvisioningState provisioningState()

Get the provisioningState property: State of the Application Live View.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ApplicationLiveViewProperties

public ApplicationLiveViewProperties()

Creates an instance of ApplicationLiveViewProperties class.

Method Details

components

public List components()

Get the components property: Component details of Application Live View.

Returns:

the components value.

provisioningState

public ApplicationLiveViewProvisioningState provisioningState()

Get the provisioningState property: State of the Application Live View.

Returns:

the provisioningState value.

validate

public void validate()

Validates the instance.

Applies to