Get properties of a channel.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
@@ -48,23 +36,25 @@ Response Get properties of a channel.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
* @param channelName Name of the channel.
- * @param channelInfo Channel information.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return channel info.
+ * @return properties of a channel.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ChannelInner createOrUpdate(
- String resourceGroupName, String partnerNamespaceName, String channelName, ChannelInner channelInfo);
+ ChannelInner get(String resourceGroupName, String partnerNamespaceName, String channelName);
/**
- * Synchronously creates or updates a new channel with the specified parameters.
+ * Create or update a channel.
+ *
+ * Synchronously creates or updates a new channel with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
@@ -85,7 +75,27 @@ Response Synchronously creates or updates a new channel with the specified parameters.
+ *
+ * @param resourceGroupName The name of the resource group within the partners subscription.
+ * @param partnerNamespaceName Name of the partner namespace.
+ * @param channelName Name of the channel.
+ * @param channelInfo Channel information.
+ * @throws IllegalArgumentException thrown if parameters fail the validation.
+ * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
+ * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return channel info.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ ChannelInner createOrUpdate(
+ String resourceGroupName, String partnerNamespaceName, String channelName, ChannelInner channelInfo);
+
+ /**
+ * Delete a channel.
+ *
+ * Delete an existing channel.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
@@ -100,7 +110,9 @@ SyncPoller Delete an existing channel.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
@@ -116,7 +128,9 @@ SyncPoller Delete an existing channel.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
@@ -129,7 +143,9 @@ SyncPoller Delete an existing channel.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
@@ -143,46 +159,52 @@ SyncPoller Synchronously updates a channel with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
* @param channelName Name of the channel.
* @param channelUpdateParameters Channel update information.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
+ * @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- void update(
+ Response Synchronously updates a channel with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
* @param channelName Name of the channel.
* @param channelUpdateParameters Channel update information.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response List all the channels in a partner namespace.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
@@ -195,7 +217,9 @@ Response List all the channels in a partner namespace.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
@@ -218,32 +242,36 @@ PagedIterable Get the full endpoint URL of a partner destination channel.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
* @param channelName Name of the Channel.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the full endpoint URL of a partner destination channel.
+ * @return the full endpoint URL of a partner destination channel along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- EventSubscriptionFullUrlInner getFullUrl(String resourceGroupName, String partnerNamespaceName, String channelName);
+ Response Get the full endpoint URL of a partner destination channel.
*
* @param resourceGroupName The name of the resource group within the partners subscription.
* @param partnerNamespaceName Name of the partner namespace.
* @param channelName Name of the Channel.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the full endpoint URL of a partner destination channel along with {@link Response}.
+ * @return the full endpoint URL of a partner destination channel.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Get all delivery attributes for an event subscription for domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain topic.
* @param eventSubscriptionName Name of the event subscription.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return all delivery attributes for an event subscription for domain.
+ * @return all delivery attributes for an event subscription for domain along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DeliveryAttributeListResultInner getDeliveryAttributes(
- String resourceGroupName, String domainName, String eventSubscriptionName);
+ Response Get all delivery attributes for an event subscription for domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain topic.
* @param eventSubscriptionName Name of the event subscription.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return all delivery attributes for an event subscription for domain along with {@link Response}.
+ * @return all delivery attributes for an event subscription for domain.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Get properties of an event subscription of a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the partner topic.
* @param eventSubscriptionName Name of the event subscription to be found. Event subscription names must be between
* 3 and 100 characters in length and use alphanumeric letters only.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return properties of an event subscription of a domain.
+ * @return properties of an event subscription of a domain along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- EventSubscriptionInner get(String resourceGroupName, String domainName, String eventSubscriptionName);
+ Response Get properties of an event subscription of a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the partner topic.
* @param eventSubscriptionName Name of the event subscription to be found. Event subscription names must be between
* 3 and 100 characters in length and use alphanumeric letters only.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return properties of an event subscription of a domain along with {@link Response}.
+ * @return properties of an event subscription of a domain.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Asynchronously creates a new event subscription or updates an existing event subscription.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain topic.
@@ -102,7 +112,9 @@ SyncPoller Asynchronously creates a new event subscription or updates an existing event subscription.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain topic.
@@ -124,7 +136,9 @@ SyncPoller Asynchronously creates a new event subscription or updates an existing event subscription.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain topic.
@@ -144,7 +158,9 @@ EventSubscriptionInner createOrUpdate(
EventSubscriptionInner eventSubscriptionInfo);
/**
- * Asynchronously creates a new event subscription or updates an existing event subscription.
+ * Create or update an event subscription to a domain.
+ *
+ * Asynchronously creates a new event subscription or updates an existing event subscription.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain topic.
@@ -166,7 +182,9 @@ EventSubscriptionInner createOrUpdate(
Context context);
/**
- * Delete an existing event subscription for a domain.
+ * Delete an event subscription for a domain.
+ *
+ * Delete an existing event subscription for a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -182,7 +200,9 @@ SyncPoller Delete an existing event subscription for a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -199,7 +219,9 @@ SyncPoller Delete an existing event subscription for a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -213,7 +235,9 @@ SyncPoller Delete an existing event subscription for a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -228,7 +252,9 @@ SyncPoller Update an existing event subscription for a topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -247,7 +273,9 @@ SyncPoller Update an existing event subscription for a topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -268,7 +296,9 @@ SyncPoller Update an existing event subscription for a topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -287,7 +317,9 @@ EventSubscriptionInner update(
EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters);
/**
- * Update an existing event subscription for a topic.
+ * Update an event subscription for a domain.
+ *
+ * Update an existing event subscription for a topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -308,37 +340,43 @@ EventSubscriptionInner update(
Context context);
/**
- * Get the full endpoint URL for an event subscription for domain.
+ * Get full URL of an event subscription for domain.
+ *
+ * Get the full endpoint URL for an event subscription for domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain topic.
* @param eventSubscriptionName Name of the event subscription.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the full endpoint URL for an event subscription for domain.
+ * @return the full endpoint URL for an event subscription for domain along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- EventSubscriptionFullUrlInner getFullUrl(String resourceGroupName, String domainName, String eventSubscriptionName);
+ Response Get the full endpoint URL for an event subscription for domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain topic.
* @param eventSubscriptionName Name of the event subscription.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the full endpoint URL for an event subscription for domain along with {@link Response}.
+ * @return the full endpoint URL for an event subscription for domain.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response List all event subscriptions that have been created for a specific topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -351,7 +389,9 @@ Response List all event subscriptions that have been created for a specific topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
diff --git a/sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/fluent/DomainTopicEventSubscriptionsClient.java b/sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/fluent/DomainTopicEventSubscriptionsClient.java
index 22ed96214abf..4e6b925192d4 100644
--- a/sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/fluent/DomainTopicEventSubscriptionsClient.java
+++ b/sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/fluent/DomainTopicEventSubscriptionsClient.java
@@ -19,40 +19,46 @@
/** An instance of this class provides access to all the operations defined in DomainTopicEventSubscriptionsClient. */
public interface DomainTopicEventSubscriptionsClient {
/**
- * Get properties of a nested event subscription for a domain topic.
+ * Get a nested event subscription for domain topic.
+ *
+ * Get properties of a nested event subscription for a domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
* @param topicName Name of the domain topic.
* @param eventSubscriptionName Name of the event subscription.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return properties of a nested event subscription for a domain topic.
+ * @return properties of a nested event subscription for a domain topic along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- EventSubscriptionInner get(
- String resourceGroupName, String domainName, String topicName, String eventSubscriptionName);
+ Response Get properties of a nested event subscription for a domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
* @param topicName Name of the domain topic.
* @param eventSubscriptionName Name of the event subscription.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return properties of a nested event subscription for a domain topic along with {@link Response}.
+ * @return properties of a nested event subscription for a domain topic.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Asynchronously creates a new event subscription or updates an existing event subscription.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
@@ -74,7 +80,9 @@ SyncPoller Asynchronously creates a new event subscription or updates an existing event subscription.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
@@ -98,7 +106,9 @@ SyncPoller Asynchronously creates a new event subscription or updates an existing event subscription.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
@@ -120,7 +130,9 @@ EventSubscriptionInner createOrUpdate(
EventSubscriptionInner eventSubscriptionInfo);
/**
- * Asynchronously creates a new event subscription or updates an existing event subscription.
+ * Create or update a nested event subscription to a domain topic.
+ *
+ * Asynchronously creates a new event subscription or updates an existing event subscription.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
@@ -144,7 +156,9 @@ EventSubscriptionInner createOrUpdate(
Context context);
/**
- * Delete a nested existing event subscription for a domain topic.
+ * Delete a nested event subscription for a domain topic.
+ *
+ * Delete a nested existing event subscription for a domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
@@ -161,7 +175,9 @@ SyncPoller Delete a nested existing event subscription for a domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
@@ -179,7 +195,9 @@ SyncPoller Delete a nested existing event subscription for a domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
@@ -194,7 +212,9 @@ SyncPoller Delete a nested existing event subscription for a domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
@@ -211,7 +231,9 @@ void delete(
String resourceGroupName, String domainName, String topicName, String eventSubscriptionName, Context context);
/**
- * Update an existing event subscription for a domain topic.
+ * Update a nested event subscription for a domain topic.
+ *
+ * Update an existing event subscription for a domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -232,7 +254,9 @@ SyncPoller Update an existing event subscription for a domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -255,7 +279,9 @@ SyncPoller Update an existing event subscription for a domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -276,7 +302,9 @@ EventSubscriptionInner update(
EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters);
/**
- * Update an existing event subscription for a domain topic.
+ * Update a nested event subscription for a domain topic.
+ *
+ * Update an existing event subscription for a domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -299,40 +327,46 @@ EventSubscriptionInner update(
Context context);
/**
- * Get the full endpoint URL for a nested event subscription for domain topic.
+ * Get full URL of a nested event subscription for domain topic.
+ *
+ * Get the full endpoint URL for a nested event subscription for domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
* @param topicName Name of the domain topic.
* @param eventSubscriptionName Name of the event subscription.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the full endpoint URL for a nested event subscription for domain topic.
+ * @return the full endpoint URL for a nested event subscription for domain topic along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- EventSubscriptionFullUrlInner getFullUrl(
- String resourceGroupName, String domainName, String topicName, String eventSubscriptionName);
+ Response Get the full endpoint URL for a nested event subscription for domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
* @param topicName Name of the domain topic.
* @param eventSubscriptionName Name of the event subscription.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the full endpoint URL for a nested event subscription for domain topic along with {@link Response}.
+ * @return the full endpoint URL for a nested event subscription for domain topic.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response List all event subscriptions that have been created for a specific domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
@@ -346,7 +380,9 @@ Response List all event subscriptions that have been created for a specific domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
@@ -370,35 +406,39 @@ PagedIterable Get all delivery attributes for an event subscription for domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
* @param topicName Name of the domain topic.
* @param eventSubscriptionName Name of the event subscription.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return all delivery attributes for an event subscription for domain topic.
+ * @return all delivery attributes for an event subscription for domain topic along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DeliveryAttributeListResultInner getDeliveryAttributes(
- String resourceGroupName, String domainName, String topicName, String eventSubscriptionName);
+ Response Get all delivery attributes for an event subscription for domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
* @param topicName Name of the domain topic.
* @param eventSubscriptionName Name of the event subscription.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return all delivery attributes for an event subscription for domain topic along with {@link Response}.
+ * @return all delivery attributes for an event subscription for domain topic.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Get properties of a domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
* @param domainTopicName Name of the topic.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return properties of a domain topic.
+ * @return properties of a domain topic along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DomainTopicInner get(String resourceGroupName, String domainName, String domainTopicName);
+ Response Get properties of a domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
* @param domainTopicName Name of the topic.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return properties of a domain topic along with {@link Response}.
+ * @return properties of a domain topic.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Asynchronously creates or updates a new domain topic with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -61,7 +67,9 @@ SyncPoller Asynchronously creates or updates a new domain topic with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -77,7 +85,9 @@ SyncPoller Asynchronously creates or updates a new domain topic with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -91,7 +101,9 @@ SyncPoller Asynchronously creates or updates a new domain topic with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -107,7 +119,9 @@ DomainTopicInner createOrUpdate(
String resourceGroupName, String domainName, String domainTopicName, Context context);
/**
- * Delete existing domain topic.
+ * Delete a domain topic.
+ *
+ * Delete existing domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -121,7 +135,9 @@ DomainTopicInner createOrUpdate(
SyncPoller Delete existing domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -137,7 +153,9 @@ SyncPoller Delete existing domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -150,7 +168,9 @@ SyncPoller Delete existing domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -164,7 +184,9 @@ SyncPoller List all the topics in a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Domain name.
@@ -177,7 +199,9 @@ SyncPoller List all the topics in a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Domain name.
diff --git a/sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/fluent/DomainsClient.java b/sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/fluent/DomainsClient.java
index 12abdb9e3f26..c10bc74b0a90 100644
--- a/sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/fluent/DomainsClient.java
+++ b/sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/fluent/DomainsClient.java
@@ -19,34 +19,40 @@
/** An instance of this class provides access to all the operations defined in DomainsClient. */
public interface DomainsClient {
/**
- * Get properties of a domain.
+ * Get a domain.
+ *
+ * Get properties of a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return properties of a domain.
+ * @return properties of a domain along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DomainInner getByResourceGroup(String resourceGroupName, String domainName);
+ Response Get properties of a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return properties of a domain along with {@link Response}.
+ * @return properties of a domain.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Asynchronously creates or updates a new domain with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -61,7 +67,9 @@ SyncPoller Asynchronously creates or updates a new domain with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -77,7 +85,9 @@ SyncPoller Asynchronously creates or updates a new domain with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -91,7 +101,9 @@ SyncPoller Asynchronously creates or updates a new domain with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -106,7 +118,9 @@ SyncPoller Delete existing domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -119,7 +133,9 @@ SyncPoller Delete existing domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -133,7 +149,9 @@ SyncPoller Delete existing domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -145,7 +163,9 @@ SyncPoller Delete existing domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -158,7 +178,9 @@ SyncPoller Asynchronously updates a domain with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -173,7 +195,9 @@ SyncPoller Asynchronously updates a domain with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -189,7 +213,9 @@ SyncPoller Asynchronously updates a domain with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -203,7 +229,9 @@ SyncPoller Asynchronously updates a domain with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
@@ -219,7 +247,9 @@ DomainInner update(
String resourceGroupName, String domainName, DomainUpdateParameters domainUpdateParameters, Context context);
/**
- * List all the domains under an Azure subscription.
+ * List domains under an Azure subscription.
+ *
+ * List all the domains under an Azure subscription.
*
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -229,7 +259,9 @@ DomainInner update(
PagedIterable List all the domains under an Azure subscription.
*
* @param filter The query used to filter the search results using OData syntax. Filtering is permitted on the
* 'name' property only and with limited number of OData operations. These operations are: the 'contains'
@@ -249,7 +281,9 @@ DomainInner update(
PagedIterable List all the domains under a resource group.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -261,7 +295,9 @@ DomainInner update(
PagedIterable List all the domains under a resource group.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param filter The query used to filter the search results using OData syntax. Filtering is permitted on the
@@ -283,61 +319,69 @@ PagedIterable List the two keys used to publish to a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return shared access keys of the Domain.
+ * @return shared access keys of the Domain along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DomainSharedAccessKeysInner listSharedAccessKeys(String resourceGroupName, String domainName);
+ Response List the two keys used to publish to a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return shared access keys of the Domain along with {@link Response}.
+ * @return shared access keys of the Domain.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Regenerate a shared access key for a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
* @param regenerateKeyRequest Request body to regenerate key.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return shared access keys of the Domain.
+ * @return shared access keys of the Domain along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DomainSharedAccessKeysInner regenerateKey(
- String resourceGroupName, String domainName, DomainRegenerateKeyRequest regenerateKeyRequest);
+ Response Regenerate a shared access key for a domain.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the domain.
* @param regenerateKeyRequest Request body to regenerate key.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return shared access keys of the Domain along with {@link Response}.
+ * @return shared access keys of the Domain.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Get properties of an event subscription.
*
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top
* level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -30,16 +32,19 @@ public interface EventSubscriptionsClient {
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
* for an EventGrid topic.
* @param eventSubscriptionName Name of the event subscription.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return properties of an event subscription.
+ * @return properties of an event subscription along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- EventSubscriptionInner get(String scope, String eventSubscriptionName);
+ Response Get properties of an event subscription.
*
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top
* level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -50,18 +55,19 @@ public interface EventSubscriptionsClient {
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
* for an EventGrid topic.
* @param eventSubscriptionName Name of the event subscription.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return properties of an event subscription along with {@link Response}.
+ * @return properties of an event subscription.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Asynchronously creates a new event subscription or updates an existing event subscription based on the
+ * specified scope.
*
* @param scope The identifier of the resource to which the event subscription needs to be created or updated. The
* scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider
@@ -84,8 +90,10 @@ SyncPoller Asynchronously creates a new event subscription or updates an existing event subscription based on the
+ * specified scope.
*
* @param scope The identifier of the resource to which the event subscription needs to be created or updated. The
* scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider
@@ -109,8 +117,10 @@ SyncPoller Asynchronously creates a new event subscription or updates an existing event subscription based on the
+ * specified scope.
*
* @param scope The identifier of the resource to which the event subscription needs to be created or updated. The
* scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider
@@ -133,8 +143,10 @@ EventSubscriptionInner createOrUpdate(
String scope, String eventSubscriptionName, EventSubscriptionInner eventSubscriptionInfo);
/**
- * Asynchronously creates a new event subscription or updates an existing event subscription based on the specified
- * scope.
+ * Create or update an event subscription.
+ *
+ * Asynchronously creates a new event subscription or updates an existing event subscription based on the
+ * specified scope.
*
* @param scope The identifier of the resource to which the event subscription needs to be created or updated. The
* scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider
@@ -158,7 +170,9 @@ EventSubscriptionInner createOrUpdate(
String scope, String eventSubscriptionName, EventSubscriptionInner eventSubscriptionInfo, Context context);
/**
- * Delete an existing event subscription.
+ * Delete an event subscription.
+ *
+ * Delete an existing event subscription.
*
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top
* level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -178,7 +192,9 @@ EventSubscriptionInner createOrUpdate(
SyncPoller Delete an existing event subscription.
*
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top
* level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -199,7 +215,9 @@ EventSubscriptionInner createOrUpdate(
SyncPoller Delete an existing event subscription.
*
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top
* level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -218,7 +236,9 @@ EventSubscriptionInner createOrUpdate(
void delete(String scope, String eventSubscriptionName);
/**
- * Delete an existing event subscription.
+ * Delete an event subscription.
+ *
+ * Delete an existing event subscription.
*
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top
* level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -238,7 +258,9 @@ EventSubscriptionInner createOrUpdate(
void delete(String scope, String eventSubscriptionName, Context context);
/**
- * Asynchronously updates an existing event subscription.
+ * Update an event subscription.
+ *
+ * Asynchronously updates an existing event subscription.
*
* @param scope The scope of existing event subscription. The scope can be a subscription, or a resource group, or a
* top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -262,7 +284,9 @@ SyncPoller Asynchronously updates an existing event subscription.
*
* @param scope The scope of existing event subscription. The scope can be a subscription, or a resource group, or a
* top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -288,7 +312,9 @@ SyncPoller Asynchronously updates an existing event subscription.
*
* @param scope The scope of existing event subscription. The scope can be a subscription, or a resource group, or a
* top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -312,7 +338,9 @@ EventSubscriptionInner update(
EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters);
/**
- * Asynchronously updates an existing event subscription.
+ * Update an event subscription.
+ *
+ * Asynchronously updates an existing event subscription.
*
* @param scope The scope of existing event subscription. The scope can be a subscription, or a resource group, or a
* top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -338,7 +366,9 @@ EventSubscriptionInner update(
Context context);
/**
- * Get the full endpoint URL for an event subscription.
+ * Get full URL of an event subscription.
+ *
+ * Get the full endpoint URL for an event subscription.
*
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top
* level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -349,16 +379,20 @@ EventSubscriptionInner update(
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
* for an EventGrid topic.
* @param eventSubscriptionName Name of the event subscription.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the full endpoint URL for an event subscription.
+ * @return the full endpoint URL for an event subscription along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- EventSubscriptionFullUrlInner getFullUrl(String scope, String eventSubscriptionName);
+ Response Get the full endpoint URL for an event subscription.
*
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top
* level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -369,18 +403,18 @@ EventSubscriptionInner update(
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
* for an EventGrid topic.
* @param eventSubscriptionName Name of the event subscription.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the full endpoint URL for an event subscription along with {@link Response}.
+ * @return the full endpoint URL for an event subscription.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response List all aggregated global event subscriptions under a specific Azure subscription.
*
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -390,7 +424,9 @@ Response List all aggregated global event subscriptions under a specific Azure subscription.
*
* @param filter The query used to filter the search results using OData syntax. Filtering is permitted on the
* 'name' property only and with limited number of OData operations. These operations are: the 'contains'
@@ -410,7 +446,9 @@ Response List all global event subscriptions under an Azure subscription for a topic type.
*
* @param topicTypeName Name of the topic type.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -422,7 +460,9 @@ Response List all global event subscriptions under an Azure subscription for a topic type.
*
* @param topicTypeName Name of the topic type.
* @param filter The query used to filter the search results using OData syntax. Filtering is permitted on the
@@ -444,7 +484,9 @@ PagedIterable List all global event subscriptions under a specific Azure subscription and resource group.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -456,7 +498,9 @@ PagedIterable List all global event subscriptions under a specific Azure subscription and resource group.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param filter The query used to filter the search results using OData syntax. Filtering is permitted on the
@@ -478,7 +522,9 @@ PagedIterable List all global event subscriptions under a resource group for a specific topic type.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param topicTypeName Name of the topic type.
@@ -492,7 +538,9 @@ PagedIterable List all global event subscriptions under a resource group for a specific topic type.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param topicTypeName Name of the topic type.
@@ -515,7 +563,9 @@ PagedIterable List all event subscriptions from the given location under a specific Azure subscription.
*
* @param location Name of the location.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -527,7 +577,9 @@ PagedIterable List all event subscriptions from the given location under a specific Azure subscription.
*
* @param location Name of the location.
* @param filter The query used to filter the search results using OData syntax. Filtering is permitted on the
@@ -549,7 +601,9 @@ PagedIterable List all event subscriptions from the given location under a specific Azure subscription and resource group.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param location Name of the location.
@@ -562,7 +616,9 @@ PagedIterable List all event subscriptions from the given location under a specific Azure subscription and resource group.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param location Name of the location.
@@ -585,7 +641,9 @@ PagedIterable List all event subscriptions from the given location under a specific Azure subscription and topic type.
*
* @param location Name of the location.
* @param topicTypeName Name of the topic type.
@@ -598,7 +656,9 @@ PagedIterable List all event subscriptions from the given location under a specific Azure subscription and topic type.
*
* @param location Name of the location.
* @param topicTypeName Name of the topic type.
@@ -621,8 +681,10 @@ PagedIterable List all event subscriptions from the given location under a specific Azure subscription and resource group
+ * and topic type.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param location Name of the location.
@@ -637,8 +699,10 @@ PagedIterable List all event subscriptions from the given location under a specific Azure subscription and resource group
+ * and topic type.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param location Name of the location.
@@ -662,7 +726,9 @@ PagedIterable List all event subscriptions that have been created for a specific resource.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param providerNamespace Namespace of the provider of the topic.
@@ -678,7 +744,9 @@ PagedIterable List all event subscriptions that have been created for a specific resource.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param providerNamespace Namespace of the provider of the topic.
@@ -709,7 +777,9 @@ PagedIterable List all event subscriptions that have been created for a specific domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
@@ -724,7 +794,9 @@ PagedIterable List all event subscriptions that have been created for a specific domain topic.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param domainName Name of the top level domain.
@@ -748,7 +820,9 @@ PagedIterable Get all delivery attributes for an event subscription.
*
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top
* level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -759,16 +833,20 @@ PagedIterable Get all delivery attributes for an event subscription.
*
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource group, or a top
* level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use
@@ -779,13 +857,11 @@ PagedIterable Get the properties of an extension topic.
*
* @param scope The identifier of the resource to which extension topic is queried. The scope can be a subscription,
* or a resource group, or a top level resource belonging to a resource provider namespace. For example, use
@@ -21,16 +23,19 @@ public interface ExtensionTopicsClient {
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
* for Azure resource.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the properties of an extension topic.
+ * @return the properties of an extension topic along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ExtensionTopicInner get(String scope);
+ Response Get the properties of an extension topic.
*
* @param scope The identifier of the resource to which extension topic is queried. The scope can be a subscription,
* or a resource group, or a top level resource belonging to a resource provider namespace. For example, use
@@ -38,12 +43,11 @@ public interface ExtensionTopicsClient {
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
* for Azure resource.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the properties of an extension topic along with {@link Response}.
+ * @return the properties of an extension topic.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response List the available operations supported by the Microsoft.EventGrid resource provider.
*
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -23,7 +25,9 @@ public interface OperationsClient {
PagedIterable List the available operations supported by the Microsoft.EventGrid resource provider.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
diff --git a/sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/fluent/PartnerConfigurationsClient.java b/sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/fluent/PartnerConfigurationsClient.java
index ec490626321c..b1d1a338a19f 100644
--- a/sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/fluent/PartnerConfigurationsClient.java
+++ b/sdk/eventgrid/azure-resourcemanager-eventgrid/src/main/java/com/azure/resourcemanager/eventgrid/fluent/PartnerConfigurationsClient.java
@@ -18,32 +18,38 @@
/** An instance of this class provides access to all the operations defined in PartnerConfigurationsClient. */
public interface PartnerConfigurationsClient {
/**
- * Get properties of a partner configuration.
+ * Get a partner configuration.
+ *
+ * Get properties of a partner configuration.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
+ * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return properties of a partner configuration.
+ * @return properties of a partner configuration along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- PartnerConfigurationInner getByResourceGroup(String resourceGroupName);
+ Response Get properties of a partner configuration.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
- * @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return properties of a partner configuration along with {@link Response}.
+ * @return properties of a partner configuration.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response Synchronously creates or updates a partner configuration with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param partnerConfigurationInfo Partner configuration information.
@@ -57,7 +63,9 @@ SyncPoller Synchronously creates or updates a partner configuration with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param partnerConfigurationInfo Partner configuration information.
@@ -72,7 +80,9 @@ SyncPoller Synchronously creates or updates a partner configuration with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param partnerConfigurationInfo Partner configuration information.
@@ -86,7 +96,9 @@ PartnerConfigurationInner createOrUpdate(
String resourceGroupName, PartnerConfigurationInner partnerConfigurationInfo);
/**
- * Synchronously creates or updates a partner configuration with the specified parameters.
+ * Create or update a partner configuration.
+ *
+ * Synchronously creates or updates a partner configuration with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param partnerConfigurationInfo Partner configuration information.
@@ -101,7 +113,9 @@ PartnerConfigurationInner createOrUpdate(
String resourceGroupName, PartnerConfigurationInner partnerConfigurationInfo, Context context);
/**
- * Delete existing partner configuration.
+ * Delete a partner configuration.
+ *
+ * Delete existing partner configuration.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -113,7 +127,9 @@ PartnerConfigurationInner createOrUpdate(
SyncPoller Delete existing partner configuration.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param context The context to associate with this operation.
@@ -126,7 +142,9 @@ PartnerConfigurationInner createOrUpdate(
SyncPoller Delete existing partner configuration.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -137,7 +155,9 @@ PartnerConfigurationInner createOrUpdate(
void delete(String resourceGroupName);
/**
- * Delete existing partner configuration.
+ * Delete a partner configuration.
+ *
+ * Delete existing partner configuration.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param context The context to associate with this operation.
@@ -149,7 +169,9 @@ PartnerConfigurationInner createOrUpdate(
void delete(String resourceGroupName, Context context);
/**
- * Synchronously updates a partner configuration with the specified parameters.
+ * Update a partner configuration.
+ *
+ * Synchronously updates a partner configuration with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param partnerConfigurationUpdateParameters Partner configuration update information.
@@ -163,7 +185,9 @@ SyncPoller Synchronously updates a partner configuration with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param partnerConfigurationUpdateParameters Partner configuration update information.
@@ -180,7 +204,9 @@ SyncPoller Synchronously updates a partner configuration with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param partnerConfigurationUpdateParameters Partner configuration update information.
@@ -194,7 +220,9 @@ PartnerConfigurationInner update(
String resourceGroupName, PartnerConfigurationUpdateParameters partnerConfigurationUpdateParameters);
/**
- * Synchronously updates a partner configuration with the specified parameters.
+ * Update a partner configuration.
+ *
+ * Synchronously updates a partner configuration with the specified parameters.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @param partnerConfigurationUpdateParameters Partner configuration update information.
@@ -211,7 +239,9 @@ PartnerConfigurationInner update(
Context context);
/**
- * List all the partner configurations under a resource group.
+ * List partner configurations under a resource group.
+ *
+ * List all the partner configurations under a resource group.
*
* @param resourceGroupName The name of the resource group within the user's subscription.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -223,7 +253,9 @@ PartnerConfigurationInner update(
PagedIterable