ResourceProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.timeseriesinsights.models.ResourceProperties

public class ResourceProperties

Properties that are common to all tracked resources.

Constructor Summary

Constructor Description
ResourceProperties()

Creates an instance of ResourceProperties class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime creationTime()

Get the creationTime property: The time the resource was created.

ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the resource.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ResourceProperties

public ResourceProperties()

Creates an instance of ResourceProperties class.

Method Details

creationTime

public OffsetDateTime creationTime()

Get the creationTime property: The time the resource was created.

Returns:

the creationTime value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the resource.

Returns:

the provisioningState value.

validate

public void validate()

Validates the instance.

Applies to