getChannelPartnerRepricingConfig

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

accountId
channelPartnerLinkId
channelPartnerRepricingConfigId

See also


Return

null

Parameters

argument

Builder for com.pulumi.googlenative.cloudchannel.v1.kotlin.inputs.GetChannelPartnerRepricingConfigPlainArgs.

See also