ApiManagementClient.ProductCreate 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 Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct ProductCreate (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.ProductCreate : 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> -> Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementProduct
Public Function ProductCreate (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)) As PsApiManagementProduct
Parameters
- context
- PsApiManagementContext
- productId
- String
- title
- String
- description
- String
- legalTerms
- String