get Channel Partner Repricing Config
suspend fun getChannelPartnerRepricingConfig(argument: GetChannelPartnerRepricingConfigPlainArgs): GetChannelPartnerRepricingConfigResult
Gets information about how a Distributor modifies their bill before sending it to a ChannelPartner. Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the account being queried are different. * NOT_FOUND: The ChannelPartnerRepricingConfig was not found. * INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the ChannelPartnerRepricingConfig resource, otherwise returns an error.
Return
null
Parameters
argument
null
suspend fun getChannelPartnerRepricingConfig(accountId: String, channelPartnerLinkId: String, channelPartnerRepricingConfigId: String): GetChannelPartnerRepricingConfigResult
Return
null
Parameters
account Id
channel Partner Link Id
channel Partner Repricing Config Id
See also
suspend fun getChannelPartnerRepricingConfig(argument: suspend GetChannelPartnerRepricingConfigPlainArgsBuilder.() -> Unit): GetChannelPartnerRepricingConfigResult
Return
null
Parameters
argument
Builder for com.pulumi.googlenative.cloudchannel.v1.kotlin.inputs.GetChannelPartnerRepricingConfigPlainArgs.