Monitor Properties Args
data class MonitorPropertiesArgs(val generateApiKey: Output<Boolean>? = null, val monitoringStatus: Output<Either<String, MonitoringStatus>>? = null, val planDetails: Output<PlanDetailsArgs>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null, val saaSAzureSubscriptionStatus: Output<String>? = null, val sourceCampaignId: Output<String>? = null, val sourceCampaignName: Output<String>? = null, val subscriptionState: Output<String>? = null, val userInfo: Output<UserInfoArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<MonitorPropertiesArgs>
Properties specific to the monitor resource.
Constructors
Link copied to clipboard
constructor(generateApiKey: Output<Boolean>? = null, monitoringStatus: Output<Either<String, MonitoringStatus>>? = null, planDetails: Output<PlanDetailsArgs>? = null, provisioningState: Output<Either<String, ProvisioningState>>? = null, saaSAzureSubscriptionStatus: Output<String>? = null, sourceCampaignId: Output<String>? = null, sourceCampaignName: Output<String>? = null, subscriptionState: Output<String>? = null, userInfo: Output<UserInfoArgs>? = null, version: Output<String>? = null)
Properties
Link copied to clipboard
Flag to determine if User API Key has to be generated and shared.
Link copied to clipboard
Flag specifying if the resource monitoring is enabled or disabled.
Link copied to clipboard
Plan details of the monitor resource.
Link copied to clipboard
Provisioning state of the monitor resource.
Link copied to clipboard
Status of Azure Subscription where Marketplace SaaS is located.
Link copied to clipboard
A unique identifier associated with the campaign.
Link copied to clipboard
Name of the marketing campaign.
Link copied to clipboard
State of the Azure Subscription containing the monitor resource
Link copied to clipboard
User information.