ApiManagementClient.ApiAddToGateway 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 ApiAddToGateway (Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext context, string gatewayId, string apiId, Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState? provisioningState);
member this.ApiAddToGateway : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext * string * string * Nullable<Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementGatewayApiProvisioningState> -> unit
Public Sub ApiAddToGateway (context As PsApiManagementContext, gatewayId As String, apiId As String, provisioningState As Nullable(Of PsApiManagementGatewayApiProvisioningState))
Parameters
- context
- PsApiManagementContext
- gatewayId
- String
- apiId
- String
- provisioningState
- Nullable<PsApiManagementGatewayApiProvisioningState>