AvailabilitySet.Update Interface
public interface Update extends Appliable,Resource.UpdateWithTags,AvailabilitySet.UpdateStages.WithSku
The template for an availability set update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
Resource.UpdateWithTags<T>.withoutTag(String key)
AvailabilitySet.UpdateStages.WithSku.withSku(AvailabilitySetSkuTypes skuType)
Resource.UpdateWithTags<T>.withTag(String key, String value)
Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)
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