Class DigitalTwinsPatchProperties
java.lang.Object
com.azure.resourcemanager.digitaltwins.models.DigitalTwinsPatchProperties
The properties of a DigitalTwinsInstance.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.void
validate()
Validates the instance.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.
-
Constructor Details
-
DigitalTwinsPatchProperties
public DigitalTwinsPatchProperties()
-
-
Method Details
-
publicNetworkAccess
Get the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.- Returns:
- the publicNetworkAccess value.
-
withPublicNetworkAccess
Set the publicNetworkAccess property: Public network access for the DigitalTwinsInstance.- Parameters:
publicNetworkAccess
- the publicNetworkAccess value to set.- Returns:
- the DigitalTwinsPatchProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-