Hi, I am working on Azure API Management using Pu...
# azure
a
Hi, I am working on Azure API Management using Pulumi.AzureNative.ApiManagement How can I get 'Product' type from below var productResult = GetProduct.InvokeAsync(new GetProductArgs { ProductId = ApimSettings.ApiManagementProductName, ResourceGroupName = ApimSettings.ApiManagementResourceGroup, ServiceName = ApimSettings.ApiManagementInstanceName }).GetAwaiter().GetResult(); productResult is of type 'GetProductResult' and we need 'Product' type out of it.