Class DigitalTwinsPatchDescription
java.lang.Object
com.azure.resourcemanager.digitaltwins.models.DigitalTwinsPatchDescription
The description of the DigitalTwins service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionidentity()
Get the identity property: The managed identity for the DigitalTwinsInstance.Get the properties property: Properties for the DigitalTwinsInstance.tags()
Get the tags property: Instance patch properties.void
validate()
Validates the instance.withIdentity
(DigitalTwinsIdentity identity) Set the identity property: The managed identity for the DigitalTwinsInstance.withProperties
(DigitalTwinsPatchProperties properties) Set the properties property: Properties for the DigitalTwinsInstance.Set the tags property: Instance patch properties.
-
Constructor Details
-
DigitalTwinsPatchDescription
public DigitalTwinsPatchDescription()
-
-
Method Details
-
tags
Get the tags property: Instance patch properties.- Returns:
- the tags value.
-
withTags
Set the tags property: Instance patch properties.- Parameters:
tags
- the tags value to set.- Returns:
- the DigitalTwinsPatchDescription object itself.
-
identity
Get the identity property: The managed identity for the DigitalTwinsInstance.- Returns:
- the identity value.
-
withIdentity
Set the identity property: The managed identity for the DigitalTwinsInstance.- Parameters:
identity
- the identity value to set.- Returns:
- the DigitalTwinsPatchDescription object itself.
-
properties
Get the properties property: Properties for the DigitalTwinsInstance.- Returns:
- the properties value.
-
withProperties
Set the properties property: Properties for the DigitalTwinsInstance.- Parameters:
properties
- the properties value to set.- Returns:
- the DigitalTwinsPatchDescription object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-