
com.pulumi.azurenative.enterpriseknowledgegraph.outputs.EnterpriseKnowledgeGraphPropertiesResponse Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.enterpriseknowledgegraph.outputs;
import com.pulumi.core.annotations.CustomType;
import java.lang.Object;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
@CustomType
public final class EnterpriseKnowledgeGraphPropertiesResponse {
/**
* @return The description of the EnterpriseKnowledgeGraph
*
*/
private @Nullable String description;
/**
* @return Specifies the metadata of the resource.
*
*/
private @Nullable Object metadata;
/**
* @return The state of EnterpriseKnowledgeGraph provisioning
*
*/
private @Nullable String provisioningState;
private EnterpriseKnowledgeGraphPropertiesResponse() {}
/**
* @return The description of the EnterpriseKnowledgeGraph
*
*/
public Optional description() {
return Optional.ofNullable(this.description);
}
/**
* @return Specifies the metadata of the resource.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy