
com.pulumi.azurenative.billing.inputs.AssociatedTenantPropertiesArgs 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.billing.inputs;
import com.pulumi.azurenative.billing.enums.BillingManagementTenantState;
import com.pulumi.azurenative.billing.enums.ProvisioningTenantState;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* An associated tenant.
*
*/
public final class AssociatedTenantPropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final AssociatedTenantPropertiesArgs Empty = new AssociatedTenantPropertiesArgs();
/**
* The state determines whether users from the associated tenant can be assigned roles for commerce activities like viewing and downloading invoices, managing payments, and making purchases.
*
*/
@Import(name="billingManagementState")
private @Nullable Output> billingManagementState;
/**
* @return The state determines whether users from the associated tenant can be assigned roles for commerce activities like viewing and downloading invoices, managing payments, and making purchases.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy