You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/PrivateEndpointConnections.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ public interface PrivateEndpointConnections extends HasInner<PrivateEndpointConn
22
22
* Get a specific private endpoint connection under a topic or domain.
23
23
*
24
24
* @param resourceGroupName The name of the resource group within the user's subscription.
25
-
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
25
+
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
26
26
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
27
27
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
28
28
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -35,7 +35,7 @@ public interface PrivateEndpointConnections extends HasInner<PrivateEndpointConn
35
35
* Delete a specific private endpoint connection under a topic or domain.
36
36
*
37
37
* @param resourceGroupName The name of the resource group within the user's subscription.
38
-
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
38
+
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
39
39
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
40
40
* @param privateEndpointConnectionName The name of the private endpoint connection connection.
41
41
* @throws IllegalArgumentException thrown if parameters fail the validation
@@ -48,7 +48,7 @@ public interface PrivateEndpointConnections extends HasInner<PrivateEndpointConn
48
48
* Get all private endpoint connections under a topic or domain.
49
49
*
50
50
* @param resourceGroupName The name of the resource group within the user's subscription.
51
-
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'.
51
+
* @param parentType The type of the parent resource. This can be either \'topics\' or \'domains\'. Possible values include: 'topics', 'domains'
52
52
* @param parentName The name of the parent resource (namely, either, the topic name or domain name).
53
53
* @throws IllegalArgumentException thrown if parameters fail the validation
Copy file name to clipboardExpand all lines: sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/implementation/PartnerTopicImpl.java
Copy file name to clipboardExpand all lines: sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/implementation/PrivateEndpointConnectionImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ class PrivateEndpointConnectionImpl extends CreatableUpdatableImpl<PrivateEndpoi
0 commit comments