11// Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT License.
3- // Code generated by Microsoft (R) AutoRest Code Generator.
3+ // Code generated by Microsoft (R) TypeSpec Code Generator.
44
55package com .azure .resourcemanager .keyvault .fluent ;
66
1212 */
1313public interface KeyVaultManagementClient {
1414 /**
15- * Gets Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms
16- * part of the URI for every service call.
17- *
18- * @return the subscriptionId value.
19- */
20- String getSubscriptionId ();
21-
22- /**
23- * Gets server parameter.
15+ * Gets Service host.
2416 *
2517 * @return the endpoint value.
2618 */
2719 String getEndpoint ();
2820
2921 /**
30- * Gets Api Version.
22+ * Gets Version parameter .
3123 *
3224 * @return the apiVersion value.
3325 */
3426 String getApiVersion ();
3527
28+ /**
29+ * Gets The ID of the target subscription. The value must be an UUID.
30+ *
31+ * @return the subscriptionId value.
32+ */
33+ String getSubscriptionId ();
34+
3635 /**
3736 * Gets The HTTP pipeline to send requests through.
3837 *
@@ -48,18 +47,11 @@ public interface KeyVaultManagementClient {
4847 Duration getDefaultPollInterval ();
4948
5049 /**
51- * Gets the KeysClient object to access its operations.
52- *
53- * @return the KeysClient object.
54- */
55- KeysClient getKeys ();
56-
57- /**
58- * Gets the ManagedHsmKeysClient object to access its operations.
50+ * Gets the OperationsClient object to access its operations.
5951 *
60- * @return the ManagedHsmKeysClient object.
52+ * @return the OperationsClient object.
6153 */
62- ManagedHsmKeysClient getManagedHsmKeys ();
54+ OperationsClient getOperations ();
6355
6456 /**
6557 * Gets the VaultsClient object to access its operations.
@@ -75,13 +67,6 @@ public interface KeyVaultManagementClient {
7567 */
7668 PrivateEndpointConnectionsClient getPrivateEndpointConnections ();
7769
78- /**
79- * Gets the PrivateLinkResourcesClient object to access its operations.
80- *
81- * @return the PrivateLinkResourcesClient object.
82- */
83- PrivateLinkResourcesClient getPrivateLinkResources ();
84-
8570 /**
8671 * Gets the ManagedHsmsClient object to access its operations.
8772 *
@@ -97,30 +82,44 @@ public interface KeyVaultManagementClient {
9782 MhsmPrivateEndpointConnectionsClient getMhsmPrivateEndpointConnections ();
9883
9984 /**
100- * Gets the MhsmPrivateLinkResourcesClient object to access its operations.
85+ * Gets the SecretsClient object to access its operations.
10186 *
102- * @return the MhsmPrivateLinkResourcesClient object.
87+ * @return the SecretsClient object.
10388 */
104- MhsmPrivateLinkResourcesClient getMhsmPrivateLinkResources ();
89+ SecretsClient getSecrets ();
10590
10691 /**
107- * Gets the MhsmRegionsClient object to access its operations.
92+ * Gets the KeysClient object to access its operations.
10893 *
109- * @return the MhsmRegionsClient object.
94+ * @return the KeysClient object.
11095 */
111- MhsmRegionsClient getMhsmRegions ();
96+ KeysClient getKeys ();
11297
11398 /**
114- * Gets the OperationsClient object to access its operations.
99+ * Gets the ManagedHsmKeysClient object to access its operations.
115100 *
116- * @return the OperationsClient object.
101+ * @return the ManagedHsmKeysClient object.
117102 */
118- OperationsClient getOperations ();
103+ ManagedHsmKeysClient getManagedHsmKeys ();
119104
120105 /**
121- * Gets the SecretsClient object to access its operations.
106+ * Gets the PrivateLinkResourcesClient object to access its operations.
122107 *
123- * @return the SecretsClient object.
108+ * @return the PrivateLinkResourcesClient object.
124109 */
125- SecretsClient getSecrets ();
110+ PrivateLinkResourcesClient getPrivateLinkResources ();
111+
112+ /**
113+ * Gets the MhsmPrivateLinkResourcesClient object to access its operations.
114+ *
115+ * @return the MhsmPrivateLinkResourcesClient object.
116+ */
117+ MhsmPrivateLinkResourcesClient getMhsmPrivateLinkResources ();
118+
119+ /**
120+ * Gets the MhsmRegionsClient object to access its operations.
121+ *
122+ * @return the MhsmRegionsClient object.
123+ */
124+ MhsmRegionsClient getMhsmRegions ();
126125}
0 commit comments