
com.pulumi.azurenative.powerbi.PrivateEndpointConnectionArgs 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.powerbi;
import com.pulumi.azurenative.powerbi.enums.ResourceProvisioningState;
import com.pulumi.azurenative.powerbi.inputs.ConnectionStateArgs;
import com.pulumi.azurenative.powerbi.inputs.PrivateEndpointArgs;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class PrivateEndpointConnectionArgs extends com.pulumi.resources.ResourceArgs {
public static final PrivateEndpointConnectionArgs Empty = new PrivateEndpointConnectionArgs();
/**
* The name of the Azure resource.
*
*/
@Import(name="azureResourceName", required=true)
private Output azureResourceName;
/**
* @return The name of the Azure resource.
*
*/
public Output azureResourceName() {
return this.azureResourceName;
}
/**
* Specifies the private endpoint.
*
*/
@Import(name="privateEndpoint")
private @Nullable Output privateEndpoint;
/**
* @return Specifies the private endpoint.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy