Uses of Class
com.azure.resourcemanager.communication.fluent.models.CommunicationServiceKeysInner
Packages that use CommunicationServiceKeysInner
Package
Description
Package containing the service clients for CommunicationServiceManagementClient.
Package containing the inner data models for CommunicationServiceManagementClient.
Package containing the data models for CommunicationServiceManagementClient.
-
Uses of CommunicationServiceKeysInner in com.azure.resourcemanager.communication.fluent
Methods in com.azure.resourcemanager.communication.fluent that return CommunicationServiceKeysInnerModifier and TypeMethodDescriptionList KeysCommunicationServicesClient.regenerateKey
(String resourceGroupName, String communicationServiceName, RegenerateKeyParameters parameters) Regenerate KeyCommunicationServicesClient.regenerateKey
(String resourceGroupName, String communicationServiceName, RegenerateKeyParameters parameters, com.azure.core.util.Context context) Regenerate KeyMethods in com.azure.resourcemanager.communication.fluent that return types with arguments of type CommunicationServiceKeysInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CommunicationServiceKeysInner>,
CommunicationServiceKeysInner> CommunicationServicesClient.beginRegenerateKey
(String resourceGroupName, String communicationServiceName, RegenerateKeyParameters parameters) Regenerate Keycom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CommunicationServiceKeysInner>,
CommunicationServiceKeysInner> CommunicationServicesClient.beginRegenerateKey
(String resourceGroupName, String communicationServiceName, RegenerateKeyParameters parameters) Regenerate Keycom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CommunicationServiceKeysInner>,
CommunicationServiceKeysInner> CommunicationServicesClient.beginRegenerateKey
(String resourceGroupName, String communicationServiceName, RegenerateKeyParameters parameters, com.azure.core.util.Context context) Regenerate Keycom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CommunicationServiceKeysInner>,
CommunicationServiceKeysInner> CommunicationServicesClient.beginRegenerateKey
(String resourceGroupName, String communicationServiceName, RegenerateKeyParameters parameters, com.azure.core.util.Context context) Regenerate Keycom.azure.core.http.rest.Response<CommunicationServiceKeysInner>
CommunicationServicesClient.listKeysWithResponse
(String resourceGroupName, String communicationServiceName, com.azure.core.util.Context context) List Keys -
Uses of CommunicationServiceKeysInner in com.azure.resourcemanager.communication.fluent.models
Methods in com.azure.resourcemanager.communication.fluent.models that return CommunicationServiceKeysInnerModifier and TypeMethodDescriptionCommunicationServiceKeysInner.withPrimaryConnectionString
(String primaryConnectionString) Set the primaryConnectionString property: CommunicationService connection string constructed via the primaryKey.CommunicationServiceKeysInner.withPrimaryKey
(String primaryKey) Set the primaryKey property: The primary access key.CommunicationServiceKeysInner.withSecondaryConnectionString
(String secondaryConnectionString) Set the secondaryConnectionString property: CommunicationService connection string constructed via the secondaryKey.CommunicationServiceKeysInner.withSecondaryKey
(String secondaryKey) Set the secondaryKey property: The secondary access key. -
Uses of CommunicationServiceKeysInner in com.azure.resourcemanager.communication.models
Methods in com.azure.resourcemanager.communication.models that return CommunicationServiceKeysInnerModifier and TypeMethodDescriptionCommunicationServiceKeys.innerModel()
Gets the inner com.azure.resourcemanager.communication.fluent.models.CommunicationServiceKeysInner object.