Skip to content
Merged
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 @@ -1061,7 +1061,7 @@ private ServiceResponseWithHeaders<PageImpl1<ServerEndpointInner>, ServerEndpoin
}

/**
* Recall a serverendpoint.
* Recall a server endpoint.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param storageSyncServiceName Name of Storage Sync Service resource.
Expand All @@ -1077,7 +1077,7 @@ public void recallAction(String resourceGroupName, String storageSyncServiceName
}

/**
* Recall a serverendpoint.
* Recall a server endpoint.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param storageSyncServiceName Name of Storage Sync Service resource.
Expand All @@ -1093,7 +1093,7 @@ public ServiceFuture<Void> recallActionAsync(String resourceGroupName, String st
}

/**
* Recall a serverendpoint.
* Recall a server endpoint.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param storageSyncServiceName Name of Storage Sync Service resource.
Expand All @@ -1113,7 +1113,7 @@ public Void call(ServiceResponseWithHeaders<Void, ServerEndpointsRecallActionHea
}

/**
* Recall a serverendpoint.
* Recall a server endpoint.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param storageSyncServiceName Name of Storage Sync Service resource.
Expand Down Expand Up @@ -1151,7 +1151,7 @@ public Observable<ServiceResponseWithHeaders<Void, ServerEndpointsRecallActionHe
}

/**
* Recall a serverendpoint.
* Recall a server endpoint.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param storageSyncServiceName Name of Storage Sync Service resource.
Expand All @@ -1167,7 +1167,7 @@ public void beginRecallAction(String resourceGroupName, String storageSyncServic
}

/**
* Recall a serverendpoint.
* Recall a server endpoint.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param storageSyncServiceName Name of Storage Sync Service resource.
Expand All @@ -1183,7 +1183,7 @@ public ServiceFuture<Void> beginRecallActionAsync(String resourceGroupName, Stri
}

/**
* Recall a serverendpoint.
* Recall a server endpoint.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param storageSyncServiceName Name of Storage Sync Service resource.
Expand All @@ -1203,7 +1203,7 @@ public Void call(ServiceResponseWithHeaders<Void, ServerEndpointsRecallActionHea
}

/**
* Recall a serverendpoint.
* Recall a server endpoint.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param storageSyncServiceName Name of Storage Sync Service resource.
Expand Down