Uses of Class
com.azure.resourcemanager.appnetwork.models.AppLinkMemberProperties
Packages that use AppLinkMemberProperties
Package
Description
Package containing the inner data models for Appnetwork.
Package containing the data models for Appnetwork.
-
Uses of AppLinkMemberProperties in com.azure.resourcemanager.appnetwork.fluent.models
Methods in com.azure.resourcemanager.appnetwork.fluent.models that return AppLinkMemberPropertiesModifier and TypeMethodDescriptionAppLinkMemberInner.properties()Get the properties property: The resource-specific properties for this resource.Methods in com.azure.resourcemanager.appnetwork.fluent.models with parameters of type AppLinkMemberPropertiesModifier and TypeMethodDescriptionAppLinkMemberInner.withProperties(AppLinkMemberProperties properties) Set the properties property: The resource-specific properties for this resource. -
Uses of AppLinkMemberProperties in com.azure.resourcemanager.appnetwork.models
Classes in com.azure.resourcemanager.appnetwork.models that implement interfaces with type arguments of type AppLinkMemberPropertiesMethods in com.azure.resourcemanager.appnetwork.models that return AppLinkMemberPropertiesModifier and TypeMethodDescriptionstatic AppLinkMemberPropertiesAppLinkMemberProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppLinkMemberProperties from the JsonReader.AppLinkMember.properties()Gets the properties property: The resource-specific properties for this resource.AppLinkMemberProperties.withClusterType(ClusterType clusterType) Set the clusterType property: Cluster type.AppLinkMemberProperties.withConnectivityProfile(ConnectivityProfile connectivityProfile) Set the connectivityProfile property: Connectivity profile.AppLinkMemberProperties.withMetadata(Metadata metadata) Set the metadata property: AppLink Member Metadata.AppLinkMemberProperties.withObservabilityProfile(ObservabilityProfile observabilityProfile) Set the observabilityProfile property: Observability profile.AppLinkMemberProperties.withUpgradeProfile(UpgradeProfile upgradeProfile) Set the upgradeProfile property: Upgrade profile.Methods in com.azure.resourcemanager.appnetwork.models with parameters of type AppLinkMemberPropertiesModifier and TypeMethodDescriptionAppLinkMember.DefinitionStages.WithProperties.withProperties(AppLinkMemberProperties properties) Specifies the properties property: The resource-specific properties for this resource..