Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.PortalConfigContractInner
Packages that use PortalConfigContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PortalConfigContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return PortalConfigContractInnerModifier and TypeMethodDescriptionPortalConfigsClient.createOrUpdate(String resourceGroupName, String serviceName, String portalConfigId, String ifMatch, PortalConfigContractInner parameters) Create or update the developer portal configuration.Get the developer portal configuration.PortalConfigsClient.update(String resourceGroupName, String serviceName, String portalConfigId, String ifMatch, PortalConfigContractInner parameters) Update the developer portal configuration.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type PortalConfigContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PortalConfigContractInner> PortalConfigsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String portalConfigId, String ifMatch, PortalConfigContractInner parameters, com.azure.core.util.Context context) Create or update the developer portal configuration.com.azure.core.http.rest.PagedIterable<PortalConfigContractInner> PortalConfigsClient.listByService(String resourceGroupName, String serviceName) Lists the developer portal configurations.com.azure.core.http.rest.PagedIterable<PortalConfigContractInner> PortalConfigsClient.listByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Lists the developer portal configurations.com.azure.core.http.rest.Response<PortalConfigContractInner> PortalConfigsClient.updateWithResponse(String resourceGroupName, String serviceName, String portalConfigId, String ifMatch, PortalConfigContractInner parameters, com.azure.core.util.Context context) Update the developer portal configuration.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type PortalConfigContractInnerModifier and TypeMethodDescriptionPortalConfigsClient.createOrUpdate(String resourceGroupName, String serviceName, String portalConfigId, String ifMatch, PortalConfigContractInner parameters) Create or update the developer portal configuration.com.azure.core.http.rest.Response<PortalConfigContractInner> PortalConfigsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String portalConfigId, String ifMatch, PortalConfigContractInner parameters, com.azure.core.util.Context context) Create or update the developer portal configuration.PortalConfigsClient.update(String resourceGroupName, String serviceName, String portalConfigId, String ifMatch, PortalConfigContractInner parameters) Update the developer portal configuration.com.azure.core.http.rest.Response<PortalConfigContractInner> PortalConfigsClient.updateWithResponse(String resourceGroupName, String serviceName, String portalConfigId, String ifMatch, PortalConfigContractInner parameters, com.azure.core.util.Context context) Update the developer portal configuration. -
Uses of PortalConfigContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PortalConfigContractInnerModifier and TypeMethodDescriptionstatic PortalConfigContractInnerPortalConfigContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PortalConfigContractInner from the JsonReader.PortalConfigContractInner.withCors(PortalConfigCorsProperties cors) Set the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings.PortalConfigContractInner.withCsp(PortalConfigCspProperties csp) Set the csp property: The developer portal Content Security Policy (CSP) settings.PortalConfigContractInner.withDelegation(PortalConfigDelegationProperties delegation) Set the delegation property: The developer portal delegation settings.PortalConfigContractInner.withEnableBasicAuth(Boolean enableBasicAuth) Set the enableBasicAuth property: Enable or disable Basic authentication method.PortalConfigContractInner.withSignin(PortalConfigPropertiesSignin signin) Set the signin property: The signin property.PortalConfigContractInner.withSignup(PortalConfigPropertiesSignup signup) Set the signup property: The signup property. -
Uses of PortalConfigContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PortalConfigContractInnerModifier and TypeMethodDescriptionPortalConfigsGetResponse.getValue()Gets the deserialized response body.PortalConfigContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PortalConfigContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PortalConfigContractInnerModifier and TypeMethodDescriptionPortalConfigCollection.value()Get the value property: The developer portal configurations.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type PortalConfigContractInnerModifier and TypeMethodDescriptionPortalConfigCollection.withValue(List<PortalConfigContractInner> value) Set the value property: The developer portal configurations.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type PortalConfigContractInnerModifierConstructorDescriptionPortalConfigsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, PortalConfigContractInner value, PortalConfigsGetHeaders headers) Creates an instance of PortalConfigsGetResponse.