ApiManagementClient.SubscriptionByProductAndUser 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.
public System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription> SubscriptionByProductAndUser (Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext context, string productId, string userId);
member this.SubscriptionByProductAndUser : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementSubscription>
Public Function SubscriptionByProductAndUser (context As PsApiManagementContext, productId As String, userId As String) As IList(Of PsApiManagementSubscription)
Parameters
- context
- PsApiManagementContext
- productId
- String
- userId
- String