Share via


Topic.DefinitionStages.WithIdentity Interface

public static interface Topic.DefinitionStages.WithIdentity

The stage of the Topic definition allowing to specify identity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIdentity(IdentityInfo identity)

Specifies the identity property: Identity information for the resource..

Method Details

withIdentity

public abstract Topic.DefinitionStages.WithCreate withIdentity(IdentityInfo identity)

Specifies the identity property: Identity information for the resource..

Parameters:

identity - Identity information for the resource.

Returns:

the next definition stage.

Applies to