Uses of Class
com.azure.resourcemanager.appnetwork.models.ConnectivityProfile
Packages that use ConnectivityProfile
Package
Description
Package containing the data models for Appnetwork.
-
Uses of ConnectivityProfile in com.azure.resourcemanager.appnetwork.models
Classes in com.azure.resourcemanager.appnetwork.models that implement interfaces with type arguments of type ConnectivityProfileModifier and TypeClassDescriptionfinal classAppLinkMember connectivity profile.Methods in com.azure.resourcemanager.appnetwork.models that return ConnectivityProfileModifier and TypeMethodDescriptionAppLinkMemberProperties.connectivityProfile()Get the connectivityProfile property: Connectivity profile.AppLinkMemberUpdateProperties.connectivityProfile()Get the connectivityProfile property: Connectivity profile.static ConnectivityProfileConnectivityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectivityProfile from the JsonReader.ConnectivityProfile.withEastWestGateway(EastWestGatewayProfile eastWestGateway) Set the eastWestGateway property: East-West gateway profile.ConnectivityProfile.withPrivateConnect(PrivateConnectProfile privateConnect) Set the privateConnect property: Private connect profile.Methods in com.azure.resourcemanager.appnetwork.models with parameters of type ConnectivityProfileModifier and TypeMethodDescriptionAppLinkMemberProperties.withConnectivityProfile(ConnectivityProfile connectivityProfile) Set the connectivityProfile property: Connectivity profile.AppLinkMemberUpdateProperties.withConnectivityProfile(ConnectivityProfile connectivityProfile) Set the connectivityProfile property: Connectivity profile.