Uses of Class
com.azure.resourcemanager.appnetwork.models.AppLinkMemberUpdateProperties
Packages that use AppLinkMemberUpdateProperties
Package
Description
Package containing the data models for Appnetwork.
-
Uses of AppLinkMemberUpdateProperties in com.azure.resourcemanager.appnetwork.models
Classes in com.azure.resourcemanager.appnetwork.models that implement interfaces with type arguments of type AppLinkMemberUpdatePropertiesModifier and TypeClassDescriptionfinal classThe updatable properties of the AppLinkMember.Methods in com.azure.resourcemanager.appnetwork.models that return AppLinkMemberUpdatePropertiesModifier and TypeMethodDescriptionAppLinkMemberUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppLinkMemberUpdateProperties from the JsonReader.AppLinkMemberUpdate.properties()Get the properties property: The resource-specific properties for this resource.AppLinkMemberUpdateProperties.withConnectivityProfile(ConnectivityProfile connectivityProfile) Set the connectivityProfile property: Connectivity profile.AppLinkMemberUpdateProperties.withObservabilityProfile(ObservabilityProfile observabilityProfile) Set the observabilityProfile property: Observability profile.AppLinkMemberUpdateProperties.withUpgradeProfile(UpgradeProfile upgradeProfile) Set the upgradeProfile property: Upgrade profile.Methods in com.azure.resourcemanager.appnetwork.models with parameters of type AppLinkMemberUpdatePropertiesModifier and TypeMethodDescriptionAppLinkMember.UpdateStages.WithProperties.withProperties(AppLinkMemberUpdateProperties properties) Specifies the properties property: The resource-specific properties for this resource..AppLinkMemberUpdate.withProperties(AppLinkMemberUpdateProperties properties) Set the properties property: The resource-specific properties for this resource.