Skip to content

Add connectivity capabilities for Network Manager connectivity configuration #27519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ public partial interface IIpamPoolsOperations
/// <param name='poolName'>
/// IP Address Manager Pool resource name.
/// </param>
/// <param name='ifMatch'>
/// The entity state (ETag) version of the pool to update. This value can be
/// omitted or set to &#34;*&#34; to apply the operation unconditionally.
/// </param>
/// <param name='body'>
/// Pool resource object to create/update.
/// </param>
Expand All @@ -84,7 +88,7 @@ public partial interface IIpamPoolsOperations
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<IpamPool,IpamPoolsCreateHeaders>> CreateWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string poolName, IpamPool body, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<IpamPool,IpamPoolsCreateHeaders>> CreateWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string poolName, IpamPool body, string ifMatch = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Updates the specific Pool resource.
Expand All @@ -101,6 +105,10 @@ public partial interface IIpamPoolsOperations
/// <param name='poolName'>
/// IP Address Manager Pool resource name.
/// </param>
/// <param name='ifMatch'>
/// The entity state (ETag) version of the pool to update. This value can be
/// omitted or set to &#34;*&#34; to apply the operation unconditionally.
/// </param>
/// <param name='body'>
/// Pool resource object to update partially.
/// </param>
Expand All @@ -116,7 +124,7 @@ public partial interface IIpamPoolsOperations
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<IpamPool>> UpdateWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string poolName, IpamPoolUpdate body = default(IpamPoolUpdate), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<IpamPool>> UpdateWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string poolName, string ifMatch = default(string), IpamPoolUpdate body = default(IpamPoolUpdate), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Gets the specific Pool resource.
Expand Down Expand Up @@ -162,6 +170,10 @@ public partial interface IIpamPoolsOperations
/// <param name='poolName'>
/// Pool resource name.
/// </param>
/// <param name='ifMatch'>
/// The entity state (ETag) version of the pool to update. This value can be
/// omitted or set to &#34;*&#34; to apply the operation unconditionally.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
Expand All @@ -171,7 +183,7 @@ public partial interface IIpamPoolsOperations
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<IpamPoolsDeleteHeaders>> DeleteWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string poolName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<IpamPoolsDeleteHeaders>> DeleteWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string poolName, string ifMatch = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Get the Pool Usage.
Expand Down Expand Up @@ -246,6 +258,10 @@ public partial interface IIpamPoolsOperations
/// <param name='poolName'>
/// IP Address Manager Pool resource name.
/// </param>
/// <param name='ifMatch'>
/// The entity state (ETag) version of the pool to update. This value can be
/// omitted or set to &#34;*&#34; to apply the operation unconditionally.
/// </param>
/// <param name='body'>
/// Pool resource object to create/update.
/// </param>
Expand All @@ -261,7 +277,7 @@ public partial interface IIpamPoolsOperations
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<IpamPool,IpamPoolsCreateHeaders>> BeginCreateWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string poolName, IpamPool body, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<IpamPool,IpamPoolsCreateHeaders>> BeginCreateWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string poolName, IpamPool body, string ifMatch = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Delete the Pool resource.
Expand All @@ -278,6 +294,10 @@ public partial interface IIpamPoolsOperations
/// <param name='poolName'>
/// Pool resource name.
/// </param>
/// <param name='ifMatch'>
/// The entity state (ETag) version of the pool to update. This value can be
/// omitted or set to &#34;*&#34; to apply the operation unconditionally.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
Expand All @@ -287,7 +307,7 @@ public partial interface IIpamPoolsOperations
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<IpamPoolsDeleteHeaders>> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string poolName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<IpamPoolsDeleteHeaders>> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string poolName, string ifMatch = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Gets list of Pool resources at Network Manager level.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ public partial interface IVerifierWorkspacesOperations
/// <param name='workspaceName'>
/// Workspace name.
/// </param>
/// <param name='ifMatch'>
/// The entity state (ETag) version of the pool to update. This value can be
/// omitted or set to &#34;*&#34; to apply the operation unconditionally.
/// </param>
/// <param name='body'>
/// Verifier Workspace object to create/update.
/// </param>
Expand All @@ -113,7 +117,7 @@ public partial interface IVerifierWorkspacesOperations
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<VerifierWorkspace>> CreateWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string workspaceName, VerifierWorkspace body, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<VerifierWorkspace>> CreateWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string workspaceName, VerifierWorkspace body, string ifMatch = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Updates Verifier Workspace.
Expand All @@ -130,6 +134,10 @@ public partial interface IVerifierWorkspacesOperations
/// <param name='workspaceName'>
/// Workspace name.
/// </param>
/// <param name='ifMatch'>
/// The entity state (ETag) version of the pool to update. This value can be
/// omitted or set to &#34;*&#34; to apply the operation unconditionally.
/// </param>
/// <param name='body'>
/// Verifier Workspace object to create/update.
/// </param>
Expand All @@ -145,7 +153,7 @@ public partial interface IVerifierWorkspacesOperations
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<VerifierWorkspace>> UpdateWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string workspaceName, VerifierWorkspaceUpdate body = default(VerifierWorkspaceUpdate), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<VerifierWorkspace>> UpdateWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string workspaceName, string ifMatch = default(string), VerifierWorkspaceUpdate body = default(VerifierWorkspaceUpdate), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Deletes Verifier Workspace.
Expand All @@ -162,6 +170,10 @@ public partial interface IVerifierWorkspacesOperations
/// <param name='workspaceName'>
/// Workspace name.
/// </param>
/// <param name='ifMatch'>
/// The entity state (ETag) version of the pool to update. This value can be
/// omitted or set to &#34;*&#34; to apply the operation unconditionally.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
Expand All @@ -171,7 +183,7 @@ public partial interface IVerifierWorkspacesOperations
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<VerifierWorkspacesDeleteHeaders>> DeleteWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string workspaceName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<VerifierWorkspacesDeleteHeaders>> DeleteWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string workspaceName, string ifMatch = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Deletes Verifier Workspace.
Expand All @@ -188,6 +200,10 @@ public partial interface IVerifierWorkspacesOperations
/// <param name='workspaceName'>
/// Workspace name.
/// </param>
/// <param name='ifMatch'>
/// The entity state (ETag) version of the pool to update. This value can be
/// omitted or set to &#34;*&#34; to apply the operation unconditionally.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
Expand All @@ -197,7 +213,7 @@ public partial interface IVerifierWorkspacesOperations
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<VerifierWorkspacesDeleteHeaders>> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string workspaceName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<VerifierWorkspacesDeleteHeaders>> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string networkManagerName, string workspaceName, string ifMatch = default(string), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Gets list of Verifier Workspaces.
Expand Down
Loading