Uses of Interface
com.azure.resourcemanager.apimanagement.models.PortalConfigContract.Update
Packages that use PortalConfigContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of PortalConfigContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PortalConfigContract.UpdateModifier and TypeMethodDescriptionPortalConfigContract.update()Begins update for the PortalConfigContract resource.PortalConfigContract.UpdateStages.WithCors.withCors(PortalConfigCorsProperties cors) Specifies the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings..PortalConfigContract.UpdateStages.WithCsp.withCsp(PortalConfigCspProperties csp) Specifies the csp property: The developer portal Content Security Policy (CSP) settings..PortalConfigContract.UpdateStages.WithDelegation.withDelegation(PortalConfigDelegationProperties delegation) Specifies the delegation property: The developer portal delegation settings..PortalConfigContract.UpdateStages.WithEnableBasicAuth.withEnableBasicAuth(Boolean enableBasicAuth) Specifies the enableBasicAuth property: Enable or disable Basic authentication method..PortalConfigContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.PortalConfigContract.UpdateStages.WithSignin.withSignin(PortalConfigPropertiesSignin signin) Specifies the signin property: The signin property..PortalConfigContract.UpdateStages.WithSignup.withSignup(PortalConfigPropertiesSignup signup) Specifies the signup property: The signup property..