Udostępnij za pośrednictwem


Topic.Update Interface

Implements

public static interface Topic.Update
extends WithTags, WithIdentity, WithSku, WithPublicNetworkAccess, WithInboundIpRules, WithMinimumTlsVersionAllowed, WithDisableLocalAuth, WithDataResidencyBoundary, WithEventTypeInfo

The template for Topic update.

Method Summary

Modifier and Type Method and Description
abstract Topic apply()

Executes the update request.

abstract Topic apply(Context context)

Executes the update request.

Method Details

apply

public abstract Topic apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract Topic apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to