ArcSettingsPatch Class
- java.
lang. Object - com.
azure. resourcemanager. azurestackhci. models. ArcSettingsPatch
- com.
Implements
public final class ArcSettingsPatch
implements JsonSerializable<ArcSettingsPatch>
ArcSetting details to update.
Constructor Summary
| Constructor | Description |
|---|---|
| ArcSettingsPatch() |
Creates an instance of Arc |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Arc |
connectivityProperties()
Get the connectivity |
|
static
Arc |
fromJson(JsonReader jsonReader)
Reads an instance of Arc |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Arc |
withConnectivityProperties(ArcConnectivityProperties connectivityProperties)
Set the connectivity |
|
Arc |
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:
fromJson
public static ArcSettingsPatch fromJson(JsonReader jsonReader)
Reads an instance of ArcSettingsPatch from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
withConnectivityProperties
public ArcSettingsPatch withConnectivityProperties(ArcConnectivityProperties connectivityProperties)
Set the connectivityProperties property: contains connectivity related configuration for ARC resources.
Parameters:
Returns:
withTags
public ArcSettingsPatch withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: