Uses of Class
com.azure.resourcemanager.apimanagement.models.AssociationContract
Packages that use AssociationContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AssociationContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type AssociationContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApiContractInner> GatewayApisClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String gatewayId, String apiId, AssociationContract parameters, com.azure.core.util.Context context) Adds an API to the specified Gateway. -
Uses of AssociationContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AssociationContractModifier and TypeMethodDescriptionstatic AssociationContractAssociationContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AssociationContract from the JsonReader.AssociationContract.withProvisioningState(ProvisioningState provisioningState) Set the provisioningState property: Provisioning state.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type AssociationContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApiContract> GatewayApis.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String gatewayId, String apiId, AssociationContract parameters, com.azure.core.util.Context context) Adds an API to the specified Gateway.