ArmBillingModelFactory.PaymentMethodLogo(String, Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of PaymentMethodLogo.
public static Azure.ResourceManager.Billing.Models.PaymentMethodLogo PaymentMethodLogo (string mimeType = default, Uri uri = default);
static member PaymentMethodLogo : string * Uri -> Azure.ResourceManager.Billing.Models.PaymentMethodLogo
Public Shared Function PaymentMethodLogo (Optional mimeType As String = Nothing, Optional uri As Uri = Nothing) As PaymentMethodLogo
Parameters
- mimeType
- String
MIME type of the logo.
- uri
- Uri
Public URL of image of the logo.
Returns
A new PaymentMethodLogo instance for mocking.