ApiManagementClient.ProductSet 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 void ProductSet (Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext context, string productId, string title, string description, string legalTerms, bool? subscriptionRequired, bool? approvalRequired, int? subscriptionsLimit, Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState? state);
member this.ProductSet : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext * string * string * string * string * Nullable<bool> * Nullable<bool> * Nullable<int> * Nullable<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProductState> -> unit
Public Sub ProductSet (context As PsApiManagementContext, productId As String, title As String, description As String, legalTerms As String, subscriptionRequired As Nullable(Of Boolean), approvalRequired As Nullable(Of Boolean), subscriptionsLimit As Nullable(Of Integer), state As Nullable(Of PsApiManagementProductState))
Parameters
- context
- PsApiManagementContext
- productId
- String
- title
- String
- description
- String
- legalTerms
- String