UpdateResource Class
- java.
lang. Object - com.
microsoft. azure. management. compute. UpdateResource
- com.
public class UpdateResource
The Update Resource model definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String, String> |
tags()
Get the tags value. |
Update |
withTags(Map<String, String> tags)
Set the tags value. |
Method Details
tags
public Map
Get the tags value.
Returns:
the tags value
withTags
public UpdateResource withTags(Map
Set the tags value.
Parameters:
tags
- the tags value to set
Returns:
the UpdateResource object itself.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java