Uses of Class
com.azure.resourcemanager.apimanagement.models.PortalConfigPropertiesSignup
Packages that use PortalConfigPropertiesSignup
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PortalConfigPropertiesSignup in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PortalConfigPropertiesSignupModifier and TypeMethodDescriptionPortalConfigContractInner.signup()Get the signup property: The signup property.PortalConfigProperties.signup()Get the signup property: The signup property.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type PortalConfigPropertiesSignupModifier and TypeMethodDescriptionPortalConfigContractInner.withSignup(PortalConfigPropertiesSignup signup) Set the signup property: The signup property.PortalConfigProperties.withSignup(PortalConfigPropertiesSignup signup) Set the signup property: The signup property. -
Uses of PortalConfigPropertiesSignup in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PortalConfigPropertiesSignupModifier and TypeMethodDescriptionstatic PortalConfigPropertiesSignupPortalConfigPropertiesSignup.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PortalConfigPropertiesSignup from the JsonReader.PortalConfigContract.signup()Gets the signup property: The signup property.PortalConfigPropertiesSignup.withTermsOfService(PortalConfigTermsOfServiceProperties termsOfService) Set the termsOfService property: Terms of service settings.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PortalConfigPropertiesSignupModifier and TypeMethodDescriptionPortalConfigContract.DefinitionStages.WithSignup.withSignup(PortalConfigPropertiesSignup signup) Specifies the signup property: The signup property..PortalConfigContract.UpdateStages.WithSignup.withSignup(PortalConfigPropertiesSignup signup) Specifies the signup property: The signup property..