Class AppLinkMemberProperties
java.lang.Object
com.azure.resourcemanager.appnetwork.models.AppLinkMemberProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AppLinkMemberProperties>
public final class AppLinkMemberProperties
extends Object
implements com.azure.json.JsonSerializable<AppLinkMemberProperties>
AppLink Member properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AppLinkMemberProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the clusterType property: Cluster type.Get the connectivityProfile property: Connectivity profile.static AppLinkMemberPropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppLinkMemberProperties from the JsonReader.metadata()Get the metadata property: AppLink Member Metadata.Get the observabilityProfile property: Observability profile.Get the provisioningState property: Provisioning state.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Get the upgradeProfile property: Upgrade profile.withClusterType(ClusterType clusterType) Set the clusterType property: Cluster type.withConnectivityProfile(ConnectivityProfile connectivityProfile) Set the connectivityProfile property: Connectivity profile.withMetadata(Metadata metadata) Set the metadata property: AppLink Member Metadata.withObservabilityProfile(ObservabilityProfile observabilityProfile) Set the observabilityProfile property: Observability profile.withUpgradeProfile(UpgradeProfile upgradeProfile) Set the upgradeProfile property: Upgrade profile.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
AppLinkMemberProperties
public AppLinkMemberProperties()Creates an instance of AppLinkMemberProperties class.
-
-
Method Details
-
clusterType
Get the clusterType property: Cluster type.- Returns:
- the clusterType value.
-
withClusterType
Set the clusterType property: Cluster type.- Parameters:
clusterType- the clusterType value to set.- Returns:
- the AppLinkMemberProperties object itself.
-
metadata
Get the metadata property: AppLink Member Metadata.- Returns:
- the metadata value.
-
withMetadata
Set the metadata property: AppLink Member Metadata.- Parameters:
metadata- the metadata value to set.- Returns:
- the AppLinkMemberProperties object itself.
-
upgradeProfile
Get the upgradeProfile property: Upgrade profile.- Returns:
- the upgradeProfile value.
-
withUpgradeProfile
Set the upgradeProfile property: Upgrade profile.- Parameters:
upgradeProfile- the upgradeProfile value to set.- Returns:
- the AppLinkMemberProperties object itself.
-
observabilityProfile
Get the observabilityProfile property: Observability profile.- Returns:
- the observabilityProfile value.
-
withObservabilityProfile
Set the observabilityProfile property: Observability profile.- Parameters:
observabilityProfile- the observabilityProfile value to set.- Returns:
- the AppLinkMemberProperties object itself.
-
connectivityProfile
Get the connectivityProfile property: Connectivity profile.- Returns:
- the connectivityProfile value.
-
withConnectivityProfile
Set the connectivityProfile property: Connectivity profile.- Parameters:
connectivityProfile- the connectivityProfile value to set.- Returns:
- the AppLinkMemberProperties object itself.
-
provisioningState
Get the provisioningState property: Provisioning state.- Returns:
- the provisioningState value.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<AppLinkMemberProperties>- Throws:
IOException
-
fromJson
public static AppLinkMemberProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of AppLinkMemberProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of AppLinkMemberProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException- If the deserialized JSON object was missing any required properties.IOException- If an error occurs while reading the AppLinkMemberProperties.
-