İngilizce dilinde oku

Aracılığıyla paylaş


CommunicationServiceResource.DefinitionStages.WithIdentity Interface

public static interface CommunicationServiceResource.DefinitionStages.WithIdentity

The stage of the CommunicationServiceResource definition allowing to specify identity.

Method Summary

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

Specifies the identity property: Managed service identity (system assigned and/or user assigned identities).

Method Details

withIdentity

public abstract CommunicationServiceResource.DefinitionStages.WithCreate withIdentity(ManagedServiceIdentity identity)

Specifies the identity property: Managed service identity (system assigned and/or user assigned identities).

Parameters:

identity - Managed service identity (system assigned and/or user assigned identities).

Returns:

the next definition stage.

Applies to

Azure SDK for Java

Latest