with any additional questions or comments.
[survey]: https://microsoft.qualtrics.com/jfe/form/SV_ehN0lIk2FKEBkwd?Q_CHL=DOCS
@@ -100,3 +100,6 @@ For details on contributing to this repository, see the [contributing guide](htt
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/AUTH.md
[design]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/DESIGN.md
+[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
+[coc]: https://opensource.microsoft.com/codeofconduct/
+[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
diff --git a/sdk/synapse/azure-resourcemanager-synapse/SAMPLE.md b/sdk/synapse/azure-resourcemanager-synapse/SAMPLE.md
index c38f1dfcf799..b0b6d9098c08 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/SAMPLE.md
+++ b/sdk/synapse/azure-resourcemanager-synapse/SAMPLE.md
@@ -32,6 +32,11 @@
- [Get](#extendedsqlpoolblobauditingpolicies_get)
- [ListBySqlPool](#extendedsqlpoolblobauditingpolicies_listbysqlpool)
+## Get
+
+- [IntegrationRuntimeStart](#get_integrationruntimestart)
+- [IntegrationRuntimeStop](#get_integrationruntimestop)
+
## IntegrationRuntimeAuthKeysOperation
- [List](#integrationruntimeauthkeysoperation_list)
@@ -146,6 +151,10 @@
- [Get](#kustopoolprincipalassignments_get)
- [List](#kustopoolprincipalassignments_list)
+## KustoPoolPrivateLinkResourcesOperation
+
+- [List](#kustopoolprivatelinkresourcesoperation_list)
+
## KustoPools
- [AddLanguageExtensions](#kustopools_addlanguageextensions)
@@ -205,10 +214,10 @@
- [ListByResourceGroup](#privatelinkhubs_listbyresourcegroup)
- [Update](#privatelinkhubs_update)
-## PrivateLinkResources
+## PrivateLinkResourcesOperation
-- [Get](#privatelinkresources_get)
-- [List](#privatelinkresources_list)
+- [Get](#privatelinkresourcesoperation_get)
+- [List](#privatelinkresourcesoperation_list)
## RestorableDroppedSqlPools
@@ -546,6 +555,7 @@ public final class BigDataPoolsCreateOrUpdateSamples {
.withTags(mapOf("key", "value"))
.withAutoScale(new AutoScaleProperties().withMinNodeCount(3).withEnabled(true).withMaxNodeCount(50))
.withAutoPause(new AutoPauseProperties().withDelayInMinutes(15).withEnabled(true))
+ .withIsAutotuneEnabled(false)
.withSparkEventsFolder("/events")
.withNodeCount(4)
.withLibraryRequirements(new LibraryRequirements().withContent("").withFilename("requirements.txt"))
@@ -1015,6 +1025,62 @@ public final class ExtendedSqlPoolBlobAuditingPoliciesListBySqlPoolSamples {
}
```
+### Get_IntegrationRuntimeStart
+
+```java
+import com.azure.core.util.Context;
+
+/** Samples for Get IntegrationRuntimeStart. */
+public final class GetIntegrationRuntimeStartSamples {
+ /*
+ * x-ms-original-file: specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/examples/IntegrationRuntimes_Start_OperationStatus.json
+ */
+ /**
+ * Sample code: Get integration runtime operation status.
+ *
+ * @param manager Entry point to SynapseManager.
+ */
+ public static void getIntegrationRuntimeOperationStatus(com.azure.resourcemanager.synapse.SynapseManager manager) {
+ manager
+ .gets()
+ .integrationRuntimeStartWithResponse(
+ "drage-felles-prod-rg",
+ "felles-prod-synapse-workspace",
+ "SSIS-intergrationRuntime-Drage",
+ "5752dcdf918e4aecb941245ddf6ebb83",
+ Context.NONE);
+ }
+}
+```
+
+### Get_IntegrationRuntimeStop
+
+```java
+import com.azure.core.util.Context;
+
+/** Samples for Get IntegrationRuntimeStop. */
+public final class GetIntegrationRuntimeStopSamples {
+ /*
+ * x-ms-original-file: specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/examples/IntegrationRuntimes_Stop_OperationStatus.json
+ */
+ /**
+ * Sample code: Get integration runtime operation status.
+ *
+ * @param manager Entry point to SynapseManager.
+ */
+ public static void getIntegrationRuntimeOperationStatus(com.azure.resourcemanager.synapse.SynapseManager manager) {
+ manager
+ .gets()
+ .integrationRuntimeStopWithResponse(
+ "drage-felles-prod-rg",
+ "felles-prod-synapse-workspace",
+ "SSIS-intergrationRuntime-Drage",
+ "5752dcdf918e4aecb941245ddf6ebb83",
+ Context.NONE);
+ }
+}
+```
+
### IntegrationRuntimeAuthKeysOperation_List
```java
@@ -1637,11 +1703,11 @@ public final class IpFirewallRulesGetSamples {
* x-ms-original-file: specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/examples/GetIpFirewallRule.json
*/
/**
- * Sample code: Create an IP firewall rule.
+ * Sample code: Get IP firewall rule.
*
* @param manager Entry point to SynapseManager.
*/
- public static void createAnIPFirewallRule(com.azure.resourcemanager.synapse.SynapseManager manager) {
+ public static void getIPFirewallRule(com.azure.resourcemanager.synapse.SynapseManager manager) {
manager
.ipFirewallRules()
.getWithResponse("ExampleResourceGroup", "ExampleWorkspace", "ExampleIpFirewallRule", Context.NONE);
@@ -2628,6 +2694,29 @@ public final class KustoPoolPrincipalAssignmentsListSamples {
}
```
+### KustoPoolPrivateLinkResourcesOperation_List
+
+```java
+import com.azure.core.util.Context;
+
+/** Samples for KustoPoolPrivateLinkResourcesOperation List. */
+public final class KustoPoolPrivateLinkResourcesOperationListSamples {
+ /*
+ * x-ms-original-file: specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/examples/KustoPoolPrivateLinkResourcesList.json
+ */
+ /**
+ * Sample code: KustoPoolPrivateLinkResourcesList.
+ *
+ * @param manager Entry point to SynapseManager.
+ */
+ public static void kustoPoolPrivateLinkResourcesList(com.azure.resourcemanager.synapse.SynapseManager manager) {
+ manager
+ .kustoPoolPrivateLinkResourcesOperations()
+ .list("DP-900", "synapse-ws-ebi-data", "dataexplorerpool900", Context.NONE);
+ }
+}
+```
+
### KustoPools_AddLanguageExtensions
```java
@@ -3014,7 +3103,6 @@ public final class KustoPoolsUpdateSamples {
.withSku(new AzureSku().withName(SkuName.STORAGE_OPTIMIZED).withCapacity(2).withSize(SkuSize.MEDIUM))
.withEnableStreamingIngest(true)
.withEnablePurge(true)
- .withWorkspaceUid("11111111-2222-3333-444444444444")
.apply();
}
}
@@ -3531,13 +3619,13 @@ public final class PrivateLinkHubsUpdateSamples {
}
```
-### PrivateLinkResources_Get
+### PrivateLinkResourcesOperation_Get
```java
import com.azure.core.util.Context;
-/** Samples for PrivateLinkResources Get. */
-public final class PrivateLinkResourcesGetSamples {
+/** Samples for PrivateLinkResourcesOperation Get. */
+public final class PrivateLinkResourcesOperationGetSamples {
/*
* x-ms-original-file: specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/examples/GetPrivateLinkResource.json
*/
@@ -3547,18 +3635,20 @@ public final class PrivateLinkResourcesGetSamples {
* @param manager Entry point to SynapseManager.
*/
public static void getPrivateLinkResourcesForWorkspace(com.azure.resourcemanager.synapse.SynapseManager manager) {
- manager.privateLinkResources().getWithResponse("ExampleResourceGroup", "ExampleWorkspace", "sql", Context.NONE);
+ manager
+ .privateLinkResourcesOperations()
+ .getWithResponse("ExampleResourceGroup", "ExampleWorkspace", "sql", Context.NONE);
}
}
```
-### PrivateLinkResources_List
+### PrivateLinkResourcesOperation_List
```java
import com.azure.core.util.Context;
-/** Samples for PrivateLinkResources List. */
-public final class PrivateLinkResourcesListSamples {
+/** Samples for PrivateLinkResourcesOperation List. */
+public final class PrivateLinkResourcesOperationListSamples {
/*
* x-ms-original-file: specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/examples/ListPrivateLinkResources.json
*/
@@ -3568,7 +3658,7 @@ public final class PrivateLinkResourcesListSamples {
* @param manager Entry point to SynapseManager.
*/
public static void getPrivateLinkResourcesForWorkspace(com.azure.resourcemanager.synapse.SynapseManager manager) {
- manager.privateLinkResources().list("ExampleResourceGroup", "ExampleWorkspace", Context.NONE);
+ manager.privateLinkResourcesOperations().list("ExampleResourceGroup", "ExampleWorkspace", Context.NONE);
}
}
```
@@ -4088,7 +4178,7 @@ public final class SqlPoolOperationResultsGetLocationHeaderResultSamples {
com.azure.resourcemanager.synapse.SynapseManager manager) {
manager
.sqlPoolOperationResults()
- .getLocationHeaderResultWithResponse(
+ .getLocationHeaderResult(
"ExampleResourceGroup",
"ExampleWorkspace",
"ExampleSqlPool",
@@ -4364,7 +4454,6 @@ import com.azure.core.util.Context;
import com.azure.resourcemanager.synapse.models.SecurityAlertPolicyName;
import com.azure.resourcemanager.synapse.models.SecurityAlertPolicyState;
import com.azure.resourcemanager.synapse.models.SqlPoolSecurityAlertPolicy;
-import java.util.Arrays;
/** Samples for SqlPoolSecurityAlertPolicies CreateOrUpdate. */
public final class SqlPoolSecurityAlertPoliciesCreateOrUpdateSamples {
@@ -4387,8 +4476,6 @@ public final class SqlPoolSecurityAlertPoliciesCreateOrUpdateSamples {
resource
.update()
.withState(SecurityAlertPolicyState.ENABLED)
- .withDisabledAlerts(Arrays.asList("Sql_Injection", "Usage_Anomaly"))
- .withEmailAddresses(Arrays.asList("test@microsoft.com", "user@microsoft.com"))
.withEmailAccountAdmins(true)
.withStorageEndpoint("https://mystorage.blob.core.windows.net")
.withStorageAccountAccessKey(
@@ -5420,7 +5507,7 @@ public final class SqlPoolWorkloadGroupCreateOrUpdateSamples {
.withMinResourcePercent(0)
.withMaxResourcePercent(100)
.withMinResourcePercentPerRequest(3.0)
- .withMaxResourcePercentPerRequest(3.0)
+ .withMaxResourcePercentPerRequest(3.0D)
.withImportance("normal")
.withQueryExecutionTimeout(0)
.create();
@@ -5701,7 +5788,6 @@ public final class SqlPoolsResumeSamples {
import com.azure.core.util.Context;
import com.azure.resourcemanager.synapse.models.Sku;
import com.azure.resourcemanager.synapse.models.SqlPool;
-import java.time.OffsetDateTime;
import java.util.HashMap;
import java.util.Map;
@@ -5721,14 +5807,7 @@ public final class SqlPoolsUpdateSamples {
.sqlPools()
.getWithResponse("ExampleResourceGroup", "ExampleWorkspace", "ExampleSqlPool", Context.NONE)
.getValue();
- resource
- .update()
- .withTags(mapOf())
- .withSku(new Sku().withTier("").withName(""))
- .withMaxSizeBytes(0L)
- .withCollation("")
- .withRestorePointInTime(OffsetDateTime.parse("1970-01-01T00:00:00.000Z"))
- .apply();
+ resource.update().withTags(mapOf()).withSku(new Sku().withTier("").withName("")).withMaxSizeBytes(0L).apply();
}
@SuppressWarnings("unchecked")
@@ -5824,8 +5903,8 @@ public final class WorkspaceAadAdminsGetSamples {
```java
import com.azure.core.util.Context;
import com.azure.resourcemanager.synapse.fluent.models.ManagedIdentitySqlControlSettingsModelInner;
+import com.azure.resourcemanager.synapse.models.DesiredState;
import com.azure.resourcemanager.synapse.models.ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity;
-import com.azure.resourcemanager.synapse.models.ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState;
/** Samples for WorkspaceManagedIdentitySqlControlSettings CreateOrUpdate. */
public final class WorkspaceManagedIdentitySqlControlSettingsCreateOrUpdateSamples {
@@ -5847,9 +5926,7 @@ public final class WorkspaceManagedIdentitySqlControlSettingsCreateOrUpdateSampl
new ManagedIdentitySqlControlSettingsModelInner()
.withGrantSqlControlToManagedIdentity(
new ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity()
- .withDesiredState(
- ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState
- .ENABLED)),
+ .withDesiredState(DesiredState.ENABLED)),
Context.NONE);
}
}
@@ -6361,7 +6438,6 @@ import com.azure.core.util.Context;
import com.azure.resourcemanager.synapse.models.SecurityAlertPolicyNameAutoGenerated;
import com.azure.resourcemanager.synapse.models.SecurityAlertPolicyState;
import com.azure.resourcemanager.synapse.models.ServerSecurityAlertPolicy;
-import java.util.Arrays;
/** Samples for WorkspaceManagedSqlServerSecurityAlertPolicy CreateOrUpdate. */
public final class WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateSamples {
@@ -6384,13 +6460,8 @@ public final class WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateSam
resource
.update()
.withState(SecurityAlertPolicyState.ENABLED)
- .withDisabledAlerts(Arrays.asList("Access_Anomaly", "Usage_Anomaly"))
- .withEmailAddresses(Arrays.asList("testSecurityAlert@microsoft.com"))
- .withEmailAccountAdmins(true)
- .withStorageEndpoint("https://mystorage.blob.core.windows.net")
.withStorageAccountAccessKey(
"sdlfkjabc+sdlfkjsdlkfsjdfLDKFTERLKFDFKLjsdfksjdflsdkfD2342309432849328476458/3RSD==")
- .withRetentionDays(5)
.apply();
}
@@ -6413,8 +6484,6 @@ public final class WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateSam
resource
.update()
.withState(SecurityAlertPolicyState.DISABLED)
- .withEmailAccountAdmins(true)
- .withStorageEndpoint("https://mystorage.blob.core.windows.net")
.withStorageAccountAccessKey(
"sdlfkjabc+sdlfkjsdlkfsjdfLDKFTERLKFDFKLjsdfksjdflsdkfD2342309432849328476458/3RSD==")
.apply();
@@ -6773,9 +6842,7 @@ public final class WorkspacesCreateOrUpdateSamples {
.withCmk(
new CustomerManagedKeyDetails()
.withKey(
- new WorkspaceKeyDetails()
- .withName("default")
- .withKeyVaultUrl("https://vault.azure.net/keys/key1"))
+ new WorkspaceKeyDetails().withName("default").withKeyVaultUrl("fakeTokenPlaceholder"))
.withKekIdentity(
new KekIdentityProperties()
.withUserAssignedIdentity(
@@ -6965,9 +7032,7 @@ public final class WorkspacesUpdateSamples {
.withCmk(
new CustomerManagedKeyDetails()
.withKey(
- new WorkspaceKeyDetails()
- .withName("default")
- .withKeyVaultUrl("https://vault.azure.net/keys/key1"))))
+ new WorkspaceKeyDetails().withName("default").withKeyVaultUrl("fakeTokenPlaceholder"))))
.withPublicNetworkAccess(WorkspacePublicNetworkAccess.ENABLED)
.apply();
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/SynapseManager.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/SynapseManager.java
index 2918d9d6bdf5..d6c2c84bf163 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/SynapseManager.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/SynapseManager.java
@@ -29,6 +29,7 @@
import com.azure.resourcemanager.synapse.implementation.DataMaskingPoliciesImpl;
import com.azure.resourcemanager.synapse.implementation.DataMaskingRulesImpl;
import com.azure.resourcemanager.synapse.implementation.ExtendedSqlPoolBlobAuditingPoliciesImpl;
+import com.azure.resourcemanager.synapse.implementation.GetsImpl;
import com.azure.resourcemanager.synapse.implementation.IntegrationRuntimeAuthKeysOperationsImpl;
import com.azure.resourcemanager.synapse.implementation.IntegrationRuntimeConnectionInfosImpl;
import com.azure.resourcemanager.synapse.implementation.IntegrationRuntimeCredentialsImpl;
@@ -47,6 +48,7 @@
import com.azure.resourcemanager.synapse.implementation.KustoPoolDatabasePrincipalAssignmentsImpl;
import com.azure.resourcemanager.synapse.implementation.KustoPoolDatabasesImpl;
import com.azure.resourcemanager.synapse.implementation.KustoPoolPrincipalAssignmentsImpl;
+import com.azure.resourcemanager.synapse.implementation.KustoPoolPrivateLinkResourcesOperationsImpl;
import com.azure.resourcemanager.synapse.implementation.KustoPoolsImpl;
import com.azure.resourcemanager.synapse.implementation.LibrariesImpl;
import com.azure.resourcemanager.synapse.implementation.LibrariesOperationsImpl;
@@ -55,7 +57,7 @@
import com.azure.resourcemanager.synapse.implementation.PrivateEndpointConnectionsPrivateLinkHubsImpl;
import com.azure.resourcemanager.synapse.implementation.PrivateLinkHubPrivateLinkResourcesImpl;
import com.azure.resourcemanager.synapse.implementation.PrivateLinkHubsImpl;
-import com.azure.resourcemanager.synapse.implementation.PrivateLinkResourcesImpl;
+import com.azure.resourcemanager.synapse.implementation.PrivateLinkResourcesOperationsImpl;
import com.azure.resourcemanager.synapse.implementation.RestorableDroppedSqlPoolsImpl;
import com.azure.resourcemanager.synapse.implementation.SparkConfigurationsImpl;
import com.azure.resourcemanager.synapse.implementation.SparkConfigurationsOperationsImpl;
@@ -103,6 +105,7 @@
import com.azure.resourcemanager.synapse.models.DataMaskingPolicies;
import com.azure.resourcemanager.synapse.models.DataMaskingRules;
import com.azure.resourcemanager.synapse.models.ExtendedSqlPoolBlobAuditingPolicies;
+import com.azure.resourcemanager.synapse.models.Gets;
import com.azure.resourcemanager.synapse.models.IntegrationRuntimeAuthKeysOperations;
import com.azure.resourcemanager.synapse.models.IntegrationRuntimeConnectionInfos;
import com.azure.resourcemanager.synapse.models.IntegrationRuntimeCredentials;
@@ -121,6 +124,7 @@
import com.azure.resourcemanager.synapse.models.KustoPoolDatabasePrincipalAssignments;
import com.azure.resourcemanager.synapse.models.KustoPoolDatabases;
import com.azure.resourcemanager.synapse.models.KustoPoolPrincipalAssignments;
+import com.azure.resourcemanager.synapse.models.KustoPoolPrivateLinkResourcesOperations;
import com.azure.resourcemanager.synapse.models.KustoPools;
import com.azure.resourcemanager.synapse.models.Libraries;
import com.azure.resourcemanager.synapse.models.LibrariesOperations;
@@ -129,7 +133,7 @@
import com.azure.resourcemanager.synapse.models.PrivateEndpointConnectionsPrivateLinkHubs;
import com.azure.resourcemanager.synapse.models.PrivateLinkHubPrivateLinkResources;
import com.azure.resourcemanager.synapse.models.PrivateLinkHubs;
-import com.azure.resourcemanager.synapse.models.PrivateLinkResources;
+import com.azure.resourcemanager.synapse.models.PrivateLinkResourcesOperations;
import com.azure.resourcemanager.synapse.models.RestorableDroppedSqlPools;
import com.azure.resourcemanager.synapse.models.SparkConfigurations;
import com.azure.resourcemanager.synapse.models.SparkConfigurationsOperations;
@@ -190,7 +194,7 @@ public final class SynapseManager {
private PrivateEndpointConnections privateEndpointConnections;
- private PrivateLinkResources privateLinkResources;
+ private PrivateLinkResourcesOperations privateLinkResourcesOperations;
private PrivateLinkHubPrivateLinkResources privateLinkHubPrivateLinkResources;
@@ -307,6 +311,8 @@ public final class SynapseManager {
private IntegrationRuntimeStatusOperations integrationRuntimeStatusOperations;
+ private Gets gets;
+
private SparkConfigurations sparkConfigurations;
private SparkConfigurationsOperations sparkConfigurationsOperations;
@@ -327,6 +333,8 @@ public final class SynapseManager {
private KustoPoolDatabasePrincipalAssignments kustoPoolDatabasePrincipalAssignments;
+ private KustoPoolPrivateLinkResourcesOperations kustoPoolPrivateLinkResourcesOperations;
+
private final SynapseManagementClient clientObject;
private SynapseManager(HttpPipeline httpPipeline, AzureProfile profile, Duration defaultPollInterval) {
@@ -492,7 +500,7 @@ public SynapseManager authenticate(TokenCredential credential, AzureProfile prof
.append("-")
.append("com.azure.resourcemanager.synapse")
.append("/")
- .append("1.0.0-beta.6");
+ .append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder
.append(" (")
@@ -549,7 +557,11 @@ public SynapseManager authenticate(TokenCredential credential, AzureProfile prof
}
}
- /** @return Resource collection API of AzureADOnlyAuthentications. */
+ /**
+ * Gets the resource collection API of AzureADOnlyAuthentications. It manages AzureADOnlyAuthentication.
+ *
+ * @return Resource collection API of AzureADOnlyAuthentications.
+ */
public AzureADOnlyAuthentications azureADOnlyAuthentications() {
if (this.azureADOnlyAuthentications == null) {
this.azureADOnlyAuthentications =
@@ -558,7 +570,11 @@ public AzureADOnlyAuthentications azureADOnlyAuthentications() {
return azureADOnlyAuthentications;
}
- /** @return Resource collection API of Operations. */
+ /**
+ * Gets the resource collection API of Operations.
+ *
+ * @return Resource collection API of Operations.
+ */
public Operations operations() {
if (this.operations == null) {
this.operations = new OperationsImpl(clientObject.getOperations(), this);
@@ -566,7 +582,11 @@ public Operations operations() {
return operations;
}
- /** @return Resource collection API of IpFirewallRules. */
+ /**
+ * Gets the resource collection API of IpFirewallRules. It manages IpFirewallRuleInfo.
+ *
+ * @return Resource collection API of IpFirewallRules.
+ */
public IpFirewallRules ipFirewallRules() {
if (this.ipFirewallRules == null) {
this.ipFirewallRules = new IpFirewallRulesImpl(clientObject.getIpFirewallRules(), this);
@@ -574,7 +594,11 @@ public IpFirewallRules ipFirewallRules() {
return ipFirewallRules;
}
- /** @return Resource collection API of Keys. */
+ /**
+ * Gets the resource collection API of Keys. It manages Key.
+ *
+ * @return Resource collection API of Keys.
+ */
public Keys keys() {
if (this.keys == null) {
this.keys = new KeysImpl(clientObject.getKeys(), this);
@@ -582,7 +606,11 @@ public Keys keys() {
return keys;
}
- /** @return Resource collection API of PrivateEndpointConnections. */
+ /**
+ * Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
+ *
+ * @return Resource collection API of PrivateEndpointConnections.
+ */
public PrivateEndpointConnections privateEndpointConnections() {
if (this.privateEndpointConnections == null) {
this.privateEndpointConnections =
@@ -591,15 +619,24 @@ public PrivateEndpointConnections privateEndpointConnections() {
return privateEndpointConnections;
}
- /** @return Resource collection API of PrivateLinkResources. */
- public PrivateLinkResources privateLinkResources() {
- if (this.privateLinkResources == null) {
- this.privateLinkResources = new PrivateLinkResourcesImpl(clientObject.getPrivateLinkResources(), this);
+ /**
+ * Gets the resource collection API of PrivateLinkResourcesOperations.
+ *
+ * @return Resource collection API of PrivateLinkResourcesOperations.
+ */
+ public PrivateLinkResourcesOperations privateLinkResourcesOperations() {
+ if (this.privateLinkResourcesOperations == null) {
+ this.privateLinkResourcesOperations =
+ new PrivateLinkResourcesOperationsImpl(clientObject.getPrivateLinkResourcesOperations(), this);
}
- return privateLinkResources;
+ return privateLinkResourcesOperations;
}
- /** @return Resource collection API of PrivateLinkHubPrivateLinkResources. */
+ /**
+ * Gets the resource collection API of PrivateLinkHubPrivateLinkResources.
+ *
+ * @return Resource collection API of PrivateLinkHubPrivateLinkResources.
+ */
public PrivateLinkHubPrivateLinkResources privateLinkHubPrivateLinkResources() {
if (this.privateLinkHubPrivateLinkResources == null) {
this.privateLinkHubPrivateLinkResources =
@@ -608,7 +645,11 @@ public PrivateLinkHubPrivateLinkResources privateLinkHubPrivateLinkResources() {
return privateLinkHubPrivateLinkResources;
}
- /** @return Resource collection API of PrivateLinkHubs. */
+ /**
+ * Gets the resource collection API of PrivateLinkHubs. It manages PrivateLinkHub.
+ *
+ * @return Resource collection API of PrivateLinkHubs.
+ */
public PrivateLinkHubs privateLinkHubs() {
if (this.privateLinkHubs == null) {
this.privateLinkHubs = new PrivateLinkHubsImpl(clientObject.getPrivateLinkHubs(), this);
@@ -616,7 +657,11 @@ public PrivateLinkHubs privateLinkHubs() {
return privateLinkHubs;
}
- /** @return Resource collection API of PrivateEndpointConnectionsPrivateLinkHubs. */
+ /**
+ * Gets the resource collection API of PrivateEndpointConnectionsPrivateLinkHubs.
+ *
+ * @return Resource collection API of PrivateEndpointConnectionsPrivateLinkHubs.
+ */
public PrivateEndpointConnectionsPrivateLinkHubs privateEndpointConnectionsPrivateLinkHubs() {
if (this.privateEndpointConnectionsPrivateLinkHubs == null) {
this.privateEndpointConnectionsPrivateLinkHubs =
@@ -626,7 +671,11 @@ public PrivateEndpointConnectionsPrivateLinkHubs privateEndpointConnectionsPriva
return privateEndpointConnectionsPrivateLinkHubs;
}
- /** @return Resource collection API of SqlPools. */
+ /**
+ * Gets the resource collection API of SqlPools. It manages SqlPool.
+ *
+ * @return Resource collection API of SqlPools.
+ */
public SqlPools sqlPools() {
if (this.sqlPools == null) {
this.sqlPools = new SqlPoolsImpl(clientObject.getSqlPools(), this);
@@ -634,7 +683,11 @@ public SqlPools sqlPools() {
return sqlPools;
}
- /** @return Resource collection API of SqlPoolMetadataSyncConfigs. */
+ /**
+ * Gets the resource collection API of SqlPoolMetadataSyncConfigs.
+ *
+ * @return Resource collection API of SqlPoolMetadataSyncConfigs.
+ */
public SqlPoolMetadataSyncConfigs sqlPoolMetadataSyncConfigs() {
if (this.sqlPoolMetadataSyncConfigs == null) {
this.sqlPoolMetadataSyncConfigs =
@@ -643,7 +696,11 @@ public SqlPoolMetadataSyncConfigs sqlPoolMetadataSyncConfigs() {
return sqlPoolMetadataSyncConfigs;
}
- /** @return Resource collection API of SqlPoolOperationResults. */
+ /**
+ * Gets the resource collection API of SqlPoolOperationResults.
+ *
+ * @return Resource collection API of SqlPoolOperationResults.
+ */
public SqlPoolOperationResults sqlPoolOperationResults() {
if (this.sqlPoolOperationResults == null) {
this.sqlPoolOperationResults =
@@ -652,7 +709,11 @@ public SqlPoolOperationResults sqlPoolOperationResults() {
return sqlPoolOperationResults;
}
- /** @return Resource collection API of SqlPoolGeoBackupPolicies. */
+ /**
+ * Gets the resource collection API of SqlPoolGeoBackupPolicies. It manages GeoBackupPolicy.
+ *
+ * @return Resource collection API of SqlPoolGeoBackupPolicies.
+ */
public SqlPoolGeoBackupPolicies sqlPoolGeoBackupPolicies() {
if (this.sqlPoolGeoBackupPolicies == null) {
this.sqlPoolGeoBackupPolicies =
@@ -661,7 +722,11 @@ public SqlPoolGeoBackupPolicies sqlPoolGeoBackupPolicies() {
return sqlPoolGeoBackupPolicies;
}
- /** @return Resource collection API of SqlPoolDataWarehouseUserActivities. */
+ /**
+ * Gets the resource collection API of SqlPoolDataWarehouseUserActivities.
+ *
+ * @return Resource collection API of SqlPoolDataWarehouseUserActivities.
+ */
public SqlPoolDataWarehouseUserActivities sqlPoolDataWarehouseUserActivities() {
if (this.sqlPoolDataWarehouseUserActivities == null) {
this.sqlPoolDataWarehouseUserActivities =
@@ -670,7 +735,11 @@ public SqlPoolDataWarehouseUserActivities sqlPoolDataWarehouseUserActivities() {
return sqlPoolDataWarehouseUserActivities;
}
- /** @return Resource collection API of SqlPoolRestorePoints. */
+ /**
+ * Gets the resource collection API of SqlPoolRestorePoints.
+ *
+ * @return Resource collection API of SqlPoolRestorePoints.
+ */
public SqlPoolRestorePoints sqlPoolRestorePoints() {
if (this.sqlPoolRestorePoints == null) {
this.sqlPoolRestorePoints = new SqlPoolRestorePointsImpl(clientObject.getSqlPoolRestorePoints(), this);
@@ -678,7 +747,11 @@ public SqlPoolRestorePoints sqlPoolRestorePoints() {
return sqlPoolRestorePoints;
}
- /** @return Resource collection API of SqlPoolReplicationLinks. */
+ /**
+ * Gets the resource collection API of SqlPoolReplicationLinks.
+ *
+ * @return Resource collection API of SqlPoolReplicationLinks.
+ */
public SqlPoolReplicationLinks sqlPoolReplicationLinks() {
if (this.sqlPoolReplicationLinks == null) {
this.sqlPoolReplicationLinks =
@@ -687,7 +760,11 @@ public SqlPoolReplicationLinks sqlPoolReplicationLinks() {
return sqlPoolReplicationLinks;
}
- /** @return Resource collection API of SqlPoolMaintenanceWindows. */
+ /**
+ * Gets the resource collection API of SqlPoolMaintenanceWindows.
+ *
+ * @return Resource collection API of SqlPoolMaintenanceWindows.
+ */
public SqlPoolMaintenanceWindows sqlPoolMaintenanceWindows() {
if (this.sqlPoolMaintenanceWindows == null) {
this.sqlPoolMaintenanceWindows =
@@ -696,7 +773,11 @@ public SqlPoolMaintenanceWindows sqlPoolMaintenanceWindows() {
return sqlPoolMaintenanceWindows;
}
- /** @return Resource collection API of SqlPoolMaintenanceWindowOptions. */
+ /**
+ * Gets the resource collection API of SqlPoolMaintenanceWindowOptions.
+ *
+ * @return Resource collection API of SqlPoolMaintenanceWindowOptions.
+ */
public SqlPoolMaintenanceWindowOptions sqlPoolMaintenanceWindowOptions() {
if (this.sqlPoolMaintenanceWindowOptions == null) {
this.sqlPoolMaintenanceWindowOptions =
@@ -705,7 +786,11 @@ public SqlPoolMaintenanceWindowOptions sqlPoolMaintenanceWindowOptions() {
return sqlPoolMaintenanceWindowOptions;
}
- /** @return Resource collection API of SqlPoolTransparentDataEncryptions. */
+ /**
+ * Gets the resource collection API of SqlPoolTransparentDataEncryptions. It manages TransparentDataEncryption.
+ *
+ * @return Resource collection API of SqlPoolTransparentDataEncryptions.
+ */
public SqlPoolTransparentDataEncryptions sqlPoolTransparentDataEncryptions() {
if (this.sqlPoolTransparentDataEncryptions == null) {
this.sqlPoolTransparentDataEncryptions =
@@ -714,7 +799,11 @@ public SqlPoolTransparentDataEncryptions sqlPoolTransparentDataEncryptions() {
return sqlPoolTransparentDataEncryptions;
}
- /** @return Resource collection API of SqlPoolBlobAuditingPolicies. */
+ /**
+ * Gets the resource collection API of SqlPoolBlobAuditingPolicies. It manages SqlPoolBlobAuditingPolicy.
+ *
+ * @return Resource collection API of SqlPoolBlobAuditingPolicies.
+ */
public SqlPoolBlobAuditingPolicies sqlPoolBlobAuditingPolicies() {
if (this.sqlPoolBlobAuditingPolicies == null) {
this.sqlPoolBlobAuditingPolicies =
@@ -723,7 +812,11 @@ public SqlPoolBlobAuditingPolicies sqlPoolBlobAuditingPolicies() {
return sqlPoolBlobAuditingPolicies;
}
- /** @return Resource collection API of SqlPoolOperations. */
+ /**
+ * Gets the resource collection API of SqlPoolOperations.
+ *
+ * @return Resource collection API of SqlPoolOperations.
+ */
public SqlPoolOperations sqlPoolOperations() {
if (this.sqlPoolOperations == null) {
this.sqlPoolOperations = new SqlPoolOperationsImpl(clientObject.getSqlPoolOperations(), this);
@@ -731,7 +824,11 @@ public SqlPoolOperations sqlPoolOperations() {
return sqlPoolOperations;
}
- /** @return Resource collection API of SqlPoolUsages. */
+ /**
+ * Gets the resource collection API of SqlPoolUsages.
+ *
+ * @return Resource collection API of SqlPoolUsages.
+ */
public SqlPoolUsages sqlPoolUsages() {
if (this.sqlPoolUsages == null) {
this.sqlPoolUsages = new SqlPoolUsagesImpl(clientObject.getSqlPoolUsages(), this);
@@ -739,7 +836,11 @@ public SqlPoolUsages sqlPoolUsages() {
return sqlPoolUsages;
}
- /** @return Resource collection API of SqlPoolSensitivityLabels. */
+ /**
+ * Gets the resource collection API of SqlPoolSensitivityLabels. It manages SensitivityLabel.
+ *
+ * @return Resource collection API of SqlPoolSensitivityLabels.
+ */
public SqlPoolSensitivityLabels sqlPoolSensitivityLabels() {
if (this.sqlPoolSensitivityLabels == null) {
this.sqlPoolSensitivityLabels =
@@ -748,7 +849,11 @@ public SqlPoolSensitivityLabels sqlPoolSensitivityLabels() {
return sqlPoolSensitivityLabels;
}
- /** @return Resource collection API of SqlPoolRecommendedSensitivityLabels. */
+ /**
+ * Gets the resource collection API of SqlPoolRecommendedSensitivityLabels.
+ *
+ * @return Resource collection API of SqlPoolRecommendedSensitivityLabels.
+ */
public SqlPoolRecommendedSensitivityLabels sqlPoolRecommendedSensitivityLabels() {
if (this.sqlPoolRecommendedSensitivityLabels == null) {
this.sqlPoolRecommendedSensitivityLabels =
@@ -758,7 +863,11 @@ public SqlPoolRecommendedSensitivityLabels sqlPoolRecommendedSensitivityLabels()
return sqlPoolRecommendedSensitivityLabels;
}
- /** @return Resource collection API of SqlPoolSchemas. */
+ /**
+ * Gets the resource collection API of SqlPoolSchemas.
+ *
+ * @return Resource collection API of SqlPoolSchemas.
+ */
public SqlPoolSchemas sqlPoolSchemas() {
if (this.sqlPoolSchemas == null) {
this.sqlPoolSchemas = new SqlPoolSchemasImpl(clientObject.getSqlPoolSchemas(), this);
@@ -766,7 +875,11 @@ public SqlPoolSchemas sqlPoolSchemas() {
return sqlPoolSchemas;
}
- /** @return Resource collection API of SqlPoolTables. */
+ /**
+ * Gets the resource collection API of SqlPoolTables.
+ *
+ * @return Resource collection API of SqlPoolTables.
+ */
public SqlPoolTables sqlPoolTables() {
if (this.sqlPoolTables == null) {
this.sqlPoolTables = new SqlPoolTablesImpl(clientObject.getSqlPoolTables(), this);
@@ -774,7 +887,11 @@ public SqlPoolTables sqlPoolTables() {
return sqlPoolTables;
}
- /** @return Resource collection API of SqlPoolTableColumns. */
+ /**
+ * Gets the resource collection API of SqlPoolTableColumns.
+ *
+ * @return Resource collection API of SqlPoolTableColumns.
+ */
public SqlPoolTableColumns sqlPoolTableColumns() {
if (this.sqlPoolTableColumns == null) {
this.sqlPoolTableColumns = new SqlPoolTableColumnsImpl(clientObject.getSqlPoolTableColumns(), this);
@@ -782,7 +899,11 @@ public SqlPoolTableColumns sqlPoolTableColumns() {
return sqlPoolTableColumns;
}
- /** @return Resource collection API of SqlPoolConnectionPolicies. */
+ /**
+ * Gets the resource collection API of SqlPoolConnectionPolicies.
+ *
+ * @return Resource collection API of SqlPoolConnectionPolicies.
+ */
public SqlPoolConnectionPolicies sqlPoolConnectionPolicies() {
if (this.sqlPoolConnectionPolicies == null) {
this.sqlPoolConnectionPolicies =
@@ -791,7 +912,11 @@ public SqlPoolConnectionPolicies sqlPoolConnectionPolicies() {
return sqlPoolConnectionPolicies;
}
- /** @return Resource collection API of SqlPoolVulnerabilityAssessments. */
+ /**
+ * Gets the resource collection API of SqlPoolVulnerabilityAssessments. It manages SqlPoolVulnerabilityAssessment.
+ *
+ * @return Resource collection API of SqlPoolVulnerabilityAssessments.
+ */
public SqlPoolVulnerabilityAssessments sqlPoolVulnerabilityAssessments() {
if (this.sqlPoolVulnerabilityAssessments == null) {
this.sqlPoolVulnerabilityAssessments =
@@ -800,7 +925,11 @@ public SqlPoolVulnerabilityAssessments sqlPoolVulnerabilityAssessments() {
return sqlPoolVulnerabilityAssessments;
}
- /** @return Resource collection API of SqlPoolVulnerabilityAssessmentScans. */
+ /**
+ * Gets the resource collection API of SqlPoolVulnerabilityAssessmentScans.
+ *
+ * @return Resource collection API of SqlPoolVulnerabilityAssessmentScans.
+ */
public SqlPoolVulnerabilityAssessmentScans sqlPoolVulnerabilityAssessmentScans() {
if (this.sqlPoolVulnerabilityAssessmentScans == null) {
this.sqlPoolVulnerabilityAssessmentScans =
@@ -810,7 +939,11 @@ public SqlPoolVulnerabilityAssessmentScans sqlPoolVulnerabilityAssessmentScans()
return sqlPoolVulnerabilityAssessmentScans;
}
- /** @return Resource collection API of SqlPoolSecurityAlertPolicies. */
+ /**
+ * Gets the resource collection API of SqlPoolSecurityAlertPolicies. It manages SqlPoolSecurityAlertPolicy.
+ *
+ * @return Resource collection API of SqlPoolSecurityAlertPolicies.
+ */
public SqlPoolSecurityAlertPolicies sqlPoolSecurityAlertPolicies() {
if (this.sqlPoolSecurityAlertPolicies == null) {
this.sqlPoolSecurityAlertPolicies =
@@ -819,7 +952,12 @@ public SqlPoolSecurityAlertPolicies sqlPoolSecurityAlertPolicies() {
return sqlPoolSecurityAlertPolicies;
}
- /** @return Resource collection API of SqlPoolVulnerabilityAssessmentRuleBaselines. */
+ /**
+ * Gets the resource collection API of SqlPoolVulnerabilityAssessmentRuleBaselines. It manages
+ * SqlPoolVulnerabilityAssessmentRuleBaseline.
+ *
+ * @return Resource collection API of SqlPoolVulnerabilityAssessmentRuleBaselines.
+ */
public SqlPoolVulnerabilityAssessmentRuleBaselines sqlPoolVulnerabilityAssessmentRuleBaselines() {
if (this.sqlPoolVulnerabilityAssessmentRuleBaselines == null) {
this.sqlPoolVulnerabilityAssessmentRuleBaselines =
@@ -829,7 +967,12 @@ public SqlPoolVulnerabilityAssessmentRuleBaselines sqlPoolVulnerabilityAssessmen
return sqlPoolVulnerabilityAssessmentRuleBaselines;
}
- /** @return Resource collection API of ExtendedSqlPoolBlobAuditingPolicies. */
+ /**
+ * Gets the resource collection API of ExtendedSqlPoolBlobAuditingPolicies. It manages
+ * ExtendedSqlPoolBlobAuditingPolicy.
+ *
+ * @return Resource collection API of ExtendedSqlPoolBlobAuditingPolicies.
+ */
public ExtendedSqlPoolBlobAuditingPolicies extendedSqlPoolBlobAuditingPolicies() {
if (this.extendedSqlPoolBlobAuditingPolicies == null) {
this.extendedSqlPoolBlobAuditingPolicies =
@@ -839,7 +982,11 @@ public ExtendedSqlPoolBlobAuditingPolicies extendedSqlPoolBlobAuditingPolicies()
return extendedSqlPoolBlobAuditingPolicies;
}
- /** @return Resource collection API of DataMaskingPolicies. */
+ /**
+ * Gets the resource collection API of DataMaskingPolicies. It manages DataMaskingPolicy.
+ *
+ * @return Resource collection API of DataMaskingPolicies.
+ */
public DataMaskingPolicies dataMaskingPolicies() {
if (this.dataMaskingPolicies == null) {
this.dataMaskingPolicies = new DataMaskingPoliciesImpl(clientObject.getDataMaskingPolicies(), this);
@@ -847,7 +994,11 @@ public DataMaskingPolicies dataMaskingPolicies() {
return dataMaskingPolicies;
}
- /** @return Resource collection API of DataMaskingRules. */
+ /**
+ * Gets the resource collection API of DataMaskingRules. It manages DataMaskingRule.
+ *
+ * @return Resource collection API of DataMaskingRules.
+ */
public DataMaskingRules dataMaskingRules() {
if (this.dataMaskingRules == null) {
this.dataMaskingRules = new DataMaskingRulesImpl(clientObject.getDataMaskingRules(), this);
@@ -855,7 +1006,11 @@ public DataMaskingRules dataMaskingRules() {
return dataMaskingRules;
}
- /** @return Resource collection API of SqlPoolColumns. */
+ /**
+ * Gets the resource collection API of SqlPoolColumns.
+ *
+ * @return Resource collection API of SqlPoolColumns.
+ */
public SqlPoolColumns sqlPoolColumns() {
if (this.sqlPoolColumns == null) {
this.sqlPoolColumns = new SqlPoolColumnsImpl(clientObject.getSqlPoolColumns(), this);
@@ -863,7 +1018,11 @@ public SqlPoolColumns sqlPoolColumns() {
return sqlPoolColumns;
}
- /** @return Resource collection API of SqlPoolWorkloadGroups. */
+ /**
+ * Gets the resource collection API of SqlPoolWorkloadGroups. It manages WorkloadGroup.
+ *
+ * @return Resource collection API of SqlPoolWorkloadGroups.
+ */
public SqlPoolWorkloadGroups sqlPoolWorkloadGroups() {
if (this.sqlPoolWorkloadGroups == null) {
this.sqlPoolWorkloadGroups = new SqlPoolWorkloadGroupsImpl(clientObject.getSqlPoolWorkloadGroups(), this);
@@ -871,7 +1030,11 @@ public SqlPoolWorkloadGroups sqlPoolWorkloadGroups() {
return sqlPoolWorkloadGroups;
}
- /** @return Resource collection API of SqlPoolWorkloadClassifiers. */
+ /**
+ * Gets the resource collection API of SqlPoolWorkloadClassifiers. It manages WorkloadClassifier.
+ *
+ * @return Resource collection API of SqlPoolWorkloadClassifiers.
+ */
public SqlPoolWorkloadClassifiers sqlPoolWorkloadClassifiers() {
if (this.sqlPoolWorkloadClassifiers == null) {
this.sqlPoolWorkloadClassifiers =
@@ -880,7 +1043,12 @@ public SqlPoolWorkloadClassifiers sqlPoolWorkloadClassifiers() {
return sqlPoolWorkloadClassifiers;
}
- /** @return Resource collection API of WorkspaceManagedSqlServerBlobAuditingPolicies. */
+ /**
+ * Gets the resource collection API of WorkspaceManagedSqlServerBlobAuditingPolicies. It manages
+ * ServerBlobAuditingPolicy.
+ *
+ * @return Resource collection API of WorkspaceManagedSqlServerBlobAuditingPolicies.
+ */
public WorkspaceManagedSqlServerBlobAuditingPolicies workspaceManagedSqlServerBlobAuditingPolicies() {
if (this.workspaceManagedSqlServerBlobAuditingPolicies == null) {
this.workspaceManagedSqlServerBlobAuditingPolicies =
@@ -890,7 +1058,12 @@ public WorkspaceManagedSqlServerBlobAuditingPolicies workspaceManagedSqlServerBl
return workspaceManagedSqlServerBlobAuditingPolicies;
}
- /** @return Resource collection API of WorkspaceManagedSqlServerExtendedBlobAuditingPolicies. */
+ /**
+ * Gets the resource collection API of WorkspaceManagedSqlServerExtendedBlobAuditingPolicies. It manages
+ * ExtendedServerBlobAuditingPolicy.
+ *
+ * @return Resource collection API of WorkspaceManagedSqlServerExtendedBlobAuditingPolicies.
+ */
public WorkspaceManagedSqlServerExtendedBlobAuditingPolicies
workspaceManagedSqlServerExtendedBlobAuditingPolicies() {
if (this.workspaceManagedSqlServerExtendedBlobAuditingPolicies == null) {
@@ -901,7 +1074,12 @@ public WorkspaceManagedSqlServerBlobAuditingPolicies workspaceManagedSqlServerBl
return workspaceManagedSqlServerExtendedBlobAuditingPolicies;
}
- /** @return Resource collection API of WorkspaceManagedSqlServerSecurityAlertPolicies. */
+ /**
+ * Gets the resource collection API of WorkspaceManagedSqlServerSecurityAlertPolicies. It manages
+ * ServerSecurityAlertPolicy.
+ *
+ * @return Resource collection API of WorkspaceManagedSqlServerSecurityAlertPolicies.
+ */
public WorkspaceManagedSqlServerSecurityAlertPolicies workspaceManagedSqlServerSecurityAlertPolicies() {
if (this.workspaceManagedSqlServerSecurityAlertPolicies == null) {
this.workspaceManagedSqlServerSecurityAlertPolicies =
@@ -911,7 +1089,12 @@ public WorkspaceManagedSqlServerSecurityAlertPolicies workspaceManagedSqlServerS
return workspaceManagedSqlServerSecurityAlertPolicies;
}
- /** @return Resource collection API of WorkspaceManagedSqlServerVulnerabilityAssessments. */
+ /**
+ * Gets the resource collection API of WorkspaceManagedSqlServerVulnerabilityAssessments. It manages
+ * ServerVulnerabilityAssessment.
+ *
+ * @return Resource collection API of WorkspaceManagedSqlServerVulnerabilityAssessments.
+ */
public WorkspaceManagedSqlServerVulnerabilityAssessments workspaceManagedSqlServerVulnerabilityAssessments() {
if (this.workspaceManagedSqlServerVulnerabilityAssessments == null) {
this.workspaceManagedSqlServerVulnerabilityAssessments =
@@ -921,7 +1104,12 @@ public WorkspaceManagedSqlServerVulnerabilityAssessments workspaceManagedSqlServ
return workspaceManagedSqlServerVulnerabilityAssessments;
}
- /** @return Resource collection API of WorkspaceManagedSqlServerEncryptionProtectors. */
+ /**
+ * Gets the resource collection API of WorkspaceManagedSqlServerEncryptionProtectors. It manages
+ * EncryptionProtector.
+ *
+ * @return Resource collection API of WorkspaceManagedSqlServerEncryptionProtectors.
+ */
public WorkspaceManagedSqlServerEncryptionProtectors workspaceManagedSqlServerEncryptionProtectors() {
if (this.workspaceManagedSqlServerEncryptionProtectors == null) {
this.workspaceManagedSqlServerEncryptionProtectors =
@@ -931,7 +1119,11 @@ public WorkspaceManagedSqlServerEncryptionProtectors workspaceManagedSqlServerEn
return workspaceManagedSqlServerEncryptionProtectors;
}
- /** @return Resource collection API of WorkspaceManagedSqlServerUsages. */
+ /**
+ * Gets the resource collection API of WorkspaceManagedSqlServerUsages.
+ *
+ * @return Resource collection API of WorkspaceManagedSqlServerUsages.
+ */
public WorkspaceManagedSqlServerUsages workspaceManagedSqlServerUsages() {
if (this.workspaceManagedSqlServerUsages == null) {
this.workspaceManagedSqlServerUsages =
@@ -940,7 +1132,11 @@ public WorkspaceManagedSqlServerUsages workspaceManagedSqlServerUsages() {
return workspaceManagedSqlServerUsages;
}
- /** @return Resource collection API of WorkspaceManagedSqlServerRecoverableSqlPools. */
+ /**
+ * Gets the resource collection API of WorkspaceManagedSqlServerRecoverableSqlPools.
+ *
+ * @return Resource collection API of WorkspaceManagedSqlServerRecoverableSqlPools.
+ */
public WorkspaceManagedSqlServerRecoverableSqlPools workspaceManagedSqlServerRecoverableSqlPools() {
if (this.workspaceManagedSqlServerRecoverableSqlPools == null) {
this.workspaceManagedSqlServerRecoverableSqlPools =
@@ -950,7 +1146,11 @@ public WorkspaceManagedSqlServerRecoverableSqlPools workspaceManagedSqlServerRec
return workspaceManagedSqlServerRecoverableSqlPools;
}
- /** @return Resource collection API of WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettings. */
+ /**
+ * Gets the resource collection API of WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettings.
+ *
+ * @return Resource collection API of WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettings.
+ */
public WorkspaceManagedSqlServerDedicatedSqlMinimalTlsSettings
workspaceManagedSqlServerDedicatedSqlMinimalTlsSettings() {
if (this.workspaceManagedSqlServerDedicatedSqlMinimalTlsSettings == null) {
@@ -961,7 +1161,11 @@ public WorkspaceManagedSqlServerRecoverableSqlPools workspaceManagedSqlServerRec
return workspaceManagedSqlServerDedicatedSqlMinimalTlsSettings;
}
- /** @return Resource collection API of Workspaces. */
+ /**
+ * Gets the resource collection API of Workspaces. It manages Workspace.
+ *
+ * @return Resource collection API of Workspaces.
+ */
public Workspaces workspaces() {
if (this.workspaces == null) {
this.workspaces = new WorkspacesImpl(clientObject.getWorkspaces(), this);
@@ -969,7 +1173,11 @@ public Workspaces workspaces() {
return workspaces;
}
- /** @return Resource collection API of WorkspaceAadAdmins. */
+ /**
+ * Gets the resource collection API of WorkspaceAadAdmins.
+ *
+ * @return Resource collection API of WorkspaceAadAdmins.
+ */
public WorkspaceAadAdmins workspaceAadAdmins() {
if (this.workspaceAadAdmins == null) {
this.workspaceAadAdmins = new WorkspaceAadAdminsImpl(clientObject.getWorkspaceAadAdmins(), this);
@@ -977,7 +1185,11 @@ public WorkspaceAadAdmins workspaceAadAdmins() {
return workspaceAadAdmins;
}
- /** @return Resource collection API of WorkspaceSqlAadAdmins. */
+ /**
+ * Gets the resource collection API of WorkspaceSqlAadAdmins.
+ *
+ * @return Resource collection API of WorkspaceSqlAadAdmins.
+ */
public WorkspaceSqlAadAdmins workspaceSqlAadAdmins() {
if (this.workspaceSqlAadAdmins == null) {
this.workspaceSqlAadAdmins = new WorkspaceSqlAadAdminsImpl(clientObject.getWorkspaceSqlAadAdmins(), this);
@@ -985,7 +1197,11 @@ public WorkspaceSqlAadAdmins workspaceSqlAadAdmins() {
return workspaceSqlAadAdmins;
}
- /** @return Resource collection API of WorkspaceManagedIdentitySqlControlSettings. */
+ /**
+ * Gets the resource collection API of WorkspaceManagedIdentitySqlControlSettings.
+ *
+ * @return Resource collection API of WorkspaceManagedIdentitySqlControlSettings.
+ */
public WorkspaceManagedIdentitySqlControlSettings workspaceManagedIdentitySqlControlSettings() {
if (this.workspaceManagedIdentitySqlControlSettings == null) {
this.workspaceManagedIdentitySqlControlSettings =
@@ -995,7 +1211,11 @@ public WorkspaceManagedIdentitySqlControlSettings workspaceManagedIdentitySqlCon
return workspaceManagedIdentitySqlControlSettings;
}
- /** @return Resource collection API of RestorableDroppedSqlPools. */
+ /**
+ * Gets the resource collection API of RestorableDroppedSqlPools.
+ *
+ * @return Resource collection API of RestorableDroppedSqlPools.
+ */
public RestorableDroppedSqlPools restorableDroppedSqlPools() {
if (this.restorableDroppedSqlPools == null) {
this.restorableDroppedSqlPools =
@@ -1004,7 +1224,11 @@ public RestorableDroppedSqlPools restorableDroppedSqlPools() {
return restorableDroppedSqlPools;
}
- /** @return Resource collection API of BigDataPools. */
+ /**
+ * Gets the resource collection API of BigDataPools. It manages BigDataPoolResourceInfo.
+ *
+ * @return Resource collection API of BigDataPools.
+ */
public BigDataPools bigDataPools() {
if (this.bigDataPools == null) {
this.bigDataPools = new BigDataPoolsImpl(clientObject.getBigDataPools(), this);
@@ -1012,7 +1236,11 @@ public BigDataPools bigDataPools() {
return bigDataPools;
}
- /** @return Resource collection API of Libraries. */
+ /**
+ * Gets the resource collection API of Libraries.
+ *
+ * @return Resource collection API of Libraries.
+ */
public Libraries libraries() {
if (this.libraries == null) {
this.libraries = new LibrariesImpl(clientObject.getLibraries(), this);
@@ -1020,7 +1248,11 @@ public Libraries libraries() {
return libraries;
}
- /** @return Resource collection API of LibrariesOperations. */
+ /**
+ * Gets the resource collection API of LibrariesOperations.
+ *
+ * @return Resource collection API of LibrariesOperations.
+ */
public LibrariesOperations librariesOperations() {
if (this.librariesOperations == null) {
this.librariesOperations = new LibrariesOperationsImpl(clientObject.getLibrariesOperations(), this);
@@ -1028,7 +1260,11 @@ public LibrariesOperations librariesOperations() {
return librariesOperations;
}
- /** @return Resource collection API of IntegrationRuntimes. */
+ /**
+ * Gets the resource collection API of IntegrationRuntimes. It manages IntegrationRuntimeResource.
+ *
+ * @return Resource collection API of IntegrationRuntimes.
+ */
public IntegrationRuntimes integrationRuntimes() {
if (this.integrationRuntimes == null) {
this.integrationRuntimes = new IntegrationRuntimesImpl(clientObject.getIntegrationRuntimes(), this);
@@ -1036,7 +1272,11 @@ public IntegrationRuntimes integrationRuntimes() {
return integrationRuntimes;
}
- /** @return Resource collection API of IntegrationRuntimeNodeIpAddressOperations. */
+ /**
+ * Gets the resource collection API of IntegrationRuntimeNodeIpAddressOperations.
+ *
+ * @return Resource collection API of IntegrationRuntimeNodeIpAddressOperations.
+ */
public IntegrationRuntimeNodeIpAddressOperations integrationRuntimeNodeIpAddressOperations() {
if (this.integrationRuntimeNodeIpAddressOperations == null) {
this.integrationRuntimeNodeIpAddressOperations =
@@ -1046,7 +1286,11 @@ public IntegrationRuntimeNodeIpAddressOperations integrationRuntimeNodeIpAddress
return integrationRuntimeNodeIpAddressOperations;
}
- /** @return Resource collection API of IntegrationRuntimeObjectMetadatas. */
+ /**
+ * Gets the resource collection API of IntegrationRuntimeObjectMetadatas.
+ *
+ * @return Resource collection API of IntegrationRuntimeObjectMetadatas.
+ */
public IntegrationRuntimeObjectMetadatas integrationRuntimeObjectMetadatas() {
if (this.integrationRuntimeObjectMetadatas == null) {
this.integrationRuntimeObjectMetadatas =
@@ -1055,7 +1299,11 @@ public IntegrationRuntimeObjectMetadatas integrationRuntimeObjectMetadatas() {
return integrationRuntimeObjectMetadatas;
}
- /** @return Resource collection API of IntegrationRuntimeNodes. */
+ /**
+ * Gets the resource collection API of IntegrationRuntimeNodes.
+ *
+ * @return Resource collection API of IntegrationRuntimeNodes.
+ */
public IntegrationRuntimeNodes integrationRuntimeNodes() {
if (this.integrationRuntimeNodes == null) {
this.integrationRuntimeNodes =
@@ -1064,7 +1312,11 @@ public IntegrationRuntimeNodes integrationRuntimeNodes() {
return integrationRuntimeNodes;
}
- /** @return Resource collection API of IntegrationRuntimeCredentials. */
+ /**
+ * Gets the resource collection API of IntegrationRuntimeCredentials.
+ *
+ * @return Resource collection API of IntegrationRuntimeCredentials.
+ */
public IntegrationRuntimeCredentials integrationRuntimeCredentials() {
if (this.integrationRuntimeCredentials == null) {
this.integrationRuntimeCredentials =
@@ -1073,7 +1325,11 @@ public IntegrationRuntimeCredentials integrationRuntimeCredentials() {
return integrationRuntimeCredentials;
}
- /** @return Resource collection API of IntegrationRuntimeConnectionInfos. */
+ /**
+ * Gets the resource collection API of IntegrationRuntimeConnectionInfos.
+ *
+ * @return Resource collection API of IntegrationRuntimeConnectionInfos.
+ */
public IntegrationRuntimeConnectionInfos integrationRuntimeConnectionInfos() {
if (this.integrationRuntimeConnectionInfos == null) {
this.integrationRuntimeConnectionInfos =
@@ -1082,7 +1338,11 @@ public IntegrationRuntimeConnectionInfos integrationRuntimeConnectionInfos() {
return integrationRuntimeConnectionInfos;
}
- /** @return Resource collection API of IntegrationRuntimeAuthKeysOperations. */
+ /**
+ * Gets the resource collection API of IntegrationRuntimeAuthKeysOperations.
+ *
+ * @return Resource collection API of IntegrationRuntimeAuthKeysOperations.
+ */
public IntegrationRuntimeAuthKeysOperations integrationRuntimeAuthKeysOperations() {
if (this.integrationRuntimeAuthKeysOperations == null) {
this.integrationRuntimeAuthKeysOperations =
@@ -1092,7 +1352,11 @@ public IntegrationRuntimeAuthKeysOperations integrationRuntimeAuthKeysOperations
return integrationRuntimeAuthKeysOperations;
}
- /** @return Resource collection API of IntegrationRuntimeMonitoringDatas. */
+ /**
+ * Gets the resource collection API of IntegrationRuntimeMonitoringDatas.
+ *
+ * @return Resource collection API of IntegrationRuntimeMonitoringDatas.
+ */
public IntegrationRuntimeMonitoringDatas integrationRuntimeMonitoringDatas() {
if (this.integrationRuntimeMonitoringDatas == null) {
this.integrationRuntimeMonitoringDatas =
@@ -1101,7 +1365,11 @@ public IntegrationRuntimeMonitoringDatas integrationRuntimeMonitoringDatas() {
return integrationRuntimeMonitoringDatas;
}
- /** @return Resource collection API of IntegrationRuntimeStatusOperations. */
+ /**
+ * Gets the resource collection API of IntegrationRuntimeStatusOperations.
+ *
+ * @return Resource collection API of IntegrationRuntimeStatusOperations.
+ */
public IntegrationRuntimeStatusOperations integrationRuntimeStatusOperations() {
if (this.integrationRuntimeStatusOperations == null) {
this.integrationRuntimeStatusOperations =
@@ -1110,7 +1378,23 @@ public IntegrationRuntimeStatusOperations integrationRuntimeStatusOperations() {
return integrationRuntimeStatusOperations;
}
- /** @return Resource collection API of SparkConfigurations. */
+ /**
+ * Gets the resource collection API of Gets.
+ *
+ * @return Resource collection API of Gets.
+ */
+ public Gets gets() {
+ if (this.gets == null) {
+ this.gets = new GetsImpl(clientObject.getGets(), this);
+ }
+ return gets;
+ }
+
+ /**
+ * Gets the resource collection API of SparkConfigurations.
+ *
+ * @return Resource collection API of SparkConfigurations.
+ */
public SparkConfigurations sparkConfigurations() {
if (this.sparkConfigurations == null) {
this.sparkConfigurations = new SparkConfigurationsImpl(clientObject.getSparkConfigurations(), this);
@@ -1118,7 +1402,11 @@ public SparkConfigurations sparkConfigurations() {
return sparkConfigurations;
}
- /** @return Resource collection API of SparkConfigurationsOperations. */
+ /**
+ * Gets the resource collection API of SparkConfigurationsOperations.
+ *
+ * @return Resource collection API of SparkConfigurationsOperations.
+ */
public SparkConfigurationsOperations sparkConfigurationsOperations() {
if (this.sparkConfigurationsOperations == null) {
this.sparkConfigurationsOperations =
@@ -1127,7 +1415,11 @@ public SparkConfigurationsOperations sparkConfigurationsOperations() {
return sparkConfigurationsOperations;
}
- /** @return Resource collection API of KustoOperations. */
+ /**
+ * Gets the resource collection API of KustoOperations.
+ *
+ * @return Resource collection API of KustoOperations.
+ */
public KustoOperations kustoOperations() {
if (this.kustoOperations == null) {
this.kustoOperations = new KustoOperationsImpl(clientObject.getKustoOperations(), this);
@@ -1135,7 +1427,11 @@ public KustoOperations kustoOperations() {
return kustoOperations;
}
- /** @return Resource collection API of KustoPools. */
+ /**
+ * Gets the resource collection API of KustoPools. It manages KustoPool.
+ *
+ * @return Resource collection API of KustoPools.
+ */
public KustoPools kustoPools() {
if (this.kustoPools == null) {
this.kustoPools = new KustoPoolsImpl(clientObject.getKustoPools(), this);
@@ -1143,7 +1439,11 @@ public KustoPools kustoPools() {
return kustoPools;
}
- /** @return Resource collection API of KustoPoolChildResources. */
+ /**
+ * Gets the resource collection API of KustoPoolChildResources.
+ *
+ * @return Resource collection API of KustoPoolChildResources.
+ */
public KustoPoolChildResources kustoPoolChildResources() {
if (this.kustoPoolChildResources == null) {
this.kustoPoolChildResources =
@@ -1152,7 +1452,12 @@ public KustoPoolChildResources kustoPoolChildResources() {
return kustoPoolChildResources;
}
- /** @return Resource collection API of KustoPoolAttachedDatabaseConfigurations. */
+ /**
+ * Gets the resource collection API of KustoPoolAttachedDatabaseConfigurations. It manages
+ * AttachedDatabaseConfiguration.
+ *
+ * @return Resource collection API of KustoPoolAttachedDatabaseConfigurations.
+ */
public KustoPoolAttachedDatabaseConfigurations kustoPoolAttachedDatabaseConfigurations() {
if (this.kustoPoolAttachedDatabaseConfigurations == null) {
this.kustoPoolAttachedDatabaseConfigurations =
@@ -1162,7 +1467,11 @@ public KustoPoolAttachedDatabaseConfigurations kustoPoolAttachedDatabaseConfigur
return kustoPoolAttachedDatabaseConfigurations;
}
- /** @return Resource collection API of KustoPoolDatabases. */
+ /**
+ * Gets the resource collection API of KustoPoolDatabases.
+ *
+ * @return Resource collection API of KustoPoolDatabases.
+ */
public KustoPoolDatabases kustoPoolDatabases() {
if (this.kustoPoolDatabases == null) {
this.kustoPoolDatabases = new KustoPoolDatabasesImpl(clientObject.getKustoPoolDatabases(), this);
@@ -1170,7 +1479,11 @@ public KustoPoolDatabases kustoPoolDatabases() {
return kustoPoolDatabases;
}
- /** @return Resource collection API of KustoPoolDataConnections. */
+ /**
+ * Gets the resource collection API of KustoPoolDataConnections.
+ *
+ * @return Resource collection API of KustoPoolDataConnections.
+ */
public KustoPoolDataConnections kustoPoolDataConnections() {
if (this.kustoPoolDataConnections == null) {
this.kustoPoolDataConnections =
@@ -1179,7 +1492,11 @@ public KustoPoolDataConnections kustoPoolDataConnections() {
return kustoPoolDataConnections;
}
- /** @return Resource collection API of KustoPoolPrincipalAssignments. */
+ /**
+ * Gets the resource collection API of KustoPoolPrincipalAssignments. It manages ClusterPrincipalAssignment.
+ *
+ * @return Resource collection API of KustoPoolPrincipalAssignments.
+ */
public KustoPoolPrincipalAssignments kustoPoolPrincipalAssignments() {
if (this.kustoPoolPrincipalAssignments == null) {
this.kustoPoolPrincipalAssignments =
@@ -1188,7 +1505,12 @@ public KustoPoolPrincipalAssignments kustoPoolPrincipalAssignments() {
return kustoPoolPrincipalAssignments;
}
- /** @return Resource collection API of KustoPoolDatabasePrincipalAssignments. */
+ /**
+ * Gets the resource collection API of KustoPoolDatabasePrincipalAssignments. It manages
+ * DatabasePrincipalAssignment.
+ *
+ * @return Resource collection API of KustoPoolDatabasePrincipalAssignments.
+ */
public KustoPoolDatabasePrincipalAssignments kustoPoolDatabasePrincipalAssignments() {
if (this.kustoPoolDatabasePrincipalAssignments == null) {
this.kustoPoolDatabasePrincipalAssignments =
@@ -1198,6 +1520,20 @@ public KustoPoolDatabasePrincipalAssignments kustoPoolDatabasePrincipalAssignmen
return kustoPoolDatabasePrincipalAssignments;
}
+ /**
+ * Gets the resource collection API of KustoPoolPrivateLinkResourcesOperations.
+ *
+ * @return Resource collection API of KustoPoolPrivateLinkResourcesOperations.
+ */
+ public KustoPoolPrivateLinkResourcesOperations kustoPoolPrivateLinkResourcesOperations() {
+ if (this.kustoPoolPrivateLinkResourcesOperations == null) {
+ this.kustoPoolPrivateLinkResourcesOperations =
+ new KustoPoolPrivateLinkResourcesOperationsImpl(
+ clientObject.getKustoPoolPrivateLinkResourcesOperations(), this);
+ }
+ return kustoPoolPrivateLinkResourcesOperations;
+ }
+
/**
* @return Wrapped service client SynapseManagementClient providing direct access to the underlying auto-generated
* API implementation, based on Azure REST API.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/AzureADOnlyAuthenticationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/AzureADOnlyAuthenticationsClient.java
index 779e4ca1ab99..156a684d9431 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/AzureADOnlyAuthenticationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/AzureADOnlyAuthenticationsClient.java
@@ -17,41 +17,47 @@
/** An instance of this class provides access to all the operations defined in AzureADOnlyAuthenticationsClient. */
public interface AzureADOnlyAuthenticationsClient {
/**
- * Gets a Azure Active Directory only authentication property.
+ * Get Azure Active Directory only authentication property
+ *
+ * Gets a Azure Active Directory only authentication property.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param azureADOnlyAuthenticationName name of the property.
+ * @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 a Azure Active Directory only authentication property.
+ * @return a Azure Active Directory only authentication property along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- AzureADOnlyAuthenticationInner get(
- String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName);
+ Response getWithResponse(
+ String resourceGroupName,
+ String workspaceName,
+ AzureADOnlyAuthenticationName azureADOnlyAuthenticationName,
+ Context context);
/**
- * Gets a Azure Active Directory only authentication property.
+ * Get Azure Active Directory only authentication property
+ *
+ * Gets a Azure Active Directory only authentication property.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param azureADOnlyAuthenticationName name of the property.
- * @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 a Azure Active Directory only authentication property along with {@link Response}.
+ * @return a Azure Active Directory only authentication property.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName,
- String workspaceName,
- AzureADOnlyAuthenticationName azureADOnlyAuthenticationName,
- Context context);
+ AzureADOnlyAuthenticationInner get(
+ String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName);
/**
- * Create or Update a Azure Active Directory only authentication property for the workspaces.
+ * Create or Update Azure Active Directory only authentication property
+ *
+ * Create or Update a Azure Active Directory only authentication property for the workspaces.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -70,7 +76,9 @@ SyncPoller, AzureADOnlyAuthentication
AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo);
/**
- * Create or Update a Azure Active Directory only authentication property for the workspaces.
+ * Create or Update Azure Active Directory only authentication property
+ *
+ * Create or Update a Azure Active Directory only authentication property for the workspaces.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -91,7 +99,9 @@ SyncPoller, AzureADOnlyAuthentication
Context context);
/**
- * Create or Update a Azure Active Directory only authentication property for the workspaces.
+ * Create or Update Azure Active Directory only authentication property
+ *
+ * Create or Update a Azure Active Directory only authentication property for the workspaces.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -110,7 +120,9 @@ AzureADOnlyAuthenticationInner create(
AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo);
/**
- * Create or Update a Azure Active Directory only authentication property for the workspaces.
+ * Create or Update Azure Active Directory only authentication property
+ *
+ *
Create or Update a Azure Active Directory only authentication property for the workspaces.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -131,7 +143,9 @@ AzureADOnlyAuthenticationInner create(
Context context);
/**
- * Gets a list of Azure Active Directory only authentication property for a workspace.
+ * Gets a list of Azure Active Directory only authentication property
+ *
+ *
Gets a list of Azure Active Directory only authentication property for a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -145,7 +159,9 @@ AzureADOnlyAuthenticationInner create(
PagedIterable list(String resourceGroupName, String workspaceName);
/**
- * Gets a list of Azure Active Directory only authentication property for a workspace.
+ * Gets a list of Azure Active Directory only authentication property
+ *
+ * Gets a list of Azure Active Directory only authentication property for a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/BigDataPoolsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/BigDataPoolsClient.java
index 3f20d15e2db1..fa656e653476 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/BigDataPoolsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/BigDataPoolsClient.java
@@ -17,21 +17,9 @@
/** An instance of this class provides access to all the operations defined in BigDataPoolsClient. */
public interface BigDataPoolsClient {
/**
- * Get a Big Data pool.
+ * Get Big Data pool
*
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param workspaceName The name of the workspace.
- * @param bigDataPoolName Big Data pool name.
- * @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 a Big Data pool.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- BigDataPoolResourceInfoInner get(String resourceGroupName, String workspaceName, String bigDataPoolName);
-
- /**
- * Get a Big Data pool.
+ *
Get a Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -47,26 +35,25 @@ Response getWithResponse(
String resourceGroupName, String workspaceName, String bigDataPoolName, Context context);
/**
- * Patch a Big Data pool.
+ * Get Big Data pool
+ *
+ * Get a Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param bigDataPoolName Big Data pool name.
- * @param bigDataPoolPatchInfo The updated Big Data pool properties.
* @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 big Data pool.
+ * @return a Big Data pool.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- BigDataPoolResourceInfoInner update(
- String resourceGroupName,
- String workspaceName,
- String bigDataPoolName,
- BigDataPoolPatchInfo bigDataPoolPatchInfo);
+ BigDataPoolResourceInfoInner get(String resourceGroupName, String workspaceName, String bigDataPoolName);
/**
- * Patch a Big Data pool.
+ * Update a Big Data pool.
+ *
+ *
Patch a Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -87,35 +74,35 @@ Response updateWithResponse(
Context context);
/**
- * Create a new Big Data pool.
+ * Update a Big Data pool.
+ *
+ * Patch a Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param bigDataPoolName Big Data pool name.
- * @param bigDataPoolInfo The Big Data pool to create.
- * @param force Whether to stop any running jobs in the Big Data pool.
+ * @param bigDataPoolPatchInfo The updated Big Data pool properties.
* @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 SyncPoller} for polling of big Data pool.
+ * @return big Data pool.
*/
- @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller, BigDataPoolResourceInfoInner> beginCreateOrUpdate(
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ BigDataPoolResourceInfoInner update(
String resourceGroupName,
String workspaceName,
String bigDataPoolName,
- BigDataPoolResourceInfoInner bigDataPoolInfo,
- Boolean force);
+ BigDataPoolPatchInfo bigDataPoolPatchInfo);
/**
- * Create a new Big Data pool.
+ * Create a Big Data pool.
+ *
+ * Create a new Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param bigDataPoolName Big Data pool name.
* @param bigDataPoolInfo The Big Data pool to create.
- * @param force Whether to stop any running jobs in the Big Data pool.
- * @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.
@@ -126,33 +113,37 @@ SyncPoller, BigDataPoolResourceInfoInne
String resourceGroupName,
String workspaceName,
String bigDataPoolName,
- BigDataPoolResourceInfoInner bigDataPoolInfo,
- Boolean force,
- Context context);
+ BigDataPoolResourceInfoInner bigDataPoolInfo);
/**
- * Create a new Big Data pool.
+ * Create a Big Data pool.
+ *
+ * Create a new Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param bigDataPoolName Big Data pool name.
* @param bigDataPoolInfo The Big Data pool to create.
* @param force Whether to stop any running jobs in the Big Data pool.
+ * @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 big Data pool.
+ * @return the {@link SyncPoller} for polling of big Data pool.
*/
- @ServiceMethod(returns = ReturnType.SINGLE)
- BigDataPoolResourceInfoInner createOrUpdate(
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, BigDataPoolResourceInfoInner> beginCreateOrUpdate(
String resourceGroupName,
String workspaceName,
String bigDataPoolName,
BigDataPoolResourceInfoInner bigDataPoolInfo,
- Boolean force);
+ Boolean force,
+ Context context);
/**
- * Create a new Big Data pool.
+ * Create a Big Data pool.
+ *
+ * Create a new Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -171,7 +162,9 @@ BigDataPoolResourceInfoInner createOrUpdate(
BigDataPoolResourceInfoInner bigDataPoolInfo);
/**
- * Create a new Big Data pool.
+ * Create a Big Data pool.
+ *
+ *
Create a new Big Data pool.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -194,7 +187,9 @@ BigDataPoolResourceInfoInner createOrUpdate(
Context context);
/**
- * Delete a Big Data pool from the workspace.
+ * Delete a Big Data pool.
+ *
+ *
Delete a Big Data pool from the workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -202,14 +197,16 @@ BigDataPoolResourceInfoInner createOrUpdate(
* @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 SyncPoller} for polling of any object.
+ * @return the {@link SyncPoller} for polling of big Data pool.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller, Object> beginDelete(
+ SyncPoller, BigDataPoolResourceInfoInner> beginDelete(
String resourceGroupName, String workspaceName, String bigDataPoolName);
/**
- * Delete a Big Data pool from the workspace.
+ * Delete a Big Data pool.
+ *
+ * Delete a Big Data pool from the workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -218,14 +215,16 @@ SyncPoller, Object> beginDelete(
* @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 SyncPoller} for polling of any object.
+ * @return the {@link SyncPoller} for polling of big Data pool.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller, Object> beginDelete(
+ SyncPoller, BigDataPoolResourceInfoInner> beginDelete(
String resourceGroupName, String workspaceName, String bigDataPoolName, Context context);
/**
- * Delete a Big Data pool from the workspace.
+ * Delete a Big Data pool.
+ *
+ * Delete a Big Data pool from the workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -233,13 +232,15 @@ SyncPoller, Object> beginDelete(
* @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 any object.
+ * @return big Data pool.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Object delete(String resourceGroupName, String workspaceName, String bigDataPoolName);
+ BigDataPoolResourceInfoInner delete(String resourceGroupName, String workspaceName, String bigDataPoolName);
/**
- * Delete a Big Data pool from the workspace.
+ * Delete a Big Data pool.
+ *
+ * Delete a Big Data pool from the workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -248,13 +249,16 @@ SyncPoller, Object> beginDelete(
* @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 any object.
+ * @return big Data pool.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Object delete(String resourceGroupName, String workspaceName, String bigDataPoolName, Context context);
+ BigDataPoolResourceInfoInner delete(
+ String resourceGroupName, String workspaceName, String bigDataPoolName, Context context);
/**
- * List Big Data pools in a workspace.
+ * List the Big Data pools in a workspace.
+ *
+ * List Big Data pools in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -267,7 +271,9 @@ SyncPoller, Object> beginDelete(
PagedIterable listByWorkspace(String resourceGroupName, String workspaceName);
/**
- * List Big Data pools in a workspace.
+ * List the Big Data pools in a workspace.
+ *
+ * List Big Data pools in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/DataMaskingPoliciesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/DataMaskingPoliciesClient.java
index 4488e67b3f83..719837c1364a 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/DataMaskingPoliciesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/DataMaskingPoliciesClient.java
@@ -19,14 +19,19 @@ public interface DataMaskingPoliciesClient {
* @param workspaceName The name of the workspace.
* @param sqlPoolName SQL pool name.
* @param parameters Parameters for creating or updating a data masking policy.
+ * @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 response.
+ * @return the response body along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DataMaskingPolicyInner createOrUpdate(
- String resourceGroupName, String workspaceName, String sqlPoolName, DataMaskingPolicyInner parameters);
+ Response createOrUpdateWithResponse(
+ String resourceGroupName,
+ String workspaceName,
+ String sqlPoolName,
+ DataMaskingPolicyInner parameters,
+ Context context);
/**
* Creates or updates a Sql pool data masking policy.
@@ -35,19 +40,14 @@ DataMaskingPolicyInner createOrUpdate(
* @param workspaceName The name of the workspace.
* @param sqlPoolName SQL pool name.
* @param parameters Parameters for creating or updating a data masking policy.
- * @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 response body along with {@link Response}.
+ * @return the response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
- String resourceGroupName,
- String workspaceName,
- String sqlPoolName,
- DataMaskingPolicyInner parameters,
- Context context);
+ DataMaskingPolicyInner createOrUpdate(
+ String resourceGroupName, String workspaceName, String sqlPoolName, DataMaskingPolicyInner parameters);
/**
* Gets a Sql pool data masking policy.
@@ -55,13 +55,15 @@ Response createOrUpdateWithResponse(
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param sqlPoolName SQL pool name.
+ * @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 a Sql pool data masking policy.
+ * @return a Sql pool data masking policy along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DataMaskingPolicyInner get(String resourceGroupName, String workspaceName, String sqlPoolName);
+ Response getWithResponse(
+ String resourceGroupName, String workspaceName, String sqlPoolName, Context context);
/**
* Gets a Sql pool data masking policy.
@@ -69,13 +71,11 @@ Response createOrUpdateWithResponse(
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param sqlPoolName SQL pool name.
- * @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 a Sql pool data masking policy along with {@link Response}.
+ * @return a Sql pool data masking policy.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String workspaceName, String sqlPoolName, Context context);
+ DataMaskingPolicyInner get(String resourceGroupName, String workspaceName, String sqlPoolName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/DataMaskingRulesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/DataMaskingRulesClient.java
index 6843b73f4055..6889c5fd45b4 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/DataMaskingRulesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/DataMaskingRulesClient.java
@@ -21,18 +21,20 @@ public interface DataMaskingRulesClient {
* @param sqlPoolName SQL pool name.
* @param dataMaskingRuleName The name of the data masking rule.
* @param parameters The required parameters for creating or updating a data masking rule.
+ * @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 represents a Sql pool data masking rule.
+ * @return represents a Sql pool data masking rule along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DataMaskingRuleInner createOrUpdate(
+ Response createOrUpdateWithResponse(
String resourceGroupName,
String workspaceName,
String sqlPoolName,
String dataMaskingRuleName,
- DataMaskingRuleInner parameters);
+ DataMaskingRuleInner parameters,
+ Context context);
/**
* Creates or updates a Sql pool data masking rule.
@@ -42,20 +44,18 @@ DataMaskingRuleInner createOrUpdate(
* @param sqlPoolName SQL pool name.
* @param dataMaskingRuleName The name of the data masking rule.
* @param parameters The required parameters for creating or updating a data masking rule.
- * @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 represents a Sql pool data masking rule along with {@link Response}.
+ * @return represents a Sql pool data masking rule.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
+ DataMaskingRuleInner createOrUpdate(
String resourceGroupName,
String workspaceName,
String sqlPoolName,
String dataMaskingRuleName,
- DataMaskingRuleInner parameters,
- Context context);
+ DataMaskingRuleInner parameters);
/**
* Gets the specific Sql pool data masking rule.
@@ -64,14 +64,19 @@ Response createOrUpdateWithResponse(
* @param workspaceName The name of the workspace.
* @param sqlPoolName SQL pool name.
* @param dataMaskingRuleName The name of the data masking rule.
+ * @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 specific Sql pool data masking rule.
+ * @return the specific Sql pool data masking rule along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DataMaskingRuleInner get(
- String resourceGroupName, String workspaceName, String sqlPoolName, String dataMaskingRuleName);
+ Response getWithResponse(
+ String resourceGroupName,
+ String workspaceName,
+ String sqlPoolName,
+ String dataMaskingRuleName,
+ Context context);
/**
* Gets the specific Sql pool data masking rule.
@@ -80,19 +85,14 @@ DataMaskingRuleInner get(
* @param workspaceName The name of the workspace.
* @param sqlPoolName SQL pool name.
* @param dataMaskingRuleName The name of the data masking rule.
- * @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 specific Sql pool data masking rule along with {@link Response}.
+ * @return the specific Sql pool data masking rule.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName,
- String workspaceName,
- String sqlPoolName,
- String dataMaskingRuleName,
- Context context);
+ DataMaskingRuleInner get(
+ String resourceGroupName, String workspaceName, String sqlPoolName, String dataMaskingRuleName);
/**
* Gets a list of Sql pool data masking rules.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/ExtendedSqlPoolBlobAuditingPoliciesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/ExtendedSqlPoolBlobAuditingPoliciesClient.java
index e1fbb82044c5..c2952f759fcf 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/ExtendedSqlPoolBlobAuditingPoliciesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/ExtendedSqlPoolBlobAuditingPoliciesClient.java
@@ -21,13 +21,15 @@ public interface ExtendedSqlPoolBlobAuditingPoliciesClient {
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param sqlPoolName SQL pool name.
+ * @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 an extended Sql pool's blob auditing policy.
+ * @return an extended Sql pool's blob auditing policy along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ExtendedSqlPoolBlobAuditingPolicyInner get(String resourceGroupName, String workspaceName, String sqlPoolName);
+ Response getWithResponse(
+ String resourceGroupName, String workspaceName, String sqlPoolName, Context context);
/**
* Gets an extended Sql pool's blob auditing policy.
@@ -35,15 +37,13 @@ public interface ExtendedSqlPoolBlobAuditingPoliciesClient {
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param sqlPoolName SQL pool name.
- * @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 an extended Sql pool's blob auditing policy along with {@link Response}.
+ * @return an extended Sql pool's blob auditing policy.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String workspaceName, String sqlPoolName, Context context);
+ ExtendedSqlPoolBlobAuditingPolicyInner get(String resourceGroupName, String workspaceName, String sqlPoolName);
/**
* Creates or updates an extended Sql pool's blob auditing policy.
@@ -52,17 +52,19 @@ Response getWithResponse(
* @param workspaceName The name of the workspace.
* @param sqlPoolName SQL pool name.
* @param parameters The extended Sql pool blob auditing policy.
+ * @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 an extended Sql pool blob auditing policy.
+ * @return an extended Sql pool blob auditing policy along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ExtendedSqlPoolBlobAuditingPolicyInner createOrUpdate(
+ Response createOrUpdateWithResponse(
String resourceGroupName,
String workspaceName,
String sqlPoolName,
- ExtendedSqlPoolBlobAuditingPolicyInner parameters);
+ ExtendedSqlPoolBlobAuditingPolicyInner parameters,
+ Context context);
/**
* Creates or updates an extended Sql pool's blob auditing policy.
@@ -71,19 +73,17 @@ ExtendedSqlPoolBlobAuditingPolicyInner createOrUpdate(
* @param workspaceName The name of the workspace.
* @param sqlPoolName SQL pool name.
* @param parameters The extended Sql pool blob auditing policy.
- * @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 an extended Sql pool blob auditing policy along with {@link Response}.
+ * @return an extended Sql pool blob auditing policy.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
+ ExtendedSqlPoolBlobAuditingPolicyInner createOrUpdate(
String resourceGroupName,
String workspaceName,
String sqlPoolName,
- ExtendedSqlPoolBlobAuditingPolicyInner parameters,
- Context context);
+ ExtendedSqlPoolBlobAuditingPolicyInner parameters);
/**
* Lists extended auditing settings of a Sql pool.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/GetsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/GetsClient.java
new file mode 100644
index 000000000000..f491a1221278
--- /dev/null
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/GetsClient.java
@@ -0,0 +1,103 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.synapse.fluent;
+
+import com.azure.core.annotation.ReturnType;
+import com.azure.core.annotation.ServiceMethod;
+import com.azure.core.http.rest.Response;
+import com.azure.core.util.Context;
+import com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeOperationStatusInner;
+import com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeStopOperationStatusInner;
+
+/** An instance of this class provides access to all the operations defined in GetsClient. */
+public interface GetsClient {
+ /**
+ * Get integration runtime start operation status
+ *
+ * Get an integration runtime start operation status.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param workspaceName The name of the workspace.
+ * @param integrationRuntimeName Integration runtime name.
+ * @param integrationRuntimeOperationId Integration runtime Operation Id.
+ * @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 an integration runtime start operation status along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response integrationRuntimeStartWithResponse(
+ String resourceGroupName,
+ String workspaceName,
+ String integrationRuntimeName,
+ String integrationRuntimeOperationId,
+ Context context);
+
+ /**
+ * Get integration runtime start operation status
+ *
+ * Get an integration runtime start operation status.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param workspaceName The name of the workspace.
+ * @param integrationRuntimeName Integration runtime name.
+ * @param integrationRuntimeOperationId Integration runtime Operation Id.
+ * @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 an integration runtime start operation status.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ IntegrationRuntimeOperationStatusInner integrationRuntimeStart(
+ String resourceGroupName,
+ String workspaceName,
+ String integrationRuntimeName,
+ String integrationRuntimeOperationId);
+
+ /**
+ * Get integration runtime stop operation status
+ *
+ *
Get an integration runtime stop operation status.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param workspaceName The name of the workspace.
+ * @param integrationRuntimeName Integration runtime name.
+ * @param integrationRuntimeOperationId Integration runtime Operation Id.
+ * @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 an integration runtime stop operation status along with {@link Response}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ Response integrationRuntimeStopWithResponse(
+ String resourceGroupName,
+ String workspaceName,
+ String integrationRuntimeName,
+ String integrationRuntimeOperationId,
+ Context context);
+
+ /**
+ * Get integration runtime stop operation status
+ *
+ * Get an integration runtime stop operation status.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param workspaceName The name of the workspace.
+ * @param integrationRuntimeName Integration runtime name.
+ * @param integrationRuntimeOperationId Integration runtime Operation Id.
+ * @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 an integration runtime stop operation status.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ IntegrationRuntimeStopOperationStatusInner integrationRuntimeStop(
+ String resourceGroupName,
+ String workspaceName,
+ String integrationRuntimeName,
+ String integrationRuntimeOperationId);
+}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeAuthKeysOperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeAuthKeysOperationsClient.java
index 23e68a9f35ae..3070cd1e1b07 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeAuthKeysOperationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeAuthKeysOperationsClient.java
@@ -17,72 +17,80 @@
*/
public interface IntegrationRuntimeAuthKeysOperationsClient {
/**
- * Regenerate the authentication key for an integration runtime.
+ * Regenerate integration runtime authentication key
+ *
+ *
Regenerate the authentication key for an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
* @param regenerateKeyParameters The parameters for regenerating integration runtime authentication 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 the integration runtime authentication keys.
+ * @return the integration runtime authentication keys along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- IntegrationRuntimeAuthKeysInner regenerate(
+ Response regenerateWithResponse(
String resourceGroupName,
String workspaceName,
String integrationRuntimeName,
- IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters);
+ IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters,
+ Context context);
/**
- * Regenerate the authentication key for an integration runtime.
+ * Regenerate integration runtime authentication key
+ *
+ * Regenerate the authentication key for an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
* @param regenerateKeyParameters The parameters for regenerating integration runtime authentication 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 the integration runtime authentication keys along with {@link Response}.
+ * @return the integration runtime authentication keys.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response regenerateWithResponse(
+ IntegrationRuntimeAuthKeysInner regenerate(
String resourceGroupName,
String workspaceName,
String integrationRuntimeName,
- IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters,
- Context context);
+ IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters);
/**
- * List authentication keys in an integration runtime.
+ * List integration runtime authentication keys
+ *
+ * List authentication keys in an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
+ * @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 integration runtime authentication keys.
+ * @return the integration runtime authentication keys along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- IntegrationRuntimeAuthKeysInner list(String resourceGroupName, String workspaceName, String integrationRuntimeName);
+ Response listWithResponse(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * List authentication keys in an integration runtime.
+ * List integration runtime authentication keys
+ *
+ * List authentication keys in an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
- * @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 integration runtime authentication keys along with {@link Response}.
+ * @return the integration runtime authentication keys.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response listWithResponse(
- String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
+ IntegrationRuntimeAuthKeysInner list(String resourceGroupName, String workspaceName, String integrationRuntimeName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeConnectionInfosClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeConnectionInfosClient.java
index 28618b166fd1..d7c25e8a34fc 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeConnectionInfosClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeConnectionInfosClient.java
@@ -15,33 +15,37 @@
*/
public interface IntegrationRuntimeConnectionInfosClient {
/**
- * Get connection info for an integration runtime.
+ * Get integration runtime connection info
+ *
+ * Get connection info for an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
+ * @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 connection info for an integration runtime.
+ * @return connection info for an integration runtime along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- IntegrationRuntimeConnectionInfoInner get(
- String resourceGroupName, String workspaceName, String integrationRuntimeName);
+ Response getWithResponse(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Get connection info for an integration runtime.
+ * Get integration runtime connection info
+ *
+ * Get connection info for an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
- * @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 connection info for an integration runtime along with {@link Response}.
+ * @return connection info for an integration runtime.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
+ IntegrationRuntimeConnectionInfoInner get(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeCredentialsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeCredentialsClient.java
index 1829e5cb2a6f..4dd527fe9e12 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeCredentialsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeCredentialsClient.java
@@ -12,37 +12,41 @@
/** An instance of this class provides access to all the operations defined in IntegrationRuntimeCredentialsClient. */
public interface IntegrationRuntimeCredentialsClient {
/**
- * Force the integration runtime to synchronize credentials across integration runtime nodes, and this will override
- * the credentials across all worker nodes with those available on the dispatcher node. If you already have the
- * latest credential backup file, you should manually import it (preferred) on any self-hosted integration runtime
- * node than using this API directly.
+ * Sync integration runtime credentials
+ *
+ * Force the integration runtime to synchronize credentials across integration runtime nodes, and this will
+ * override the credentials across all worker nodes with those available on the dispatcher node. If you already have
+ * the latest credential backup file, you should manually import it (preferred) on any self-hosted integration
+ * runtime node than using this API directly.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
+ * @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 sync(String resourceGroupName, String workspaceName, String integrationRuntimeName);
+ Response syncWithResponse(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Force the integration runtime to synchronize credentials across integration runtime nodes, and this will override
- * the credentials across all worker nodes with those available on the dispatcher node. If you already have the
- * latest credential backup file, you should manually import it (preferred) on any self-hosted integration runtime
- * node than using this API directly.
+ * Sync integration runtime credentials
+ *
+ * Force the integration runtime to synchronize credentials across integration runtime nodes, and this will
+ * override the credentials across all worker nodes with those available on the dispatcher node. If you already have
+ * the latest credential backup file, you should manually import it (preferred) on any self-hosted integration
+ * runtime node than using this API directly.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
- * @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 syncWithResponse(
- String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
+ void sync(String resourceGroupName, String workspaceName, String integrationRuntimeName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeMonitoringDatasClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeMonitoringDatasClient.java
index 5f8acb857e12..8662ddbde9b2 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeMonitoringDatasClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeMonitoringDatasClient.java
@@ -15,33 +15,37 @@
*/
public interface IntegrationRuntimeMonitoringDatasClient {
/**
- * Get monitoring data for an integration runtime.
+ * Get integration runtime monitoring data
+ *
+ * Get monitoring data for an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
+ * @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 monitoring data for an integration runtime.
+ * @return monitoring data for an integration runtime along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- IntegrationRuntimeMonitoringDataInner list(
- String resourceGroupName, String workspaceName, String integrationRuntimeName);
+ Response listWithResponse(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Get monitoring data for an integration runtime.
+ * Get integration runtime monitoring data
+ *
+ * Get monitoring data for an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
- * @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 monitoring data for an integration runtime along with {@link Response}.
+ * @return monitoring data for an integration runtime.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response listWithResponse(
- String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
+ IntegrationRuntimeMonitoringDataInner list(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodeIpAddressOperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodeIpAddressOperationsClient.java
index dbfa8d4e2b15..69cb107716ac 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodeIpAddressOperationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodeIpAddressOperationsClient.java
@@ -16,39 +16,43 @@
*/
public interface IntegrationRuntimeNodeIpAddressOperationsClient {
/**
- * Get the IP address of an integration runtime node.
+ * Get integration runtime node IP address
+ *
+ * Get the IP address of an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
* @param nodeName Integration runtime node name.
+ * @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 IP address of an integration runtime node.
+ * @return the IP address of an integration runtime node along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- IntegrationRuntimeNodeIpAddressInner get(
- String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName);
+ Response getWithResponse(
+ String resourceGroupName,
+ String workspaceName,
+ String integrationRuntimeName,
+ String nodeName,
+ Context context);
/**
- * Get the IP address of an integration runtime node.
+ * Get integration runtime node IP address
+ *
+ * Get the IP address of an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
* @param nodeName Integration runtime node name.
- * @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 IP address of an integration runtime node along with {@link Response}.
+ * @return the IP address of an integration runtime node.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName,
- String workspaceName,
- String integrationRuntimeName,
- String nodeName,
- Context context);
+ IntegrationRuntimeNodeIpAddressInner get(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodesClient.java
index f7096293f0cb..913bc1735aab 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeNodesClient.java
@@ -14,23 +14,9 @@
/** An instance of this class provides access to all the operations defined in IntegrationRuntimeNodesClient. */
public interface IntegrationRuntimeNodesClient {
/**
- * Get an integration runtime node.
+ * Get integration runtime node
*
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param workspaceName The name of the workspace.
- * @param integrationRuntimeName Integration runtime name.
- * @param nodeName Integration runtime node name.
- * @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 an integration runtime node.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- SelfHostedIntegrationRuntimeNodeInner get(
- String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName);
-
- /**
- * Get an integration runtime node.
+ * Get an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -51,28 +37,27 @@ Response getWithResponse(
Context context);
/**
- * Create an integration runtime node.
+ * Get integration runtime node
+ *
+ * Get an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
* @param nodeName Integration runtime node name.
- * @param updateIntegrationRuntimeNodeRequest The parameters for updating an integration runtime node.
* @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 Self-hosted integration runtime node.
+ * @return an integration runtime node.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- SelfHostedIntegrationRuntimeNodeInner update(
- String resourceGroupName,
- String workspaceName,
- String integrationRuntimeName,
- String nodeName,
- UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest);
+ SelfHostedIntegrationRuntimeNodeInner get(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName);
/**
- * Create an integration runtime node.
+ * Create integration runtime node
+ *
+ *
Create an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -95,21 +80,32 @@ Response updateWithResponse(
Context context);
/**
- * Delete an integration runtime node.
+ * Create integration runtime node
+ *
+ * Create an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
* @param nodeName Integration runtime node name.
+ * @param updateIntegrationRuntimeNodeRequest The parameters for updating an integration runtime node.
* @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 Self-hosted integration runtime node.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- void delete(String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName);
+ SelfHostedIntegrationRuntimeNodeInner update(
+ String resourceGroupName,
+ String workspaceName,
+ String integrationRuntimeName,
+ String nodeName,
+ UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest);
/**
- * Delete an integration runtime node.
+ * Delete integration runtime node
+ *
+ *
Delete an integration runtime node.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -128,4 +124,20 @@ Response deleteWithResponse(
String integrationRuntimeName,
String nodeName,
Context context);
+
+ /**
+ * Delete integration runtime node
+ *
+ * Delete an integration runtime node.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param workspaceName The name of the workspace.
+ * @param integrationRuntimeName Integration runtime name.
+ * @param nodeName Integration runtime node name.
+ * @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.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ void delete(String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeObjectMetadatasClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeObjectMetadatasClient.java
index 3e8106c27ec3..e2a11f62ec57 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeObjectMetadatasClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeObjectMetadatasClient.java
@@ -19,43 +19,49 @@
*/
public interface IntegrationRuntimeObjectMetadatasClient {
/**
- * Get object metadata from an integration runtime.
+ * Get integration runtime object metadata
+ *
+ *
Get object metadata from an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
+ * @param getMetadataRequest The parameters for getting a SSIS object metadata.
+ * @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 object metadata from an integration runtime.
+ * @return object metadata from an integration runtime along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- SsisObjectMetadataListResponseInner list(
- String resourceGroupName, String workspaceName, String integrationRuntimeName);
+ Response listWithResponse(
+ String resourceGroupName,
+ String workspaceName,
+ String integrationRuntimeName,
+ GetSsisObjectMetadataRequest getMetadataRequest,
+ Context context);
/**
- * Get object metadata from an integration runtime.
+ * Get integration runtime object metadata
+ *
+ * Get object metadata from an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
- * @param getMetadataRequest The parameters for getting a SSIS object metadata.
- * @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 object metadata from an integration runtime along with {@link Response}.
+ * @return object metadata from an integration runtime.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response listWithResponse(
- String resourceGroupName,
- String workspaceName,
- String integrationRuntimeName,
- GetSsisObjectMetadataRequest getMetadataRequest,
- Context context);
+ SsisObjectMetadataListResponseInner list(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Refresh the object metadata in an integration runtime.
+ * Refresh integration runtime object metadata
+ *
+ * Refresh the object metadata in an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -70,7 +76,9 @@ SyncPoller, SsisObjectMetadata
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Refresh the object metadata in an integration runtime.
+ * Refresh integration runtime object metadata
+ *
+ * Refresh the object metadata in an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -86,7 +94,9 @@ SyncPoller, SsisObjectMetadata
String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Refresh the object metadata in an integration runtime.
+ * Refresh integration runtime object metadata
+ *
+ * Refresh the object metadata in an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -101,7 +111,9 @@ SsisObjectMetadataStatusResponseInner refresh(
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Refresh the object metadata in an integration runtime.
+ * Refresh integration runtime object metadata
+ *
+ *
Refresh the object metadata in an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeStatusOperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeStatusOperationsClient.java
index fcfa99704585..8ee0eb3fec07 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeStatusOperationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimeStatusOperationsClient.java
@@ -15,33 +15,37 @@
*/
public interface IntegrationRuntimeStatusOperationsClient {
/**
- * Get the integration runtime status.
+ * Get integration runtime status
+ *
+ *
Get the integration runtime status.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
+ * @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 integration runtime status.
+ * @return the integration runtime status along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- IntegrationRuntimeStatusResponseInner get(
- String resourceGroupName, String workspaceName, String integrationRuntimeName);
+ Response getWithResponse(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Get the integration runtime status.
+ * Get integration runtime status
+ *
+ * Get the integration runtime status.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
- * @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 integration runtime status along with {@link Response}.
+ * @return the integration runtime status.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
+ IntegrationRuntimeStatusResponseInner get(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimesClient.java
index 047a8d2ab459..8319cd7d371f 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IntegrationRuntimesClient.java
@@ -19,26 +19,9 @@
/** An instance of this class provides access to all the operations defined in IntegrationRuntimesClient. */
public interface IntegrationRuntimesClient {
/**
- * Update an integration runtime.
+ * Update integration runtime
*
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param workspaceName The name of the workspace.
- * @param integrationRuntimeName Integration runtime name.
- * @param updateIntegrationRuntimeRequest The parameters for updating an integration runtime.
- * @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 integration runtime resource type.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- IntegrationRuntimeResourceInner update(
- String resourceGroupName,
- String workspaceName,
- String integrationRuntimeName,
- UpdateIntegrationRuntimeRequest updateIntegrationRuntimeRequest);
-
- /**
- * Update an integration runtime.
+ * Update an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -59,21 +42,30 @@ Response updateWithResponse(
Context context);
/**
- * Get an integration runtime.
+ * Update integration runtime
+ *
+ * Update an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
+ * @param updateIntegrationRuntimeRequest The parameters for updating an integration runtime.
* @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 an integration runtime.
+ * @return integration runtime resource type.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- IntegrationRuntimeResourceInner get(String resourceGroupName, String workspaceName, String integrationRuntimeName);
+ IntegrationRuntimeResourceInner update(
+ String resourceGroupName,
+ String workspaceName,
+ String integrationRuntimeName,
+ UpdateIntegrationRuntimeRequest updateIntegrationRuntimeRequest);
/**
- * Get an integration runtime.
+ * Get integration runtime
+ *
+ *
Get an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -95,37 +87,30 @@ Response getWithResponse(
Context context);
/**
- * Create an integration runtime.
+ * Get integration runtime
+ *
+ * Get an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
- * @param integrationRuntime Integration runtime resource definition.
- * @param ifMatch ETag of the integration runtime entity. Should only be specified for update, for which it should
- * match existing entity or can be * for unconditional update.
* @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 SyncPoller} for polling of integration runtime resource type.
+ * @return an integration runtime.
*/
- @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller, IntegrationRuntimeResourceInner> beginCreate(
- String resourceGroupName,
- String workspaceName,
- String integrationRuntimeName,
- IntegrationRuntimeResourceInner integrationRuntime,
- String ifMatch);
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ IntegrationRuntimeResourceInner get(String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Create an integration runtime.
+ * Create integration runtime
+ *
+ * Create an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
* @param integrationRuntime Integration runtime resource definition.
- * @param ifMatch ETag of the integration runtime entity. Should only be specified for update, for which it should
- * match existing entity or can be * for unconditional update.
- * @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.
@@ -136,12 +121,12 @@ SyncPoller, IntegrationRuntimeResour
String resourceGroupName,
String workspaceName,
String integrationRuntimeName,
- IntegrationRuntimeResourceInner integrationRuntime,
- String ifMatch,
- Context context);
+ IntegrationRuntimeResourceInner integrationRuntime);
/**
- * Create an integration runtime.
+ * Create integration runtime
+ *
+ * Create an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -149,21 +134,25 @@ SyncPoller, IntegrationRuntimeResour
* @param integrationRuntime Integration runtime resource definition.
* @param ifMatch ETag of the integration runtime entity. Should only be specified for update, for which it should
* match existing entity or can be * for unconditional update.
+ * @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 integration runtime resource type.
+ * @return the {@link SyncPoller} for polling of integration runtime resource type.
*/
- @ServiceMethod(returns = ReturnType.SINGLE)
- IntegrationRuntimeResourceInner create(
+ @ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
+ SyncPoller, IntegrationRuntimeResourceInner> beginCreate(
String resourceGroupName,
String workspaceName,
String integrationRuntimeName,
IntegrationRuntimeResourceInner integrationRuntime,
- String ifMatch);
+ String ifMatch,
+ Context context);
/**
- * Create an integration runtime.
+ * Create integration runtime
+ *
+ * Create an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -182,7 +171,9 @@ IntegrationRuntimeResourceInner create(
IntegrationRuntimeResourceInner integrationRuntime);
/**
- * Create an integration runtime.
+ * Create integration runtime
+ *
+ *
Create an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -206,7 +197,9 @@ IntegrationRuntimeResourceInner create(
Context context);
/**
- * Delete an integration runtime.
+ * Delete integration runtime
+ *
+ *
Delete an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -221,7 +214,9 @@ SyncPoller, Void> beginDelete(
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Delete an integration runtime.
+ * Delete integration runtime
+ *
+ * Delete an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -237,7 +232,9 @@ SyncPoller, Void> beginDelete(
String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Delete an integration runtime.
+ * Delete integration runtime
+ *
+ * Delete an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -250,7 +247,9 @@ SyncPoller, Void> beginDelete(
void delete(String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Delete an integration runtime.
+ * Delete integration runtime
+ *
+ * Delete an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -264,36 +263,42 @@ SyncPoller, Void> beginDelete(
void delete(String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Upgrade an integration runtime.
+ * Upgrade integration runtime
+ *
+ * Upgrade an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
+ * @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 upgrade(String resourceGroupName, String workspaceName, String integrationRuntimeName);
+ Response upgradeWithResponse(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Upgrade an integration runtime.
+ * Upgrade integration runtime
+ *
+ * Upgrade an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
- * @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 upgradeWithResponse(
- String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
+ void upgrade(String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * List all integration runtimes.
+ * List integration runtimes
+ *
+ * List all integration runtimes.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -306,7 +311,9 @@ Response upgradeWithResponse(
PagedIterable listByWorkspace(String resourceGroupName, String workspaceName);
/**
- * List all integration runtimes.
+ * List integration runtimes
+ *
+ * List all integration runtimes.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -321,7 +328,9 @@ PagedIterable listByWorkspace(
String resourceGroupName, String workspaceName, Context context);
/**
- * Start an integration runtime.
+ * Start integration runtime
+ *
+ * Start an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -336,7 +345,9 @@ SyncPoller, IntegrationRuntime
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Start an integration runtime.
+ * Start integration runtime
+ *
+ * Start an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -352,7 +363,9 @@ SyncPoller, IntegrationRuntime
String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Start an integration runtime.
+ * Start integration runtime
+ *
+ * Start an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -367,7 +380,9 @@ IntegrationRuntimeStatusResponseInner start(
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Start an integration runtime.
+ * Start integration runtime
+ *
+ *
Start an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -383,7 +398,9 @@ IntegrationRuntimeStatusResponseInner start(
String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Stop an integration runtime.
+ * Stop integration runtime
+ *
+ *
Stop an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -398,7 +415,9 @@ SyncPoller, Void> beginStop(
String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Stop an integration runtime.
+ * Stop integration runtime
+ *
+ * Stop an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -414,7 +433,9 @@ SyncPoller, Void> beginStop(
String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Stop an integration runtime.
+ * Stop integration runtime
+ *
+ * Stop an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -427,7 +448,9 @@ SyncPoller, Void> beginStop(
void stop(String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
- * Stop an integration runtime.
+ * Stop integration runtime
+ *
+ * Stop an integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -441,37 +464,41 @@ SyncPoller, Void> beginStop(
void stop(String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
+ * Gets list of outbound network dependencies for a given Azure-SSIS integration runtime.
+ *
+ * Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
+ * @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 list of outbound network dependencies for a given Azure-SSIS integration runtime.
+ * @return the list of outbound network dependencies for a given Azure-SSIS integration runtime along with {@link
+ * Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner listOutboundNetworkDependenciesEndpoints(
- String resourceGroupName, String workspaceName, String integrationRuntimeName);
+ Response
+ listOutboundNetworkDependenciesEndpointsWithResponse(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
/**
- * Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
+ * Gets list of outbound network dependencies for a given Azure-SSIS integration runtime.
+ *
+ * Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param integrationRuntimeName Integration runtime name.
- * @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 list of outbound network dependencies for a given Azure-SSIS integration runtime along with {@link
- * Response}.
+ * @return the list of outbound network dependencies for a given Azure-SSIS integration runtime.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response
- listOutboundNetworkDependenciesEndpointsWithResponse(
- String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context);
+ IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner listOutboundNetworkDependenciesEndpoints(
+ String resourceGroupName, String workspaceName, String integrationRuntimeName);
/**
* Enable interactive query in integration runtime.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IpFirewallRulesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IpFirewallRulesClient.java
index 248d45b6f2a4..43e2363e6ed5 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IpFirewallRulesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/IpFirewallRulesClient.java
@@ -128,10 +128,11 @@ IpFirewallRuleInfoInner createOrUpdate(
* @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 SyncPoller} for polling of any object.
+ * @return the {@link SyncPoller} for polling of iP firewall rule.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller, Object> beginDelete(String resourceGroupName, String workspaceName, String ruleName);
+ SyncPoller, IpFirewallRuleInfoInner> beginDelete(
+ String resourceGroupName, String workspaceName, String ruleName);
/**
* Deletes a firewall rule.
@@ -143,10 +144,10 @@ IpFirewallRuleInfoInner createOrUpdate(
* @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 SyncPoller} for polling of any object.
+ * @return the {@link SyncPoller} for polling of iP firewall rule.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
- SyncPoller, Object> beginDelete(
+ SyncPoller, IpFirewallRuleInfoInner> beginDelete(
String resourceGroupName, String workspaceName, String ruleName, Context context);
/**
@@ -158,10 +159,10 @@ SyncPoller, Object> beginDelete(
* @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 any object.
+ * @return iP firewall rule.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Object delete(String resourceGroupName, String workspaceName, String ruleName);
+ IpFirewallRuleInfoInner delete(String resourceGroupName, String workspaceName, String ruleName);
/**
* Deletes a firewall rule.
@@ -173,10 +174,10 @@ SyncPoller, Object> beginDelete(
* @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 any object.
+ * @return iP firewall rule.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Object delete(String resourceGroupName, String workspaceName, String ruleName, Context context);
+ IpFirewallRuleInfoInner delete(String resourceGroupName, String workspaceName, String ruleName, Context context);
/**
* Get a firewall rule.
@@ -184,13 +185,15 @@ SyncPoller, Object> beginDelete(
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param ruleName The IP firewall rule name.
+ * @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 a firewall rule.
+ * @return a firewall rule along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- IpFirewallRuleInfoInner get(String resourceGroupName, String workspaceName, String ruleName);
+ Response getWithResponse(
+ String resourceGroupName, String workspaceName, String ruleName, Context context);
/**
* Get a firewall rule.
@@ -198,15 +201,13 @@ SyncPoller, Object> beginDelete(
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param ruleName The IP firewall rule name.
- * @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 a firewall rule along with {@link Response}.
+ * @return a firewall rule.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String workspaceName, String ruleName, Context context);
+ IpFirewallRuleInfoInner get(String resourceGroupName, String workspaceName, String ruleName);
/**
* Replaces firewall rules.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KeysClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KeysClient.java
index 0e07ac8efded..a0b61833315e 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KeysClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KeysClient.java
@@ -46,13 +46,14 @@ public interface KeysClient {
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param keyName The name of the workspace 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 a workspace key.
+ * @return a workspace key along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- KeyInner get(String resourceGroupName, String workspaceName, String keyName);
+ Response getWithResponse(String resourceGroupName, String workspaceName, String keyName, Context context);
/**
* Gets a workspace key.
@@ -60,14 +61,13 @@ public interface KeysClient {
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param keyName The name of the workspace 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 a workspace key along with {@link Response}.
+ * @return a workspace key.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(String resourceGroupName, String workspaceName, String keyName, Context context);
+ KeyInner get(String resourceGroupName, String workspaceName, String keyName);
/**
* Creates or updates a workspace key.
@@ -76,13 +76,15 @@ public interface KeysClient {
* @param workspaceName The name of the workspace.
* @param keyName The name of the workspace key.
* @param keyProperties Key put request properties.
+ * @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 a workspace key.
+ * @return a workspace key along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- KeyInner createOrUpdate(String resourceGroupName, String workspaceName, String keyName, KeyInner keyProperties);
+ Response createOrUpdateWithResponse(
+ String resourceGroupName, String workspaceName, String keyName, KeyInner keyProperties, Context context);
/**
* Creates or updates a workspace key.
@@ -91,15 +93,13 @@ public interface KeysClient {
* @param workspaceName The name of the workspace.
* @param keyName The name of the workspace key.
* @param keyProperties Key put request properties.
- * @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 a workspace key along with {@link Response}.
+ * @return a workspace key.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response createOrUpdateWithResponse(
- String resourceGroupName, String workspaceName, String keyName, KeyInner keyProperties, Context context);
+ KeyInner createOrUpdate(String resourceGroupName, String workspaceName, String keyName, KeyInner keyProperties);
/**
* Deletes a workspace key.
@@ -107,13 +107,15 @@ Response createOrUpdateWithResponse(
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param keyName The name of the workspace 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 a workspace key.
+ * @return a workspace key along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- KeyInner delete(String resourceGroupName, String workspaceName, String keyName);
+ Response deleteWithResponse(
+ String resourceGroupName, String workspaceName, String keyName, Context context);
/**
* Deletes a workspace key.
@@ -121,13 +123,11 @@ Response createOrUpdateWithResponse(
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param keyName The name of the workspace 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 a workspace key along with {@link Response}.
+ * @return a workspace key.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response deleteWithResponse(
- String resourceGroupName, String workspaceName, String keyName, Context context);
+ KeyInner delete(String resourceGroupName, String workspaceName, String keyName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolAttachedDatabaseConfigurationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolAttachedDatabaseConfigurationsClient.java
index 3450568e8418..a53941cc28f0 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolAttachedDatabaseConfigurationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolAttachedDatabaseConfigurationsClient.java
@@ -58,14 +58,19 @@ PagedIterable listByKustoPool(
* @param kustoPoolName The name of the Kusto pool.
* @param attachedDatabaseConfigurationName The name of the attached database configuration.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @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 class representing an attached database configuration.
+ * @return class representing an attached database configuration along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- AttachedDatabaseConfigurationInner get(
- String workspaceName, String kustoPoolName, String attachedDatabaseConfigurationName, String resourceGroupName);
+ Response getWithResponse(
+ String workspaceName,
+ String kustoPoolName,
+ String attachedDatabaseConfigurationName,
+ String resourceGroupName,
+ Context context);
/**
* Returns an attached database configuration.
@@ -74,19 +79,14 @@ AttachedDatabaseConfigurationInner get(
* @param kustoPoolName The name of the Kusto pool.
* @param attachedDatabaseConfigurationName The name of the attached database configuration.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @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 class representing an attached database configuration along with {@link Response}.
+ * @return class representing an attached database configuration.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String workspaceName,
- String kustoPoolName,
- String attachedDatabaseConfigurationName,
- String resourceGroupName,
- Context context);
+ AttachedDatabaseConfigurationInner get(
+ String workspaceName, String kustoPoolName, String attachedDatabaseConfigurationName, String resourceGroupName);
/**
* Creates or updates an attached database configuration.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolChildResourcesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolChildResourcesClient.java
index badad06d2248..15580846fc89 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolChildResourcesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolChildResourcesClient.java
@@ -20,14 +20,19 @@ public interface KustoPoolChildResourcesClient {
* @param kustoPoolName The name of the Kusto pool.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Kusto Pool child 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 result returned from a check name availability request.
+ * @return the result returned from a check name availability request along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- CheckNameResultInner checkNameAvailability(
- String workspaceName, String kustoPoolName, String resourceGroupName, DatabaseCheckNameRequest resourceName);
+ Response checkNameAvailabilityWithResponse(
+ String workspaceName,
+ String kustoPoolName,
+ String resourceGroupName,
+ DatabaseCheckNameRequest resourceName,
+ Context context);
/**
* Checks that the Kusto Pool child resource name is valid and is not already in use.
@@ -36,17 +41,12 @@ CheckNameResultInner checkNameAvailability(
* @param kustoPoolName The name of the Kusto pool.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the Kusto Pool child 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 result returned from a check name availability request along with {@link Response}.
+ * @return the result returned from a check name availability request.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response checkNameAvailabilityWithResponse(
- String workspaceName,
- String kustoPoolName,
- String resourceGroupName,
- DatabaseCheckNameRequest resourceName,
- Context context);
+ CheckNameResultInner checkNameAvailability(
+ String workspaceName, String kustoPoolName, String resourceGroupName, DatabaseCheckNameRequest resourceName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolDataConnectionsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolDataConnectionsClient.java
index 52a43f12f575..36fb878956b9 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolDataConnectionsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolDataConnectionsClient.java
@@ -27,18 +27,20 @@ public interface KustoPoolDataConnectionsClient {
* @param kustoPoolName The name of the Kusto pool.
* @param databaseName The name of the database in the Kusto pool.
* @param dataConnectionName The name of the data connection.
+ * @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 result returned from a check name availability request.
+ * @return the result returned from a check name availability request along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- CheckNameResultInner checkNameAvailability(
+ Response checkNameAvailabilityWithResponse(
String resourceGroupName,
String workspaceName,
String kustoPoolName,
String databaseName,
- DataConnectionCheckNameRequest dataConnectionName);
+ DataConnectionCheckNameRequest dataConnectionName,
+ Context context);
/**
* Checks that the data connection name is valid and is not already in use.
@@ -48,20 +50,18 @@ CheckNameResultInner checkNameAvailability(
* @param kustoPoolName The name of the Kusto pool.
* @param databaseName The name of the database in the Kusto pool.
* @param dataConnectionName The name of the data connection.
- * @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 result returned from a check name availability request along with {@link Response}.
+ * @return the result returned from a check name availability request.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response checkNameAvailabilityWithResponse(
+ CheckNameResultInner checkNameAvailability(
String resourceGroupName,
String workspaceName,
String kustoPoolName,
String databaseName,
- DataConnectionCheckNameRequest dataConnectionName,
- Context context);
+ DataConnectionCheckNameRequest dataConnectionName);
/**
* Checks that the data connection parameters are valid.
@@ -194,18 +194,20 @@ PagedIterable listByDatabase(
* @param kustoPoolName The name of the Kusto pool.
* @param databaseName The name of the database in the Kusto pool.
* @param dataConnectionName The name of the data connection.
+ * @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 class representing a data connection.
+ * @return class representing a data connection along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DataConnectionInner get(
+ Response getWithResponse(
String resourceGroupName,
String workspaceName,
String kustoPoolName,
String databaseName,
- String dataConnectionName);
+ String dataConnectionName,
+ Context context);
/**
* Returns a data connection.
@@ -215,20 +217,18 @@ DataConnectionInner get(
* @param kustoPoolName The name of the Kusto pool.
* @param databaseName The name of the database in the Kusto pool.
* @param dataConnectionName The name of the data connection.
- * @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 class representing a data connection along with {@link Response}.
+ * @return class representing a data connection.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
+ DataConnectionInner get(
String resourceGroupName,
String workspaceName,
String kustoPoolName,
String databaseName,
- String dataConnectionName,
- Context context);
+ String dataConnectionName);
/**
* Creates or updates a data connection.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolDatabasePrincipalAssignmentsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolDatabasePrincipalAssignmentsClient.java
index 46944e2f851a..11efba850079 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolDatabasePrincipalAssignmentsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolDatabasePrincipalAssignmentsClient.java
@@ -28,18 +28,20 @@ public interface KustoPoolDatabasePrincipalAssignmentsClient {
* @param databaseName The name of the database in the Kusto pool.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param principalAssignmentName The name of the 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 result returned from a check name availability request.
+ * @return the result returned from a check name availability request along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- CheckNameResultInner checkNameAvailability(
+ Response checkNameAvailabilityWithResponse(
String workspaceName,
String kustoPoolName,
String databaseName,
String resourceGroupName,
- DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName);
+ DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName,
+ Context context);
/**
* Checks that the database principal assignment is valid and is not already in use.
@@ -49,20 +51,18 @@ CheckNameResultInner checkNameAvailability(
* @param databaseName The name of the database in the Kusto pool.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param principalAssignmentName The name of the 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 result returned from a check name availability request along with {@link Response}.
+ * @return the result returned from a check name availability request.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response checkNameAvailabilityWithResponse(
+ CheckNameResultInner checkNameAvailability(
String workspaceName,
String kustoPoolName,
String databaseName,
String resourceGroupName,
- DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName,
- Context context);
+ DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName);
/**
* Lists all Kusto pool database principalAssignments.
@@ -107,18 +107,20 @@ PagedIterable list(
* @param databaseName The name of the database in the Kusto pool.
* @param principalAssignmentName The name of the Kusto principalAssignment.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @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 a Kusto pool database principalAssignment.
+ * @return a Kusto pool database principalAssignment along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DatabasePrincipalAssignmentInner get(
+ Response getWithResponse(
String workspaceName,
String kustoPoolName,
String databaseName,
String principalAssignmentName,
- String resourceGroupName);
+ String resourceGroupName,
+ Context context);
/**
* Gets a Kusto pool database principalAssignment.
@@ -128,20 +130,18 @@ DatabasePrincipalAssignmentInner get(
* @param databaseName The name of the database in the Kusto pool.
* @param principalAssignmentName The name of the Kusto principalAssignment.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @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 a Kusto pool database principalAssignment along with {@link Response}.
+ * @return a Kusto pool database principalAssignment.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
+ DatabasePrincipalAssignmentInner get(
String workspaceName,
String kustoPoolName,
String databaseName,
String principalAssignmentName,
- String resourceGroupName,
- Context context);
+ String resourceGroupName);
/**
* Creates a Kusto pool database principalAssignment.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolDatabasesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolDatabasesClient.java
index f97a8406c838..e1be9938212a 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolDatabasesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolDatabasesClient.java
@@ -52,13 +52,15 @@ PagedIterable listByKustoPool(
* @param workspaceName The name of the workspace.
* @param kustoPoolName The name of the Kusto pool.
* @param databaseName The name of the database in the Kusto pool.
+ * @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 class representing a Kusto database.
+ * @return class representing a Kusto database along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- DatabaseInner get(String resourceGroupName, String workspaceName, String kustoPoolName, String databaseName);
+ Response getWithResponse(
+ String resourceGroupName, String workspaceName, String kustoPoolName, String databaseName, Context context);
/**
* Returns a database.
@@ -67,15 +69,13 @@ PagedIterable listByKustoPool(
* @param workspaceName The name of the workspace.
* @param kustoPoolName The name of the Kusto pool.
* @param databaseName The name of the database in the Kusto pool.
- * @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 class representing a Kusto database along with {@link Response}.
+ * @return class representing a Kusto database.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String workspaceName, String kustoPoolName, String databaseName, Context context);
+ DatabaseInner get(String resourceGroupName, String workspaceName, String kustoPoolName, String databaseName);
/**
* Creates or updates a database.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolPrincipalAssignmentsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolPrincipalAssignmentsClient.java
index ab367ad7144c..a3c55dcd9188 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolPrincipalAssignmentsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolPrincipalAssignmentsClient.java
@@ -24,17 +24,19 @@ public interface KustoPoolPrincipalAssignmentsClient {
* @param kustoPoolName The name of the Kusto pool.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param principalAssignmentName The name of the principal assignment.
+ * @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 result returned from a check name availability request.
+ * @return the result returned from a check name availability request along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- CheckNameResultInner checkNameAvailability(
+ Response checkNameAvailabilityWithResponse(
String workspaceName,
String kustoPoolName,
String resourceGroupName,
- ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName);
+ ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName,
+ Context context);
/**
* Checks that the principal assignment name is valid and is not already in use.
@@ -43,19 +45,17 @@ CheckNameResultInner checkNameAvailability(
* @param kustoPoolName The name of the Kusto pool.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param principalAssignmentName The name of the principal assignment.
- * @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 result returned from a check name availability request along with {@link Response}.
+ * @return the result returned from a check name availability request.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response checkNameAvailabilityWithResponse(
+ CheckNameResultInner checkNameAvailability(
String workspaceName,
String kustoPoolName,
String resourceGroupName,
- ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName,
- Context context);
+ ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName);
/**
* Lists all Kusto pool principalAssignments.
@@ -97,14 +97,19 @@ PagedIterable list(
* @param kustoPoolName The name of the Kusto pool.
* @param principalAssignmentName The name of the Kusto principalAssignment.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @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 a Kusto pool principalAssignment.
+ * @return a Kusto pool principalAssignment along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- ClusterPrincipalAssignmentInner get(
- String workspaceName, String kustoPoolName, String principalAssignmentName, String resourceGroupName);
+ Response getWithResponse(
+ String workspaceName,
+ String kustoPoolName,
+ String principalAssignmentName,
+ String resourceGroupName,
+ Context context);
/**
* Gets a Kusto pool principalAssignment.
@@ -113,19 +118,14 @@ ClusterPrincipalAssignmentInner get(
* @param kustoPoolName The name of the Kusto pool.
* @param principalAssignmentName The name of the Kusto principalAssignment.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @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 a Kusto pool principalAssignment along with {@link Response}.
+ * @return a Kusto pool principalAssignment.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String workspaceName,
- String kustoPoolName,
- String principalAssignmentName,
- String resourceGroupName,
- Context context);
+ ClusterPrincipalAssignmentInner get(
+ String workspaceName, String kustoPoolName, String principalAssignmentName, String resourceGroupName);
/**
* Create a Kusto pool principalAssignment.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolPrivateLinkResourcesOperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolPrivateLinkResourcesOperationsClient.java
new file mode 100644
index 000000000000..9511921321b7
--- /dev/null
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolPrivateLinkResourcesOperationsClient.java
@@ -0,0 +1,50 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.synapse.fluent;
+
+import com.azure.core.annotation.ReturnType;
+import com.azure.core.annotation.ServiceMethod;
+import com.azure.core.http.rest.PagedIterable;
+import com.azure.core.util.Context;
+import com.azure.resourcemanager.synapse.fluent.models.KustoPoolPrivateLinkResourcesInner;
+
+/**
+ * An instance of this class provides access to all the operations defined in
+ * KustoPoolPrivateLinkResourcesOperationsClient.
+ */
+public interface KustoPoolPrivateLinkResourcesOperationsClient {
+ /**
+ * Lists all Kusto pool PrivateLinkResources.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param workspaceName The name of the workspace.
+ * @param kustoPoolName The name of the Kusto pool.
+ * @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 list Kusto Private Link Resources operation response as paginated response with {@link
+ * PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable list(
+ String resourceGroupName, String workspaceName, String kustoPoolName);
+
+ /**
+ * Lists all Kusto pool PrivateLinkResources.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param workspaceName The name of the workspace.
+ * @param kustoPoolName The name of the Kusto pool.
+ * @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 list Kusto Private Link Resources operation response as paginated response with {@link
+ * PagedIterable}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ PagedIterable list(
+ String resourceGroupName, String workspaceName, String kustoPoolName, Context context);
+}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolsClient.java
index 8721914dde08..57a7c1313b0e 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/KustoPoolsClient.java
@@ -51,56 +51,60 @@ public interface KustoPoolsClient {
*
* @param location The name of Azure region.
* @param kustoPoolName The name of the cluster.
+ * @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 result returned from a check name availability request.
+ * @return the result returned from a check name availability request along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- CheckNameResultInner checkNameAvailability(String location, KustoPoolCheckNameRequest kustoPoolName);
+ Response checkNameAvailabilityWithResponse(
+ String location, KustoPoolCheckNameRequest kustoPoolName, Context context);
/**
* Checks that the kusto pool name is valid and is not already in use.
*
* @param location The name of Azure region.
* @param kustoPoolName The name of the cluster.
- * @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 result returned from a check name availability request along with {@link Response}.
+ * @return the result returned from a check name availability request.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response checkNameAvailabilityWithResponse(
- String location, KustoPoolCheckNameRequest kustoPoolName, Context context);
+ CheckNameResultInner checkNameAvailability(String location, KustoPoolCheckNameRequest kustoPoolName);
/**
- * List all Kusto pools.
+ * List Kusto pools
+ *
+ * List all Kusto pools.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
+ * @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 list Kusto pools operation response.
+ * @return the list Kusto pools operation response along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- KustoPoolListResultInner listByWorkspace(String resourceGroupName, String workspaceName);
+ Response listByWorkspaceWithResponse(
+ String resourceGroupName, String workspaceName, Context context);
/**
- * List all Kusto pools.
+ * List Kusto pools
+ *
+ * List all Kusto pools.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
- * @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 list Kusto pools operation response along with {@link Response}.
+ * @return the list Kusto pools operation response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response listByWorkspaceWithResponse(
- String resourceGroupName, String workspaceName, Context context);
+ KustoPoolListResultInner listByWorkspace(String resourceGroupName, String workspaceName);
/**
* Gets a Kusto pool.
@@ -108,13 +112,15 @@ Response listByWorkspaceWithResponse(
* @param workspaceName The name of the workspace.
* @param kustoPoolName The name of the Kusto pool.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @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 a Kusto pool.
+ * @return a Kusto pool along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- KustoPoolInner get(String workspaceName, String kustoPoolName, String resourceGroupName);
+ Response getWithResponse(
+ String workspaceName, String kustoPoolName, String resourceGroupName, Context context);
/**
* Gets a Kusto pool.
@@ -122,15 +128,13 @@ Response listByWorkspaceWithResponse(
* @param workspaceName The name of the workspace.
* @param kustoPoolName The name of the Kusto pool.
* @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @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 a Kusto pool along with {@link Response}.
+ * @return a Kusto pool.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String workspaceName, String kustoPoolName, String resourceGroupName, Context context);
+ KustoPoolInner get(String workspaceName, String kustoPoolName, String resourceGroupName);
/**
* Create or update a Kusto pool.
@@ -139,10 +143,6 @@ Response getWithResponse(
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param kustoPoolName The name of the Kusto pool.
* @param parameters The Kusto pool parameters supplied to the CreateOrUpdate operation.
- * @param ifMatch The ETag of the Kusto Pool. Omit this value to always overwrite the current Kusto Pool. Specify
- * the last-seen ETag value to prevent accidentally overwriting concurrent changes.
- * @param ifNoneMatch Set to '*' to allow a new Kusto Pool to be created, but to prevent updating an existing Kusto
- * Pool. Other values will result in a 412 Pre-condition Failed response.
* @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.
@@ -150,12 +150,7 @@ Response getWithResponse(
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, KustoPoolInner> beginCreateOrUpdate(
- String workspaceName,
- String resourceGroupName,
- String kustoPoolName,
- KustoPoolInner parameters,
- String ifMatch,
- String ifNoneMatch);
+ String workspaceName, String resourceGroupName, String kustoPoolName, KustoPoolInner parameters);
/**
* Create or update a Kusto pool.
@@ -184,31 +179,6 @@ SyncPoller, KustoPoolInner> beginCreateOrUpdate(
String ifNoneMatch,
Context context);
- /**
- * Create or update a Kusto pool.
- *
- * @param workspaceName The name of the workspace.
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param kustoPoolName The name of the Kusto pool.
- * @param parameters The Kusto pool parameters supplied to the CreateOrUpdate operation.
- * @param ifMatch The ETag of the Kusto Pool. Omit this value to always overwrite the current Kusto Pool. Specify
- * the last-seen ETag value to prevent accidentally overwriting concurrent changes.
- * @param ifNoneMatch Set to '*' to allow a new Kusto Pool to be created, but to prevent updating an existing Kusto
- * Pool. Other values will result in a 412 Pre-condition Failed response.
- * @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 class representing a Kusto kusto pool.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- KustoPoolInner createOrUpdate(
- String workspaceName,
- String resourceGroupName,
- String kustoPoolName,
- KustoPoolInner parameters,
- String ifMatch,
- String ifNoneMatch);
-
/**
* Create or update a Kusto pool.
*
@@ -259,8 +229,6 @@ KustoPoolInner createOrUpdate(
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param kustoPoolName The name of the Kusto pool.
* @param parameters The Kusto pool parameters supplied to the Update operation.
- * @param ifMatch The ETag of the Kusto Pool. Omit this value to always overwrite the current Kusto Pool. Specify
- * the last-seen ETag value to prevent accidentally overwriting concurrent changes.
* @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.
@@ -268,11 +236,7 @@ KustoPoolInner createOrUpdate(
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, KustoPoolInner> beginUpdate(
- String workspaceName,
- String resourceGroupName,
- String kustoPoolName,
- KustoPoolUpdate parameters,
- String ifMatch);
+ String workspaceName, String resourceGroupName, String kustoPoolName, KustoPoolUpdate parameters);
/**
* Update a Kusto Kusto Pool.
@@ -298,28 +262,6 @@ SyncPoller, KustoPoolInner> beginUpdate(
String ifMatch,
Context context);
- /**
- * Update a Kusto Kusto Pool.
- *
- * @param workspaceName The name of the workspace.
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param kustoPoolName The name of the Kusto pool.
- * @param parameters The Kusto pool parameters supplied to the Update operation.
- * @param ifMatch The ETag of the Kusto Pool. Omit this value to always overwrite the current Kusto Pool. Specify
- * the last-seen ETag value to prevent accidentally overwriting concurrent changes.
- * @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 class representing a Kusto kusto pool.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- KustoPoolInner update(
- String workspaceName,
- String resourceGroupName,
- String kustoPoolName,
- KustoPoolUpdate parameters,
- String ifMatch);
-
/**
* Update a Kusto Kusto Pool.
*
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesClient.java
index f48550734e8a..3ebe607a8370 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesClient.java
@@ -13,32 +13,36 @@
/** An instance of this class provides access to all the operations defined in LibrariesClient. */
public interface LibrariesClient {
/**
- * Get library by name in a workspace.
+ * Get library by name.
+ *
+ * Get library by name in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param libraryName Library name.
* @param workspaceName The name of the workspace.
+ * @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 library by name in a workspace.
+ * @return library by name in a workspace along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- LibraryResourceInner get(String resourceGroupName, String libraryName, String workspaceName);
+ Response getWithResponse(
+ String resourceGroupName, String libraryName, String workspaceName, Context context);
/**
- * Get library by name in a workspace.
+ * Get library by name.
+ *
+ * Get library by name in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param libraryName Library name.
* @param workspaceName The name of the workspace.
- * @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 library by name in a workspace along with {@link Response}.
+ * @return library by name in a workspace.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String libraryName, String workspaceName, Context context);
+ LibraryResourceInner get(String resourceGroupName, String libraryName, String workspaceName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesOperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesOperationsClient.java
index ac1a4f69265a..3af47ac51f4d 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesOperationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/LibrariesOperationsClient.java
@@ -13,7 +13,9 @@
/** An instance of this class provides access to all the operations defined in LibrariesOperationsClient. */
public interface LibrariesOperationsClient {
/**
- * List libraries in a workspace.
+ * List the libraries in a workspace.
+ *
+ * List libraries in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -26,7 +28,9 @@ public interface LibrariesOperationsClient {
PagedIterable listByWorkspace(String resourceGroupName, String workspaceName);
/**
- * List libraries in a workspace.
+ * List the libraries in a workspace.
+ *
+ * List libraries in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/OperationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/OperationsClient.java
index 4bbe288f8fbd..f4be22c2dd5e 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/OperationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/OperationsClient.java
@@ -17,19 +17,9 @@
/** An instance of this class provides access to all the operations defined in OperationsClient. */
public interface OperationsClient {
/**
- * Check whether a workspace name is available.
+ * Check name availability
*
- * @param request The check request.
- * @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 check name availability response.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- CheckNameAvailabilityResponseInner checkNameAvailability(CheckNameAvailabilityRequest request);
-
- /**
- * Check whether a workspace name is available.
+ *
Check whether a workspace name is available.
*
* @param request The check request.
* @param context The context to associate with this operation.
@@ -43,17 +33,23 @@ Response checkNameAvailabilityWithResponse(
CheckNameAvailabilityRequest request, Context context);
/**
- * Get all available operations.
+ * Check name availability
+ *
+ * Check whether a workspace name is available.
*
+ * @param request The check request.
+ * @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 available operations.
+ * @return check name availability response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- List list();
+ CheckNameAvailabilityResponseInner checkNameAvailability(CheckNameAvailabilityRequest request);
/**
- * Get all available operations.
+ * All operations
+ *
+ * Get all available operations.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -65,20 +61,21 @@ Response checkNameAvailabilityWithResponse(
Response> listWithResponse(Context context);
/**
- * Get the result of an operation.
+ * All operations
+ *
+ * Get all available operations.
*
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param workspaceName The name of the workspace.
- * @param operationId Operation ID.
- * @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 available operations.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- void getLocationHeaderResult(String resourceGroupName, String workspaceName, String operationId);
+ List list();
/**
- * Get the result of an operation.
+ * Get operation result
+ *
+ * Get the result of an operation.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -94,7 +91,9 @@ Response getLocationHeaderResultWithResponse(
String resourceGroupName, String workspaceName, String operationId, Context context);
/**
- * Get the status of an operation.
+ * Get operation result
+ *
+ * Get the result of an operation.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -102,14 +101,14 @@ Response getLocationHeaderResultWithResponse(
* @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 status of an operation.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- OperationResourceInner getAzureAsyncHeaderResult(
- String resourceGroupName, String workspaceName, String operationId);
+ void getLocationHeaderResult(String resourceGroupName, String workspaceName, String operationId);
/**
- * Get the status of an operation.
+ * Get operation status
+ *
+ * Get the status of an operation.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -123,4 +122,21 @@ OperationResourceInner getAzureAsyncHeaderResult(
@ServiceMethod(returns = ReturnType.SINGLE)
Response getAzureAsyncHeaderResultWithResponse(
String resourceGroupName, String workspaceName, String operationId, Context context);
+
+ /**
+ * Get operation status
+ *
+ * Get the status of an operation.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param workspaceName The name of the workspace.
+ * @param operationId Operation ID.
+ * @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 status of an operation.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ OperationResourceInner getAzureAsyncHeaderResult(
+ String resourceGroupName, String workspaceName, String operationId);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateEndpointConnectionsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateEndpointConnectionsClient.java
index 5de2c4bae741..e65635fbe256 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateEndpointConnectionsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateEndpointConnectionsClient.java
@@ -22,14 +22,15 @@ public interface PrivateEndpointConnectionsClient {
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection.
+ * @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 a private endpoint connection.
+ * @return a private endpoint connection along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- PrivateEndpointConnectionInner get(
- String resourceGroupName, String workspaceName, String privateEndpointConnectionName);
+ Response getWithResponse(
+ String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context);
/**
* Gets a private endpoint connection.
@@ -37,15 +38,14 @@ PrivateEndpointConnectionInner get(
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateEndpointConnectionName The name of the private endpoint connection.
- * @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 a private endpoint connection along with {@link Response}.
+ * @return a private endpoint connection.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context);
+ PrivateEndpointConnectionInner get(
+ String resourceGroupName, String workspaceName, String privateEndpointConnectionName);
/**
* Approve or reject a private endpoint connection.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateEndpointConnectionsPrivateLinkHubsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateEndpointConnectionsPrivateLinkHubsClient.java
index 12c1a44e9347..9a0807984d41 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateEndpointConnectionsPrivateLinkHubsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateEndpointConnectionsPrivateLinkHubsClient.java
@@ -51,14 +51,15 @@ PagedIterable list(
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param privateLinkHubName Name of the privateLinkHub.
* @param privateEndpointConnectionName Name of the privateEndpointConnection.
+ * @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 PrivateEndpointConnection in the PrivateLinkHub by name.
+ * @return all PrivateEndpointConnection in the PrivateLinkHub by name along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- PrivateEndpointConnectionForPrivateLinkHubInner get(
- String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName);
+ Response getWithResponse(
+ String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName, Context context);
/**
* Get all PrivateEndpointConnection in the PrivateLinkHub by name.
@@ -66,13 +67,12 @@ PrivateEndpointConnectionForPrivateLinkHubInner get(
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param privateLinkHubName Name of the privateLinkHub.
* @param privateEndpointConnectionName Name of the privateEndpointConnection.
- * @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 PrivateEndpointConnection in the PrivateLinkHub by name along with {@link Response}.
+ * @return all PrivateEndpointConnection in the PrivateLinkHub by name.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName, Context context);
+ PrivateEndpointConnectionForPrivateLinkHubInner get(
+ String resourceGroupName, String privateLinkHubName, String privateEndpointConnectionName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkHubPrivateLinkResourcesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkHubPrivateLinkResourcesClient.java
index 39fcd9d9f8b2..946235b201f6 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkHubPrivateLinkResourcesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkHubPrivateLinkResourcesClient.java
@@ -16,7 +16,9 @@
*/
public interface PrivateLinkHubPrivateLinkResourcesClient {
/**
- * Get all private link resources for a private link hub.
+ * Private Link Resources
+ *
+ * Get all private link resources for a private link hub.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param privateLinkHubName The name of the private link hub.
@@ -29,7 +31,9 @@ public interface PrivateLinkHubPrivateLinkResourcesClient {
PagedIterable list(String resourceGroupName, String privateLinkHubName);
/**
- * Get all private link resources for a private link hub.
+ * Private Link Resources
+ *
+ * Get all private link resources for a private link hub.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param privateLinkHubName The name of the private link hub.
@@ -43,32 +47,36 @@ public interface PrivateLinkHubPrivateLinkResourcesClient {
PagedIterable list(String resourceGroupName, String privateLinkHubName, Context context);
/**
- * Get private link resource in private link hub.
+ * Get Private Link Hub Private Link Resource
+ *
+ * Get private link resource in private link hub.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param privateLinkHubName The name of the private link hub.
* @param privateLinkResourceName The name of the private link 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 private link resource in private link hub.
+ * @return private link resource in private link hub along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- PrivateLinkResourceInner get(String resourceGroupName, String privateLinkHubName, String privateLinkResourceName);
+ Response getWithResponse(
+ String resourceGroupName, String privateLinkHubName, String privateLinkResourceName, Context context);
/**
- * Get private link resource in private link hub.
+ * Get Private Link Hub Private Link Resource
+ *
+ * Get private link resource in private link hub.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param privateLinkHubName The name of the private link hub.
* @param privateLinkResourceName The name of the private link 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 private link resource in private link hub along with {@link Response}.
+ * @return private link resource in private link hub.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String privateLinkHubName, String privateLinkResourceName, Context context);
+ PrivateLinkResourceInner get(String resourceGroupName, String privateLinkHubName, String privateLinkResourceName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkHubsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkHubsClient.java
index b0f6c6a7219c..f221270b8c69 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkHubsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkHubsClient.java
@@ -41,19 +41,6 @@ public interface PrivateLinkHubsClient {
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByResourceGroup(String resourceGroupName, Context context);
- /**
- * Gets a privateLinkHub.
- *
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
- * @param privateLinkHubName Name of the privateLinkHub.
- * @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 a privateLinkHub.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- PrivateLinkHubInner getByResourceGroup(String resourceGroupName, String privateLinkHubName);
-
/**
* Gets a privateLinkHub.
*
@@ -70,19 +57,17 @@ Response getByResourceGroupWithResponse(
String resourceGroupName, String privateLinkHubName, Context context);
/**
- * Updates a privateLinkHub.
+ * Gets a privateLinkHub.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param privateLinkHubName Name of the privateLinkHub.
- * @param privateLinkHubPatchInfo PrivateLinkHub patch request properties.
* @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 a privateLinkHub.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- PrivateLinkHubInner update(
- String resourceGroupName, String privateLinkHubName, PrivateLinkHubPatchInfo privateLinkHubPatchInfo);
+ PrivateLinkHubInner getByResourceGroup(String resourceGroupName, String privateLinkHubName);
/**
* Updates a privateLinkHub.
@@ -104,19 +89,19 @@ Response updateWithResponse(
Context context);
/**
- * Creates or updates a privateLinkHub.
+ * Updates a privateLinkHub.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param privateLinkHubName Name of the privateLinkHub.
- * @param privateLinkHubInfo PrivateLinkHub create or update request properties.
+ * @param privateLinkHubPatchInfo PrivateLinkHub patch request properties.
* @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 a privateLinkHub.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- PrivateLinkHubInner createOrUpdate(
- String resourceGroupName, String privateLinkHubName, PrivateLinkHubInner privateLinkHubInfo);
+ PrivateLinkHubInner update(
+ String resourceGroupName, String privateLinkHubName, PrivateLinkHubPatchInfo privateLinkHubPatchInfo);
/**
* Creates or updates a privateLinkHub.
@@ -134,6 +119,21 @@ PrivateLinkHubInner createOrUpdate(
Response createOrUpdateWithResponse(
String resourceGroupName, String privateLinkHubName, PrivateLinkHubInner privateLinkHubInfo, Context context);
+ /**
+ * Creates or updates a privateLinkHub.
+ *
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
+ * @param privateLinkHubName Name of the privateLinkHub.
+ * @param privateLinkHubInfo PrivateLinkHub create or update request properties.
+ * @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 a privateLinkHub.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ PrivateLinkHubInner createOrUpdate(
+ String resourceGroupName, String privateLinkHubName, PrivateLinkHubInner privateLinkHubInfo);
+
/**
* Deletes a privateLinkHub.
*
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkResourcesClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkResourcesOperationsClient.java
similarity index 88%
rename from sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkResourcesClient.java
rename to sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkResourcesOperationsClient.java
index 364652354433..d66de61b3ea6 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkResourcesClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/PrivateLinkResourcesOperationsClient.java
@@ -11,10 +11,12 @@
import com.azure.core.util.Context;
import com.azure.resourcemanager.synapse.fluent.models.PrivateLinkResourceInner;
-/** An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient. */
-public interface PrivateLinkResourcesClient {
+/** An instance of this class provides access to all the operations defined in PrivateLinkResourcesOperationsClient. */
+public interface PrivateLinkResourcesOperationsClient {
/**
- * Get all private link resources for a workspaces.
+ * Private Link Resources
+ *
+ * Get all private link resources for a workspaces.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -27,7 +29,9 @@ public interface PrivateLinkResourcesClient {
PagedIterable list(String resourceGroupName, String workspaceName);
/**
- * Get all private link resources for a workspaces.
+ * Private Link Resources
+ *
+ * Get all private link resources for a workspaces.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
@@ -41,32 +45,36 @@ public interface PrivateLinkResourcesClient {
PagedIterable list(String resourceGroupName, String workspaceName, Context context);
/**
- * Get private link resource in workspace.
+ * Get Private Link Resource
+ *
+ * Get private link resource in workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateLinkResourceName The name of the private link 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 private link resource in workspace.
+ * @return private link resource in workspace along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- PrivateLinkResourceInner get(String resourceGroupName, String workspaceName, String privateLinkResourceName);
+ Response getWithResponse(
+ String resourceGroupName, String workspaceName, String privateLinkResourceName, Context context);
/**
- * Get private link resource in workspace.
+ * Get Private Link Resource
+ *
+ * Get private link resource in workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param workspaceName The name of the workspace.
* @param privateLinkResourceName The name of the private link 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 private link resource in workspace along with {@link Response}.
+ * @return private link resource in workspace.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String workspaceName, String privateLinkResourceName, Context context);
+ PrivateLinkResourceInner get(String resourceGroupName, String workspaceName, String privateLinkResourceName);
}
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/RestorableDroppedSqlPoolsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/RestorableDroppedSqlPoolsClient.java
index f1a1930622f3..788835496fe4 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/RestorableDroppedSqlPoolsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/RestorableDroppedSqlPoolsClient.java
@@ -20,14 +20,15 @@ public interface RestorableDroppedSqlPoolsClient {
* @param workspaceName The name of the workspace.
* @param restorableDroppedSqlPoolId The id of the deleted Sql Pool in the form of
* sqlPoolName,deletionTimeInFileTimeFormat.
+ * @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 a deleted sql pool that can be restored.
+ * @return a deleted sql pool that can be restored along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- RestorableDroppedSqlPoolInner get(
- String resourceGroupName, String workspaceName, String restorableDroppedSqlPoolId);
+ Response getWithResponse(
+ String resourceGroupName, String workspaceName, String restorableDroppedSqlPoolId, Context context);
/**
* Gets a deleted sql pool that can be restored.
@@ -36,15 +37,14 @@ RestorableDroppedSqlPoolInner get(
* @param workspaceName The name of the workspace.
* @param restorableDroppedSqlPoolId The id of the deleted Sql Pool in the form of
* sqlPoolName,deletionTimeInFileTimeFormat.
- * @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 a deleted sql pool that can be restored along with {@link Response}.
+ * @return a deleted sql pool that can be restored.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- Response getWithResponse(
- String resourceGroupName, String workspaceName, String restorableDroppedSqlPoolId, Context context);
+ RestorableDroppedSqlPoolInner get(
+ String resourceGroupName, String workspaceName, String restorableDroppedSqlPoolId);
/**
* Gets a list of deleted Sql pools that can be restored.
diff --git a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SparkConfigurationsClient.java b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SparkConfigurationsClient.java
index 0f201c83bc99..1cc2ce298b91 100644
--- a/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SparkConfigurationsClient.java
+++ b/sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/fluent/SparkConfigurationsClient.java
@@ -13,32 +13,36 @@
/** An instance of this class provides access to all the operations defined in SparkConfigurationsClient. */
public interface SparkConfigurationsClient {
/**
- * Get SparkConfiguration by name in a workspace.
+ * Get SparkConfiguration by name.
+ *
+ * Get SparkConfiguration by name in a workspace.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param sparkConfigurationName SparkConfiguration name.
* @param workspaceName The name of the workspace.
+ * @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 sparkConfiguration by name in a workspace.
+ * @return sparkConfiguration by name in a workspace along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
- SparkConfigurationResourceInner get(String resourceGroupName, String sparkConfigurationName, String workspaceName);
+ Response getWithResponse(
+ String resourceGroupName, String sparkConfigurationName, String workspaceName, Context context);
/**
- * Get SparkConfiguration by name in a workspace.
+ * Get SparkConfiguration by name.
+ *
+ *