ArcSettingsPatch Class

  • java.lang.Object
    • com.azure.resourcemanager.azurestackhci.models.ArcSettingsPatch

Implements

public final class ArcSettingsPatch
implements JsonSerializable<ArcSettingsPatch>

ArcSetting details to update.

Constructor Summary

Constructor Description
ArcSettingsPatch()

Creates an instance of ArcSettingsPatch class.

Method Summary

Modifier and Type Method and Description
ArcConnectivityProperties connectivityProperties()

Get the connectivityProperties property: contains connectivity related configuration for ARC resources.

static ArcSettingsPatch fromJson(JsonReader jsonReader)

Reads an instance of ArcSettingsPatch from the JsonReader.

Map<String,String> tags()

Get the tags property: Resource tags.

JsonWriter toJson(JsonWriter jsonWriter)
ArcSettingsPatch withConnectivityProperties(ArcConnectivityProperties connectivityProperties)

Set the connectivityProperties property: contains connectivity related configuration for ARC resources.

ArcSettingsPatch withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Methods inherited from java.lang.Object

Constructor Details

ArcSettingsPatch

public ArcSettingsPatch()

Creates an instance of ArcSettingsPatch class.

Method Details

connectivityProperties

public ArcConnectivityProperties connectivityProperties()

Get the connectivityProperties property: contains connectivity related configuration for ARC resources.

Returns:

the connectivityProperties value.

fromJson

public static ArcSettingsPatch fromJson(JsonReader jsonReader)

Reads an instance of ArcSettingsPatch from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ArcSettingsPatch if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ArcSettingsPatch.

tags

public Map<String,String> tags()

Get the tags property: Resource tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

withConnectivityProperties

public ArcSettingsPatch withConnectivityProperties(ArcConnectivityProperties connectivityProperties)

Set the connectivityProperties property: contains connectivity related configuration for ARC resources.

Parameters:

connectivityProperties - the connectivityProperties value to set.

Returns:

the ArcSettingsPatch object itself.

withTags

public ArcSettingsPatch withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Parameters:

tags - the tags value to set.

Returns:

the ArcSettingsPatch object itself.

Applies to