Class AssetEndpointProfileUpdate
java.lang.Object
com.azure.resourcemanager.deviceregistry.models.AssetEndpointProfileUpdate
The type used for update operations of the AssetEndpointProfile.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AssetEndpointProfileUpdate class. -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: The properties property.tags()
Get the tags property: Resource tags.void
validate()
Validates the instance.withProperties
(AssetEndpointProfileUpdateProperties properties) Set the properties property: The properties property.Set the tags property: Resource tags.
-
Constructor Details
-
AssetEndpointProfileUpdate
public AssetEndpointProfileUpdate()Creates an instance of AssetEndpointProfileUpdate class.
-
-
Method Details
-
tags
Get the tags property: Resource tags.- Returns:
- the tags value.
-
withTags
Set the tags property: Resource tags.- Parameters:
tags
- the tags value to set.- Returns:
- the AssetEndpointProfileUpdate object itself.
-
properties
Get the properties property: The properties property.- Returns:
- the properties value.
-
withProperties
Set the properties property: The properties property.- Parameters:
properties
- the properties value to set.- Returns:
- the AssetEndpointProfileUpdate object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-